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