forked from filecoin-project/builtin-actors
-
Notifications
You must be signed in to change notification settings - Fork 0
wip: move partition verify #12
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
Merged
tediou5
merged 96 commits into
feat/move-partition-v2
from
feature/move_partition_verify
Nov 10, 2025
Merged
wip: move partition verify #12
tediou5
merged 96 commits into
feat/move-partition-v2
from
feature/move_partition_verify
Nov 10, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix new_deadline_info_from_offset_and_epoch * remove useless `% policy.wpost_period_deadlines` * add comment to wpost_challenge_window
* bump versions inline with next helix set * temp bump to allow helix-onchain filecoin to build its integration tests * update to new fvm versions * unpatch helix libraries
* wip * refactor VM trait to return a dyn Blockstore * refactor miner_withdrawal_tests to not need BS: Blockstore * VM trait should use abstract primitives (filecoin-project#1329)
…roject#1368) * chore: upgrade actor bundler to use the latest blockstore We were importing both a v0.1.0 and a v0.2.0 blockstore from the FVM, now we only import the latter. This also upgrades to the latest clap version (FWIW). * chore: upgrade bitfield to use the latest blockstore Apparently, just the bundler wasn't enough.
This makes compilation _much_ faster.
…ject#1291) feat: propegate return data when contract creation fails And clear the return data otherwise.
* replace simple_qa_power with extensible flags * use u32 for SectorOnChainInfoFlags
* chore: update the fvm This doesn't add support for synthetic porep, but splits: filecoin-project#1335 Into two PRs. * finish update * I guess patches aren't enough * fix evm tests We now need to explicitly specify the sha3/ripemd features when testing (it was removed from shared). * fix clippy * switch back to helix master branch so that helix can pass CI again * use released helix crates
* finish update * I guess patches aren't enough * fix evm tests We now need to explicitly specify the sha3/ripemd features when testing (it was removed from shared). * feat: adds support for Synthetic PoRep feat: updates to use latest fvm releases * style: rust fmt * fix: add proper seal proof variant count * fix: apply review feedback * style: rust fmt --------- Co-authored-by: Steven Allen <[email protected]>
…ilecoin-project#1413) alloc expiration_groups after declared_expirations is set
…n-project#1412) * dispatch: make it possible to specify the param/return codec And specify it for two EVM methods that need to pass "reachable" CIDs: 1. The `bytecode` return value. 2. The `invoke_contract_delegate` parameters. * dispatch: auto detect "raw" dispatch Instead of forcing the user to specify `[raw]`, just auto detect it based on the method parameters. * dispatch: test changes * address feedback
avoid recompute quantize_up
2. remove `adjust_for_move`
…be zero when `faults` is empty
2. add check for `max_partitions_per_deadline`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.