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
9643747
. It is estimated to take place
2 weeks ago. A
countdown clock is here.
The governance proposal is here.
cd migaloo
git pull
git checkout v4.2.5
make install
# should be v4.2.5
migalood version
# Should be commit 1f555a3eb16d39da2aac09eed91f182052755224
migalood version --long | grep commit
mkdir -p $HOME/.migalood/cosmovisor/upgrades/v4.2.5/bin
cp $HOME/go/bin/migalood $HOME/.migalood/cosmovisor/upgrades/v4.2.5/bin
# should be v4.2.5
$HOME/.migalood/cosmovisor/upgrades/v4.2.5/bin/migalood version