Chihuahua

Chihuahua v9.0.4 Upgrade

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 18385000. It is estimated to take place 3 weeks ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd chihuahua
git pull
git checkout v9.0.4
make install

Check Version

# should be v9.0.4
chihuahuad version

# Should be commit d79ba427d0842401052272551bf465d4aa1a8fe0
chihuahuad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.chihuahuad/cosmovisor/upgrades/v9.0.4/bin
cp $HOME/go/bin/chihuahuad $HOME/.chihuahuad/cosmovisor/upgrades/v9.0.4/bin

Check Version Again

# should be v9.0.4
$HOME/.chihuahuad/cosmovisor/upgrades/v9.0.4/bin/chihuahuad version