-
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
Snapdeals unsealing fixes #11011
Snapdeals unsealing fixes #11011
Conversation
Blocked on FFI changes landing Other than that I'm reasonably confident this works, or at least isn't worse than current state. |
Testing:
Unsealing on a worker works flawlessly - it moves the unsealed sectors to the long term storage, deletes the leftover files on the worker. Great job ! Tested for 2 days on Snap and Regular sectors. Only one request, is that |
Hanging unseal command is a separate thing related to how this command works - #11133 |
The go-state-types PR we depend on here got merged after nv21 changes, which break some integration tests without synth-porep ffi changes Marking as blocked for now, those failing tests should resolve themselves after rebasing on synth-porep code. |
@magik6k Can we turn this back to unblocked now that nv21 skeleton has been merged into master? |
6ba00ee
to
ed73ce7
Compare
fbf0e1a
to
0d5c99c
Compare
Related Issues
Depends on filecoin-project/go-state-types#191
Depends on filecoin-project/filecoin-ffi#402
(todo link relevant issues)
Proposed Changes
Additional Info
Testing:
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, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps