Band

Band v3.0.1 Upgrade

LFG!

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 42051400. It is estimated to take place 1 week from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd band
git pull
git checkout v3.0.1
make install

Check Version

# should be 3.0.1
bandd version

# Should be commit 7defe0d57298cb2dcf4b9d4645fe8a4e0f7ae30f
bandd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.band/cosmovisor/upgrades/v3/bin
cp $HOME/go/bin/bandd $HOME/.band/cosmovisor/upgrades/v3/bin

Check Version Again

# should be 3.0.1
$HOME/.band/cosmovisor/upgrades/v3/bin/bandd version