Oraichain

Oraichain v0.50.7 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 52247689. 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.7
make install

Check Version

# should be 0.50.7
oraid version

# Should be commit 40b74720a619a743fad643419067d3d08a4a4096
oraid version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 0.50.7
$HOME/.oraid/cosmovisor/upgrades/v0.50.7/bin/oraid version