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