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
434000
. It is estimated to take place
5 days ago. A
countdown clock is here.
The governance proposal is here.
cd lumera
git pull
git checkout v1.6.1
make install
# should be 1.6.1
lumerad version
# Should be commit 15e54430c90d74416753956a9b8b5fa3ea9c2000
lumerad version --long | grep commit
mkdir -p $HOME/.lumera/cosmovisor/upgrades/v1.6.1/bin
cp $HOME/go/bin/lumerad $HOME/.lumera/cosmovisor/upgrades/v1.6.1/bin
# should be 1.6.1
$HOME/.lumera/cosmovisor/upgrades/v1.6.1/bin/lumerad version