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
5750000. It is estimated to take place
1 week ago. A
countdown clock is here.
The governance proposal is here.
cd bitway
git pull
git checkout v2.0.2
make install
# should be 2.0.2
bitwayd version
# Should be commit dcba4add654ec09cfff8daab089f0055363c7314
bitwayd version --long | grep commit
mkdir -p $HOME/.bitway/cosmovisor/upgrades/v2.0.2/bin
cp $HOME/go/bin/bitwayd $HOME/.bitway/cosmovisor/upgrades/v2.0.2/bin
# should be 2.0.2
$HOME/.bitway/cosmovisor/upgrades/v2.0.2/bin/bitwayd version