Band

Band v3.1.0 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 42450000. It is estimated to take place 4 days ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd band
git pull
git checkout v3.1.0
make install

Check Version

# should be 3.1.0
bandd version

# Should be commit 82b69261c41694a43f0acaafa3fdb75bdd1ba38e
bandd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 3.1.0
$HOME/.band/cosmovisor/upgrades/v3_1/bin/bandd version