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
7363000. It is estimated to take place
13 hours ago. A
countdown clock is here.
The governance proposal is here.
cd milkyway
git pull
git checkout v13.0.0
make install
# should be 13.0.0
milkywayd version
# Should be commit f3066d2b5a37bc4ffae8a66638f69705a3156bf5
milkywayd version --long | grep commit
mkdir -p $HOME/.milkyway/cosmovisor/upgrades/v13/bin
cp $HOME/go/bin/milkywayd $HOME/.milkyway/cosmovisor/upgrades/v13/bin
# should be 13.0.0
$HOME/.milkyway/cosmovisor/upgrades/v13/bin/milkywayd version