Gravity

Gravity v1.11.1 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 9244100. It is estimated to take place 6 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd gravity
git pull
git checkout v1.11.1
make install

Check Version

# should be v1.11.1
gravity version

# Should be commit d8f348d6035de64b23092bcc6a9b04403a125451
gravity version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be v1.11.1
$HOME/.gravity/cosmovisor/upgrades/apollo/bin/gravity version