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
6698820
. It is estimated to take place
2 years ago. A
countdown clock is here.
The governance proposal is here.
cd gravity
git pull
git checkout v1.9.0
make install
# should be v1.9.0
gravity version
# Should be commit 1116ac045c69977cc15eff8e8fcbdfa7b4a9d3b9
gravity version --long | grep commit
mkdir -p $HOME/.gravity/cosmovisor/upgrades/orion/bin
cp $HOME/go/bin/gravity $HOME/.gravity/cosmovisor/upgrades/orion/bin
# should be v1.9.0
$HOME/.gravity/cosmovisor/upgrades/orion/bin/gravity version