Tacchain

Tacchain v1.0.2 Upgrade

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 9665273. It is estimated to take place 4 days from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd tacchain
git pull
git checkout v1.0.2
make install

Check Version

# should be 1.0.2
tacchaind version

# Should be commit 48949772ad1ae7229f1cb2a58f9a3696df3b8ef9
tacchaind version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.tacchaind/cosmovisor/upgrades/v1.0.2/bin
cp $HOME/go/bin/tacchaind $HOME/.tacchaind/cosmovisor/upgrades/v1.0.2/bin

Check Version Again

# should be 1.0.2
$HOME/.tacchaind/cosmovisor/upgrades/v1.0.2/bin/tacchaind version