Teritori

Teritori v1.3.1 Upgrade

This upgrade enables delegation from vesting account.

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

Install New Binary

cd teritori
git pull
git checkout v1.3.1
make install

Check Version

# should be v1.3.1
teritorid version

# Should be commit 13752ae2d11f3b305add3fec90717dab21c60b1c
teritorid version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

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