Gravity

Gravity v1.8.1 Upgrade

This upgrade will run invariant checks by default every 17-199 blocks and ensure a chain halt when any invariant is violated.

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 5264000. 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.8.1
make install

Check Version

# should be v1.8.1
gravity version

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

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be v1.8.1
$HOME/.gravity/cosmovisor/upgrades/pleiades2/bin/gravity version