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