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.
cd band
git pull
git checkout v3.0.1
make install
# should be 3.0.1
bandd version
# Should be commit 7defe0d57298cb2dcf4b9d4645fe8a4e0f7ae30f
bandd version --long | grep commit
mkdir -p $HOME/.band/cosmovisor/upgrades/v3/bin
cp $HOME/go/bin/bandd $HOME/.band/cosmovisor/upgrades/v3/bin
# should be 3.0.1
$HOME/.band/cosmovisor/upgrades/v3/bin/bandd version