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
14129800
. It is estimated to take place
7 months ago. A
countdown clock is here.
The governance proposal is here.
cd odin
git pull
git checkout v0.7.12
make install
# should be 0.7.12
odind version
# Should be commit 0d884433460e3b0b13a487886c5a3bc1011f1a5c
odind version --long | grep commit
mkdir -p $HOME/.odin/cosmovisor/upgrades/v0.7.12/bin
cp $HOME/go/bin/odind $HOME/.odin/cosmovisor/upgrades/v0.7.12/bin
# should be 0.7.12
$HOME/.odin/cosmovisor/upgrades/v0.7.12/bin/odind version