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