Mainnet upgrade: v0.16
Instructions for 2022-Mar-21
mainnet upgrade to axelar-core v0.16.1
.
Upgrade height 1336350
countdown
- If you’re a validator, please vote for the upgrade proposal via
- Wait for the proposed upgrade block,
1336350
. Your node will panic at that block height with a log:{"level":"error","module":"consensus","err":"UPGRADE \"v0.16\" NEEDED at height: ",
. Stop your node after chain halt.
- Backup the state:
⚠️
Caution: If you backup the entire folder, ~/.axelar/.core
, that’ll also include your private keys (inside config
and keyring-file
subfolders). That can be dangerous if anyone gets access to your backups. We recommend backing up keys separately when you first create your node, and then excluding them from any data backups.
- Restart your node with the new
v0.16.1
build (tofnd
still usesv0.8.2
).
Example using join scripts in axelarate-community git repo:
The join scripts should automatically pull the new binary from Mainnet Resources. Or you can add the flag -a v0.16.1
to force a specific version.