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
13250000. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd chihuahua
git pull
git checkout v7.0.1
make install
# should be v7.0.1
chihuahuad version
# Should be commit ed5ad95a6a79c84ec65c252a3b438566cb418fd7
chihuahuad version --long | grep commit
mkdir -p $HOME/.chihuahuad/cosmovisor/upgrades/v7.0.1/bin
cp $HOME/go/bin/chihuahuad $HOME/.chihuahuad/cosmovisor/upgrades/v7.0.1/bin
# should be v7.0.1
$HOME/.chihuahuad/cosmovisor/upgrades/v7.0.1/bin/chihuahuad version