Lumera

Lumera v1.11.1 Upgrade

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 4218000. It is estimated to take place 3 days ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd lumera
git pull
git checkout v1.11.1
make install

Check Version

# should be 1.11.1
lumerad version

# Should be commit cfef8f34b1a012a1979199084b2ce0d447df19db
lumerad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.lumera/cosmovisor/upgrades/v1.11.1/bin
cp $HOME/go/bin/lumerad $HOME/.lumera/cosmovisor/upgrades/v1.11.1/bin

Check Version Again

# should be 1.11.1
$HOME/.lumera/cosmovisor/upgrades/v1.11.1/bin/lumerad version