Closed conorsch closed 5 months ago
❯ pcli q governance proposal 5 definition
id = "5"
title = "upgrade to 0.77.0"
description = "planned upgrade, via chain migration, to testnet 77"
[upgradePlan]
height = "314250"
Oops, proposal failed:
❯ pcli q governance proposal 5 state
{
"finished": {
"outcome": {
"failed": {}
}
}
}
Will need to reschedule and try again.
❯ pcli q governance proposal 6 definition
id = "6"
title = "upgrade to 0.77.0"
description = "planned upgrade, via chain migration, to testnet 77 (attempt #2)"
[upgradePlan]
height = "326700"
Ensure faucet is open
resyncing galileo took ~77m with nearly 400k blocks (and a lot of txs, because it's the faucet). back up and running now.
Perform Hermes maintenance for genesis restart to get relayer running again
We missed this window: during upgrade, the RPC endpoints took a while to restore, and the trusting period elapsed during that maintenance. @avahowell suggested that we modify the unbonding period on the testnet so we get longer trusting periods, widening the time window we have to perform relayer maintenance. That sounds a like a great idea to me. For now, I've created new channels: channel-5
for osmosis testnet and channel-6
for noble testnet.
For now, I've created new channels: channel-5 for osmosis testnet and channel-6 for noble testnet.
Registry already updated in https://github.com/prax-wallet/registry/commit/3b923ca2a64d043da660c5e978405326c0a4c85d. Closing as complete.
Testnet upgrade
Testnet chain id:
penumbra-testnet-deimos-8
(unchanged) Release date: 2024-05-31 Testnet release manager: @conorschTestnet Release Manager Checklist
Pre-release:
consensus-breaking
and/orstate-breaking
upgrade-plan
governance proposalOn 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