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
49881106
. It is estimated to take place
1 month ago. A
countdown clock is here.
The governance proposal is here.
cd orai
git pull
git checkout v0.50.5
make install
# should be 0.50.5
oraid version
# Should be commit 15950ea0af99fb7d993ba48b37a077e84d2ea70d
oraid version --long | grep commit
mkdir -p $HOME/.oraid/cosmovisor/upgrades/v0.50.5/bin
cp $HOME/go/bin/oraid $HOME/.oraid/cosmovisor/upgrades/v0.50.5/bin
# should be 0.50.5
$HOME/.oraid/cosmovisor/upgrades/v0.50.5/bin/oraid version