Skip to content

chore: add nv29 skeleton - #580

Merged
rjan90 merged 1 commit into
masterfrom
phi/nv29-skeleton
May 27, 2026
Merged

chore: add nv29 skeleton#580
rjan90 merged 1 commit into
masterfrom
phi/nv29-skeleton

Conversation

@rjan90

@rjan90 rjan90 commented May 27, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Route network version 29 to the existing FVM v4 engine.
  • Builds on the already-published ref-fvm 4.8.2 crates, which expose the nv29-dev feature.

Why this is smaller than previous skeleton PRs

The nv28 skeleton PR, #548, changed three things:

  • rust/Cargo.toml: bump fvm4 / fvm4_shared and enable the new nvXX-dev feature.
  • rust/Cargo.lock: regenerate the lockfile for the new FVM crates.
  • rust/src/fvm/engine.rs: map the new network version to the FVM v4 engine.

For nv29, the first two pieces already landed in #572:

  • fvm4 / fvm4_shared are already on ~4.8.2.
  • fvm4 already enables nv29-dev.
  • rust/Cargo.lock already resolves fvm and fvm_shared to 4.8.2.

That leaves only the missing engine-version mapping in this PR.

Refs #579

Validation

  • cargo fmt --manifest-path rust/Cargo.toml --check
  • cargo check --manifest-path rust/Cargo.toml --no-default-features --features fvm

@github-project-automation github-project-automation Bot moved this to 📌 Triage in FilOz May 27, 2026
@rjan90 rjan90 moved this from 📌 Triage to 🐱 Todo in FilOz May 27, 2026
@rjan90 rjan90 moved this from 🐱 Todo to 🔎 Awaiting Review in FilOz May 27, 2026
@rjan90
rjan90 requested a review from rvagg May 27, 2026 07:41
@rjan90 rjan90 self-assigned this May 27, 2026
@rjan90
rjan90 marked this pull request as ready for review May 27, 2026 07:42
@rjan90
rjan90 requested a review from TippyFlitsUK May 27, 2026 07:44
@github-project-automation github-project-automation Bot moved this from 🔎 Awaiting Review to ✔️ Approved by reviewer in FilOz May 27, 2026
@rjan90
rjan90 merged commit 277865c into master May 27, 2026
5 checks passed
@rjan90
rjan90 deleted the phi/nv29-skeleton branch May 27, 2026 11:07
@github-project-automation github-project-automation Bot moved this from ✔️ Approved by reviewer to 🎉 Done in FilOz May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🎉 Done

Development

Successfully merging this pull request may close these issues.

2 participants