Bitcanna

Bitcanna v1.6.1 Upgrade

This upgrade fixes a nasty bug.

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

Install New Binary

cd bitcanna
git pull
git checkout v1.6.1
make install

Check Version

# should be 1.6.1
bcnad version

# Should be commit 2730dc4b1fae92ab92a4bda97823f0da804bfbd5
bcnad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.bcna/cosmovisor/upgrades/vigorous-grow-fix/bin
cp $HOME/go/bin/bcnad $HOME/.bcna/cosmovisor/upgrades/vigorous-grow-fix/bin

Check Version Again

# should be 1.6.1
$HOME/.bcna/cosmovisor/upgrades/vigorous-grow-fix/bin/bcnad version