Lum

Lum v1.6.5 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 11992000. It is estimated to take place 2 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd lum
git pull
git checkout v1.6.5
make install

Check Version

# should be 1.6.5
lumd version

# Should be commit 255e6e549f3ab50cd24b6b7bfbe72167aadd4e2e
lumd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.lumd/cosmovisor/upgrades/v1.6.5/bin
cp $HOME/go/bin/lumd $HOME/.lumd/cosmovisor/upgrades/v1.6.5/bin

Check Version Again

# should be 1.6.5
$HOME/.lumd/cosmovisor/upgrades/v1.6.5/bin/lumd version