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
21776800. It is estimated to take place
1 day from now. A
countdown clock is here.
The governance proposal is here.
cd tacchain
git pull
git checkout v1.6.0
make install
# should be 1.6.0
tacchaind version
# Should be commit ab311af7ee3b897c9f30bcc6cd9af3a9a3c4ffb5
tacchaind version --long | grep commit
mkdir -p $HOME/.tacchaind/cosmovisor/upgrades/v1.6.0/bin
cp $HOME/go/bin/tacchaind $HOME/.tacchaind/cosmovisor/upgrades/v1.6.0/bin
# should be 1.6.0
$HOME/.tacchaind/cosmovisor/upgrades/v1.6.0/bin/tacchaind version