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
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd teritori
git pull
git checkout v1.4.0
make install
# should be v1.4.0
teritorid version
# Should be commit 01f60ec7fb9cb9d77dbe7fee1a9d69ff4fb0d2b9
teritorid version --long | grep commit
mkdir -p $HOME/.teritorid/cosmovisor/upgrades/v1.4.0/bin
cp $HOME/go/bin/teritorid $HOME/.teritorid/cosmovisor/upgrades/v1.4.0/bin
# should be v1.4.0
$HOME/.teritorid/cosmovisor/upgrades/v1.4.0/bin/teritorid version