Bitsong

Bitsong v0.20.2 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 20277056. It is estimated to take place 3 weeks ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd bitsong
git pull
git checkout v0.20.2
make install

Check Version

# should be 0.20.2
bitsongd version

# Should be commit e49371a6876f650fc908ee376337606b2f57f3b5
bitsongd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.bitsongd/cosmovisor/upgrades/v020/bin
cp $HOME/go/bin/bitsongd $HOME/.bitsongd/cosmovisor/upgrades/v020/bin

Check Version Again

# should be 0.20.2
$HOME/.bitsongd/cosmovisor/upgrades/v020/bin/bitsongd version