Woof!
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
8711111. It is estimated to take place
2 years ago. A
countdown clock is here.
The governance proposal is here.
cd chihuahua
git pull
git checkout v5.0.0
make install
# should be v5.0.0
chihuahuad version
# Should be commit 1184218fd760897018f870eee78c14cef1ee0379
chihuahuad version --long | grep commit
mkdir -p $HOME/.chihuahuad/cosmovisor/upgrades/v500/bin
cp $HOME/go/bin/chihuahuad $HOME/.chihuahuad/cosmovisor/upgrades/v500/bin
# should be v5.0.0
$HOME/.chihuahuad/cosmovisor/upgrades/v500/bin/chihuahuad version