Odin

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

Install New Binary

cd odin
git pull
git checkout v0.10.0
make install

Check Version

# should be 0.10.0
odind version

# Should be commit 865a449dadc2d6202c0e6de87b1e2cf9aece34e4
odind version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 0.10.0
$HOME/.odin/cosmovisor/upgrades/v0.10.0/bin/odind version