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
58825800. It is estimated to take place
6 days ago. A
countdown clock is here.
The governance proposal is here.
cd cronos
git pull
git checkout v1.7.0
make install
# should be 1.7.0
cronosd version
# Should be commit 40032610e530cc2c0c2fc83f104d6d19efa08ada
cronosd version --long | grep commit
mkdir -p $HOME/.cronos/cosmovisor/upgrades/v1.7/bin
cp $HOME/go/bin/cronosd $HOME/.cronos/cosmovisor/upgrades/v1.7/bin
# should be 1.7.0
$HOME/.cronos/cosmovisor/upgrades/v1.7/bin/cronosd version