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
20277056
. It is estimated to take place
3 weeks ago. A
countdown clock is here.
The governance proposal is here.
cd bitsong
git pull
git checkout v0.20.2
make install
# should be 0.20.2
bitsongd version
# Should be commit e49371a6876f650fc908ee376337606b2f57f3b5
bitsongd version --long | grep commit
mkdir -p $HOME/.bitsongd/cosmovisor/upgrades/v020/bin
cp $HOME/go/bin/bitsongd $HOME/.bitsongd/cosmovisor/upgrades/v020/bin
# should be 0.20.2
$HOME/.bitsongd/cosmovisor/upgrades/v020/bin/bitsongd version