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
2 years ago. A
countdown clock is here.
The governance proposal is here.
cd gravity
git pull
git checkout v1.8.1
make install
# should be v1.8.1
gravity version
# Should be commit ea35ec51aa921f60bb0911bd5482f12a438241e0
gravity version --long | grep commit
mkdir -p $HOME/.gravity/cosmovisor/upgrades/pleiades2/bin
cp $HOME/go/bin/gravity $HOME/.gravity/cosmovisor/upgrades/pleiades2/bin
# should be v1.8.1
$HOME/.gravity/cosmovisor/upgrades/pleiades2/bin/gravity version