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
17056800
. It is estimated to take place
1 month ago. A
countdown clock is here.
The governance proposal is here.
cd odin
git pull
git checkout v0.10.0
make install
# should be 0.10.0
odind version
# Should be commit 865a449dadc2d6202c0e6de87b1e2cf9aece34e4
odind version --long | grep commit
mkdir -p $HOME/.odin/cosmovisor/upgrades/v0.10.0/bin
cp $HOME/go/bin/odind $HOME/.odin/cosmovisor/upgrades/v0.10.0/bin
# should be 0.10.0
$HOME/.odin/cosmovisor/upgrades/v0.10.0/bin/odind version