This proposal is intended to upgrade axelar core to v0.28
This guide assumes that you use cosmovisor to manage upgrades. If you do not use cosmovisor, please adjust some commands accordingly.
The upgrade is scheduled for Block
4984950
. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd axelar
git pull
git checkout v0.28.0
make install
# should be 0.28.0
axelard version
# Should be commit b60bd0e33a54bdc5f5e4a762007a68063ca78865
axelard version --long | grep commit
mkdir -p $HOME/.axelar/cosmovisor/upgrades/v0.28/bin
cp $HOME/go/bin/axelard $HOME/.axelar/cosmovisor/upgrades/v0.28/bin
# should be 0.28.0
$HOME/.axelar/cosmovisor/upgrades/v0.28/bin/axelard version