-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: nv25 network skeleton #12707
feat: nv25 network skeleton #12707
Conversation
Doing a test run in a devnet: Network version at the start of the devnet:
I can see that the pre-migration happens on my node, as well as the actual migration at epoch 200:
See that we switch actors-bundle version and network version:
And the network is able to progress after upgrade epoch:
|
|
the |
There's something funky going on with your actors gen, there's a signature mismatch that's unrelated to the tuktuk upgrade epoch. Can you run |
It didn't |
But solved it somehow. |
Confirming that the sanity check of re-running a devnet with the final changes was good. Seeing the migration complete:
And the chain progresses after the nv25 upgrade:
|
* chore: update dependencies and stuff * update stuff part 2 * chore: make gen * chore: update UpgradeTuktukHeight to var * chore: make actors-gen
Related Issues
Closes #12686
Checklist
Before you mark the PR ready for review, please make sure that: