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
11390000
. It is estimated to take place
9 months ago. A
countdown clock is here.
The governance proposal is here.
cd lum
git pull
git checkout v1.6.4
make install
# should be 1.6.4
lumd version
# Should be commit 808aad2ee95e4e43ed117de1e2c85acb6e0d9e10
lumd version --long | grep commit
mkdir -p $HOME/.lumd/cosmovisor/upgrades/v1.6.4/bin
cp $HOME/go/bin/lumd $HOME/.lumd/cosmovisor/upgrades/v1.6.4/bin
# should be 1.6.4
$HOME/.lumd/cosmovisor/upgrades/v1.6.4/bin/lumd version