chore: create nv29 Lotus skeleton - #13640
Merged
Merged
Conversation
TippyFlitsUK
approved these changes
Jun 2, 2026
Contributor
Author
|
Did a manual testrun. Confirming I see: The actor-bundle in the CLI: Pre-Migration: Then seeing the actual migration and progress happening after the upgrade epoch: |
6 tasks
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
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.
Closes #13638.
[skip changelog]
Lotus side of the nv29 network skeleton. This consumes the published filecoin-ffi and go-state-types development releases needed to make nv29 available for development and testing.
What changed
builtin-actorsv18.0.0release, plus generated bundle metadata.extern/filecoin-ffitov1.36.1-dev, which includes chore: add nv29 skeleton filecoin-ffi#580.github.com/filecoin-project/go-state-typestov0.19.0-dev, which includesactors.Version19,network.Version29, and the v19 migration package.UpgradeXxHeight,UpgradeActorsV19,PreUpgradeActorsV19, state-tree version mapping, compute-state actor registry, lotus-shed migration support, and invariant checks.Follow-ups
UpgradeXxHeightafter nv29 has its final codename / activation schedule.Validation
CGO_LDFLAGS="-L/opt/homebrew/lib" make genCGO_LDFLAGS="-L/opt/homebrew/lib" make docsgen-cliCGO_LDFLAGS="-L/opt/homebrew/lib" go test ./chain/actors/... ./chain/consensus/filcns ./chain/consensus ./chain/state ./cmd/lotus-shed ./api ./node/impl/full ./build/buildconstantsCGO_LDFLAGS="-L/opt/homebrew/lib" go test ./itests/kitgo test -tags 2k ./build/buildconstantsgo test -tags calibnet ./build/buildconstantsgo test -tags butterflynet ./build/buildconstantsgo test -tags interopnet ./build/buildconstantsgo test -tags testground ./build/buildconstants