Odin

Odin v0.7.12 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 14129800. It is estimated to take place 1 week ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd odin
git pull
git checkout v0.7.12
make install

Check Version

# should be 0.7.12
odind version

# Should be commit 0d884433460e3b0b13a487886c5a3bc1011f1a5c
odind version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 0.7.12
$HOME/.odin/cosmovisor/upgrades/v0.7.12/bin/odind version