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
19818776
. 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.18.0
make install
# should be 0.18.0
bitsongd version
# Should be commit 50b4082736a68cdde098cf36edd7c7a70d9fdae6
bitsongd version --long | grep commit
mkdir -p $HOME/.bitsongd/cosmovisor/upgrades/v18/bin
cp $HOME/go/bin/bitsongd $HOME/.bitsongd/cosmovisor/upgrades/v18/bin
# should be 0.18.0
$HOME/.bitsongd/cosmovisor/upgrades/v18/bin/bitsongd version