-
Notifications
You must be signed in to change notification settings - Fork 79
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
NI-PoRep #1559
NI-PoRep #1559
Conversation
Also pushed in a single commit form of #1543 which just adds tests that match filecoin-project/go-state-types#270 (which is merged) |
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.
The diff LGTM assuming the original NI Porep PR has passed review.
5d61fe1
to
6a83b82
Compare
Approving since all review comments in base PR have been addressed and the diff on top of that has also been reviewed. |
* feat(miner): ProveCommitSectorsNI and tests * chore(niporep): fix parameter naming * chore(niporep): improve test function name * chore(niporep): check return values from method * fix(niporep): hard-fail on future sector seal randomness * fix(niporep): properly test aggregate fee payment at boundary * test(miner): add niporep params cbor forms vector tests * chore(miner): extract NI_AGGREGATE_FEE_BASE_SECTOR_COUNT constant --------- Co-authored-by: Nemanja <[email protected]>
* feat(miner): ProveCommitSectorsNI and tests * chore(niporep): fix parameter naming * chore(niporep): improve test function name * chore(niporep): check return values from method * fix(niporep): hard-fail on future sector seal randomness * fix(niporep): properly test aggregate fee payment at boundary * test(miner): add niporep params cbor forms vector tests * chore(miner): extract NI_AGGREGATE_FEE_BASE_SECTOR_COUNT constant --------- Co-authored-by: Nemanja <[email protected]>
* NI-PoRep (#1559) * feat(miner): ProveCommitSectorsNI and tests * chore(niporep): fix parameter naming * chore(niporep): improve test function name * chore(niporep): check return values from method * fix(niporep): hard-fail on future sector seal randomness * fix(niporep): properly test aggregate fee payment at boundary * test(miner): add niporep params cbor forms vector tests * chore(miner): extract NI_AGGREGATE_FEE_BASE_SECTOR_COUNT constant --------- Co-authored-by: Nemanja <[email protected]> * Update actors version for v14.0 release (#1561) update actors version --------- Co-authored-by: Rod Vagg <[email protected]> Co-authored-by: Nemanja <[email protected]>
This PR contains all of #1537 squashed into a single commit (sorry to lose all your excellent progress @NemanjaLu92 but it was getting a bit noisy!), rebased on master so we get #1553, and with additional fixes to address the remaining items listed in the review @ #1537.
My additional changes are the commits on top of the base commit here. Currently this is the diff I'm responsible for here compare to review comments in #1537): 730d6c7...929373a