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