chore: bump FVM#6931
Conversation
WalkthroughThis PR updates multiple Filecoin and FVM dependency versions in Cargo.toml: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
29cec3d to
6ae32b6
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@Cargo.toml`:
- Around line 79-95: The NV28 migration was added but not wired into execution:
add a Height::NV28 variant to the Height enum and a NetworkVersion::V28 variant
to NetworkVersion, then register the nv28 migration module by inserting its
migration entry into each network's get_migrations() vector (at least for the
network(s) you intend to activate) so run_migration in src/state_migration::nv28
is actually invoked (remove the #[allow(unused)] once wired); also ensure an
actor bundle for the next actor version is published/registered so networks can
reach the new bundle version, or alternatively revert the fil_actor_* crate
version bumps back to the previous bundle until NV28 is fully integrated.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 52b66978-0e71-42d1-8da8-7068e32aed5a
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (1)
Cargo.toml
Summary of changes
Changes introduced in this pull request:
cargo updateReference issue to close (if applicable)
Closes #6918
Other information and links
Not strictly required to go ahead with NV28, so not super hot.
Change checklist
Outside contributions
Summary by CodeRabbit