-
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
fix: genesis preseal: get it working #12132
Conversation
Some checks haven't completed yet |
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.
pre-approval pending go-state-types release or some other magic to get this into a branch somewhere
I've pushed go-state-types@v0.14.0-rc2 to this |
This requires #12144 merged into it - that should be reviewed separately and then this branch, with it, can be merged into master |
(don't squash merge this, too many unrelated things, rebase merge is good) |
plus some code improvement refactoring
Related Issues
Closes #12121
Need to merge and release Actors and
go-state-types
before merging this.filecoin-project/builtin-actors#1553
filecoin-project/go-state-types#276
Proposed Changes
Additional Info
Checklist
Before you mark the PR ready for review, please make sure that:
<PR type>: <area>: <change being made>
fix: mempool: Introduce a cache for valid signatures
PR type
: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, testarea
, e.g. api, chain, state, mempool, multisig, networking, paych, proving, sealing, wallet, deps