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