Migaloo

Migaloo v4.1.3 Upgrade

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 5962700. It is estimated to take place 2 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd migaloo
git pull
git checkout v4.1.3
make install

Check Version

# should be v4.1.3
migalood version

# Should be commit 5382bfc56173a0f57dcaef34e99c59c99cf70dda
migalood version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.migalood/cosmovisor/upgrades/v4.1.2/bin
cp $HOME/go/bin/migalood $HOME/.migalood/cosmovisor/upgrades/v4.1.2/bin

Check Version Again

# should be v4.1.3
$HOME/.migalood/cosmovisor/upgrades/v4.1.2/bin/migalood version