Odin

Odin v0.7.11 Upgrade

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 2 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd odin
git pull
git checkout v0.7.11
make install

Check Version

# should be 0.7.11
odind version

# Should be commit c7a2dc1ec19f3368f91cf2f47861077b8d23010b
odind version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.odin/cosmovisor/upgrades/v0.7.11/bin
cp $HOME/go/bin/odind $HOME/.odin/cosmovisor/upgrades/v0.7.11/bin

Check Version Again

# should be 0.7.11
$HOME/.odin/cosmovisor/upgrades/v0.7.11/bin/odind version