Terra

Terra v2.3.1 Upgrade

This upgrade adds the Alliance Module. 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 4711800. It is estimated to take place 1 year ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd terra
git pull
git checkout v2.3.1
make install

Check Version

# should be v2.3.1
terrad version

# Should be commit 19f57f0ec1d58a459cba4523a6d43b3c1b6cfcba
terrad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.terra/cosmovisor/upgrades/2.3.0/bin
cp $HOME/go/bin/terrad $HOME/.terra/cosmovisor/upgrades/2.3.0/bin

Check Version Again

# should be v2.3.1
$HOME/.terra/cosmovisor/upgrades/2.3.0/bin/terrad version