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
16395000
. It is estimated to take place
6 days from now. A
countdown clock is here.
The governance proposal is here.
cd terra
git pull
git checkout v2.17.3
make install
# should be v2.17.3
terrad version
# Should be commit aaf738269d627e0c0efc4145df5bbeae5fa1c0c3
terrad version --long | grep commit
mkdir -p $HOME/.terra/cosmovisor/upgrades/v2.17/bin
cp $HOME/go/bin/terrad $HOME/.terra/cosmovisor/upgrades/v2.17/bin
# should be v2.17.3
$HOME/.terra/cosmovisor/upgrades/v2.17/bin/terrad version