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
18310250
. It is estimated to take place
4 months ago. A
countdown clock is here.
The governance proposal is here.
cd bitsong
git pull
git checkout v0.16.0
make install
# should be 0.16.0
bitsongd version
# Should be commit 608415adfd0d5fedb081c369268461541b3fe4e4
bitsongd version --long | grep commit
mkdir -p $HOME/.bitsongd/cosmovisor/upgrades/v016/bin
cp $HOME/go/bin/bitsongd $HOME/.bitsongd/cosmovisor/upgrades/v016/bin
# should be 0.16.0
$HOME/.bitsongd/cosmovisor/upgrades/v016/bin/bitsongd version