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
6715000. It is estimated to take place
1 week from now. A
countdown clock is here.
The governance proposal is here.
cd lumera
git pull
git checkout v1.20.3
make install
# should be 1.20.3
lumerad version
# Should be commit 89c337362f96f9f96c217dcea13e017a57956caa
lumerad version --long | grep commit
mkdir -p $HOME/.lumera/cosmovisor/upgrades/v1.20.2/bin
cp $HOME/go/bin/lumerad $HOME/.lumera/cosmovisor/upgrades/v1.20.2/bin
# should be 1.20.3
$HOME/.lumera/cosmovisor/upgrades/v1.20.2/bin/lumerad version