Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.2 KB

UPGRADE.md

File metadata and controls

34 lines (27 loc) · 1.2 KB

Network Upgrade

Instructions for 2022-jan-13 testnet chain id axlear-testnet-lisbon-2 upgrade.

  1. Validators please vote for the upgrade proposal via
axelard tx gov vote 1 yes --from validator
  1. Wait for the proposed upgrade block (14700). Your node will panic at that block height. Stop your node after chain halt.

Docker:

docker stop axelar-core vald tofnd
docker rm axelar-core vald tofnd

Binary:

pkill -f 'axelard start'
pkill -f 'axelard vald-start'
pkill -f tofnd
  1. Backup the state and keys. If you used the default path then do this in the host (outside the container):
cp -r ~/.axelar_testnet ~/.axelar_testnet_lisbon-2-upgrade-backup

Note that your state folder may exist at a different path if you are running your node with the binaries or if you used a non-default path.

  1. Restart your node with the new v0.13.0 build

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 based on information at testnet-releases.md. Or you can add the flag -a v0.13.0 to force a specific version.