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