Skip to content

Latest commit

 

History

History

v310

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Chihuahua v3.1.0 Upgrade (revert tombstone)

The Upgrade is scheduled for block 4673333. A countdown clock is here

This guide assumes that you use cosmovisor to manage upgrades

# get the new version
cd chihuahua
git fetch --all
git checkout v3.1.0
make install

check the version

# should be v3.1.0
chihuahuad version
# Should be commit d6e9f55c5d7dbee8c6e2c3e34144a9b81ceae8c7
chihuahuad version --long

Make new directory and copy binary

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

check the version again

# should be v3.1.0
$HOME/.chihuahuad/cosmovisor/upgrades/v310/bin/chihuahuad version