Lumera

Lumera v1.7.0 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 1436800. It is estimated to take place 21 hours from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd lumera
git pull
git checkout v1.7.0
make install

Check Version

# should be 1.7.0
lumerad version

# Should be commit 8dca6af1df79826b647b5f2a2ba4b97b21343ce1
lumerad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 1.7.0
$HOME/.lumera/cosmovisor/upgrades/v1.7.0/bin/lumerad version