Teritori

Teritori v1.4.0 Upgrade

This release includes ICA controller, Intertx module, Token burn message, Wasm state sync and Upgrade handler.

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 3699425. It is estimated to take place 11 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd teritori
git pull
git checkout v1.4.0
make install

Check Version

# should be v1.4.0
teritorid version

# Should be commit 01f60ec7fb9cb9d77dbe7fee1a9d69ff4fb0d2b9
teritorid version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.teritorid/cosmovisor/upgrades/v1.4.0/bin
cp $HOME/go/bin/teritorid $HOME/.teritorid/cosmovisor/upgrades/v1.4.0/bin

Check Version Again

# should be v1.4.0
$HOME/.teritorid/cosmovisor/upgrades/v1.4.0/bin/teritorid version