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