Chihuahua

Chihuahua v4.2.0 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 6039999. It is estimated to take place 1 year ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd chihuahua
git pull
git checkout v4.2.0
make install

Check Version

# should be v4.2.0
chihuahuad version

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

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be v4.2.0
$HOME/.chihuahuad/cosmovisor/upgrades/v420/bin/chihuahuad version