Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.16 KB

UPGRADE.md

File metadata and controls

34 lines (24 loc) · 1.16 KB

Network Upgrade

Instructions for 2022-mar-08 testnet chain id axelar-testnet-lisbon-3 upgrade.

  1. Validators please vote for the upgrade proposal via
axelard tx gov vote 4 yes --from validator
  1. Wait for the proposed upgrade block (1060850). Your node will panic at that block height. Stop your node after chain halt.
pkill -f 'axelard start'
pkill -f 'axelard vald-start'
pkill -f tofnd
  1. Backup the state and keys. The following assumes you use the default path ~/.axelar_testnet.
cp -r ~/.axelar_testnet ~/.axelar_testnet-lisbon-3-upgrade-0.15
  1. Restart your node with the new v0.15.0 build. Remember you need to run both the node.sh and validator-tools-host.sh scripts
KEYRING_PASSWORD="pw-1" ./scripts/node.sh
KEYRING_PASSWORD="pw-1" TOFND_PASSWORD="pw-2" ./scripts/validator-tools-host.sh

Pull the latest main branch of this repo (axelarate-community). Follow instructions at README to start your node. The join scripts should automatically pull the new binary from Testnet releases. Or you can add the flag -a v0.15.0 to force a specific version.