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