Gravity

Gravity v1.9.0 Upgrade

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 1 year ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd gravity
git pull
git checkout v1.9.0
make install

Check Version

# should be v1.9.0
gravity version

# Should be commit 1116ac045c69977cc15eff8e8fcbdfa7b4a9d3b9
gravity version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.gravity/cosmovisor/upgrades/orion/bin
cp $HOME/go/bin/gravity $HOME/.gravity/cosmovisor/upgrades/orion/bin

Check Version Again

# should be v1.9.0
$HOME/.gravity/cosmovisor/upgrades/orion/bin/gravity version