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