You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We intend to ship a chain upgrade to the current testnet, including all the changes queued up in main. We must ensure that all necessary migrations have been written and tested.
Draft an announcement for peer review to ensure major changes included are comprehensive.
Disable testnet deploy workflow, so that chain is not reset
Bump the version number and push its tag, via cargo-release.
Run cargo release minor for a new testnet, or cargo release patch for a bugfix. For the latter, make sure you're on a dedicated release branch.
Push the commit and newly generated tag, e.g. v0.51.0, to the remote.
Manually trigger container-build workflow, bc deploy workflow is disabled
Wait for the "Release" workflow to complete: it'll take ~60m, most of which is the Windows builds.
Edit the newly created (and published) release object, then click "Generate release notes." Cut and paste the generated text from the bottom to the top of the post, then save it.
Close faucet (chain halt will make it inoperative anyway)
Testnet 74 migration was mishandled, due to TOTAL_CHAIN_HALT not being reset during 73 release. We're now prioritizing a chain reset as Testnet 75, in #4374.
Testnet Release
Testnet name: Testnet 74,
penumbra-testnet-deimos-7
, with chain upgradeRelease date: 2024-05-09
Testnet release manager: @conorsch
Testnet Release Manager Checklist
We intend to ship a chain upgrade to the current testnet, including all the changes queued up in main. We must ensure that all necessary migrations have been written and tested.
Pre-release:
consensus-breaking
and/orstate-breaking
core.auction.v1
#4368DelegatorVoteView
as anActionView
withVisible
andOpaque
Variants #4291On release day:
cargo release minor
for a new testnet, orcargo release patch
for a bugfix. For the latter, make sure you're on a dedicated release branch.v0.51.0
, to the remote.Post-release cleanup tasks
The text was updated successfully, but these errors were encountered: