Terra

Terra v2.4.1 Upgrade

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

Install New Binary

cd terra
git pull
git checkout v2.4.1
make install

Check Version

# should be v2.4.1
terrad version

# Should be commit 0324754381d81f6760759fc806aa843dd8ef4a0f
terrad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be v2.4.1
$HOME/.terra/cosmovisor/upgrades/v2.4/bin/terrad version