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
42851595
. It is estimated to take place
5 days ago. A
countdown clock is here.
The governance proposal is here.
cd orai
git pull
git checkout v0.50.2
make install
# should be 0.50.2
oraid version
# Should be commit 3f1bad9629cf1bdec439a11b848a1d63a8d916a0
oraid version --long | grep commit
mkdir -p $HOME/.oraid/cosmovisor/upgrades/v0.50.2/bin
cp $HOME/go/bin/oraid $HOME/.oraid/cosmovisor/upgrades/v0.50.2/bin
# should be 0.50.2
$HOME/.oraid/cosmovisor/upgrades/v0.50.2/bin/oraid version