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
29782800. It is estimated to take place
1 week from now. A
countdown clock is here.
The governance proposal is here.
cd cryptocom
git pull
git checkout v7.0.0
make install
# should be 7.0.0
chain-maind version
# Should be commit ff01bd8e6d6db2a4ef5ede3ddbcfb0190b40ba08
chain-maind version --long | grep commit
mkdir -p $HOME/.chain-maind/cosmovisor/upgrades/v7/bin
cp $HOME/go/bin/chain-maind $HOME/.chain-maind/cosmovisor/upgrades/v7/bin
# should be 7.0.0
$HOME/.chain-maind/cosmovisor/upgrades/v7/bin/chain-maind version