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
9444000
. It is estimated to take place
9 months ago. A
countdown clock is here.
The governance proposal is here.
cd terra
git pull
git checkout v2.10.2
make install
# should be v2.10.2
terrad version
# Should be commit 7dce06b225b2ef57ddd69f7ac729a98c6257e5a1
terrad version --long | grep commit
mkdir -p $HOME/.terra/cosmovisor/upgrades/v2.10/bin
cp $HOME/go/bin/terrad $HOME/.terra/cosmovisor/upgrades/v2.10/bin
# should be v2.10.2
$HOME/.terra/cosmovisor/upgrades/v2.10/bin/terrad version