Oraichain

Oraichain v0.50.8 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 53006170. It is estimated to take place 3 weeks ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd orai
git pull
git checkout v0.50.8
make install

Check Version

# should be 0.50.8
oraid version

# Should be commit 4c6ba77f376d08903df6cdea5288bad2cf383360
oraid version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.oraid/cosmovisor/upgrades/v0.50.8/bin
cp $HOME/go/bin/oraid $HOME/.oraid/cosmovisor/upgrades/v0.50.8/bin

Check Version Again

# should be 0.50.8
$HOME/.oraid/cosmovisor/upgrades/v0.50.8/bin/oraid version