Terra

Terra v2.2.0 Upgrade

This update allows vesting accounts which have incurred a slashing event to move their funds to the community pool.

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 2979805. 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.2.0
make install

Check Version

# should be v2.2.0
terrad version

# Should be commit 235b2ec6375e82dc41360483f752f971d375be41
terrad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be v2.2.0
$HOME/.terra/cosmovisor/upgrades/2.2.0/bin/terrad version