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