-
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
feat: nv24 skeleton #12455
feat: nv24 skeleton #12455
Conversation
chore: run `make gen` and `make docsgen-cli`
fix(CI): ensure dependencies are installed before build
* chore(deps): use new FFI_PORTABLE flag for filecoin-ffi builds * chore: update FFI to v1.30.0-dev chore: update FFI to v1.30.0-dev --------- Co-authored-by: Phi <[email protected]>
fix: update account.State import in migration test
chore: go mod tidy
Sanity test run in devnet: Network version at the start of the devnet:
The pre-migration is happening:
The migration at epoch 200:
We switch actors-bundle version and network version:
The network is progressing after the upgrade epoch:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is fine, except that I'd like the actors manifests to be much more obvious that we're not modifying nv23
also strong -1 to "omen"
chore: update network upgrade name
I updated the codename now that |
Can we land the bug-fixes into master instead of keeping them in this PR? Unless we're going to land this immediately. In general, I'm not a huge fan of piling fixes into release PRs. It makes it hard to track/blame them later. |
Related Issues
Closes #12351
Pulling in #12419 which @kamuik16 has worked on, and pulling in relevant changes from #12423 which was needed to get some of the tests to pass. Additionally it has been rebased on the latest master.
Proposed Changes
Additional Info
Checklist
Before you mark the PR ready for review, please make sure that: