Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Chihuahua 2.1.0 Upgrade (authz)

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

This guide assumes that you use cosmovisor to manage upgrades

# get the new version
cd chihuahua
git pull
git checkout v2.1.0
make install

check the version

# should be v2.1.0
chihuahuad version
# Should be commit 35b9a17713b87a4691a9430c28eef37bf3bbb4c1
chihuahuad version --long

Make new directory and copy binary

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

check the version again

# should be v2.1.0
$HOME/.chihuahua/cosmovisor/upgrades/authz/bin/chihuahuad version