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
1056500
. It is estimated to take place
1 week ago. A
countdown clock is here.
The governance proposal is here.
cd hippo
git pull
git checkout v1.0.1
make install
# should be 1.0.1
hippod version
# Should be commit e2e864a879fe7d88e302763cdb9dbc9dcc3e6c9a
hippod version --long | grep commit
mkdir -p $HOME/.hippo/cosmovisor/upgrades/v1.0.1/bin
cp $HOME/go/bin/hippod $HOME/.hippo/cosmovisor/upgrades/v1.0.1/bin
# should be 1.0.1
$HOME/.hippo/cosmovisor/upgrades/v1.0.1/bin/hippod version