-
Notifications
You must be signed in to change notification settings - Fork 296
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
upgrades: private state rollover during testnet #3081
Milestone
Comments
erwanor
changed the title
upgrades: private state rollover during testnet 61
upgrades: private state rollover during testnet 62
Sep 22, 2023
19 tasks
This is important but not urgent, and blocked on #3093 - targeting 63. |
erwanor
changed the title
upgrades: private state rollover during testnet 62
upgrades: private state rollover during testnet 63
Oct 3, 2023
conorsch
changed the title
upgrades: private state rollover during testnet 63
upgrades: private state rollover during testnet
Oct 18, 2023
Marking as blocked until #3093 is resolved; then we can pick this back up. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
In #2917, we were able to exercise the MVP upgrade functionality and test both: 1/ the coordination mechanism that node runners use to signal their intent to perform an upgrade 2/ the operational implications of doing so if the node runner chooses to, sharing context along the way.
Since then, we have added more functionality like checkpointing the genesis state, and performing full
InitChain
handshakes with CometBFT, completely pruning the consensus state and adhering to the recommended best-practice by the CometBFT team.During the course of testnet 62, we should re-perform this test:
export
command flag to--home
upgrade
command flag to--upgrade-path
InitChain
handshakePost 64:
The text was updated successfully, but these errors were encountered: