-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: test: refactor, fix and improve unmanaged miner #12143
Conversation
dcd9528
to
b374299
Compare
6ac252a
to
91e75ec
Compare
b374299
to
fe959d1
Compare
91e75ec
to
d544f77
Compare
@rvagg I am confused. How are these tests green without the Actors bundle containing the NI-PoRep work ? |
Oh okay, because we don't have any NI-PoRep tests in here. |
because this doesn't touch niporep in actors, that'll come in the next PR, go-state-types and ffi have all we need for now |
#12105 - which I'll rebase and squish down to a single commit + actors bundle |
@rvagg Please can you rebase this on master whenever you feel ready ? |
from niporep work, including some necessary bits from there but are useful in general
d544f77
to
3c7ddf9
Compare
All checks have completed ❌ Failed Test / Test (itest-eth_block_hash) (pull_request) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly lgtm but I'm failing to build a mental model of how PC1/PC2 works here for NI PoReps.
Currently stacked on top of #12130 which should be merged first.
This is from niporep work, extracted directly out of #12105 and includes some necessary bits from there but there are also some generally useful fixes and improvements. One thing I'm working toward is multi-sector aggregates which I haven't quite got to but this refactoring makes it possible. Getting this out of #12105 makes that PR much simpler to deal with.