Chihuahua

Chihuahua v9.0.5 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 18504000. It is estimated to take place 12 hours from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd chihuahua
git pull
git checkout v9.0.5
make install

Check Version

# should be v9.0.5
chihuahuad version

# Should be commit 286ef3b9b63837fd99c51d473b3f75ad824c18d5
chihuahuad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

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