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
15103000. 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 v8.0.2
make install
# should be v8.0.2
chihuahuad version
# Should be commit e1fe631a7ae1d29387ca1269449010c398efc973
chihuahuad version --long | grep commit
mkdir -p $HOME/.chihuahuad/cosmovisor/upgrades/v8.0.2/bin
cp $HOME/go/bin/chihuahuad $HOME/.chihuahuad/cosmovisor/upgrades/v8.0.2/bin
# should be v8.0.2
$HOME/.chihuahuad/cosmovisor/upgrades/v8.0.2/bin/chihuahuad version