Migaloo

Migaloo v2.0.1 Upgrade

This upgrade brings Alliance Module!

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 656439. It is estimated to take place 1 year ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd migaloo
git pull
git checkout v2.0.1
make install

Check Version

# should be v2.0.1
migalood version

# Should be commit 06d2c1ab134ef9835b3cc11dadb2bd1444a39853
migalood version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be v2.0.1
$HOME/.migalood/cosmovisor/upgrades/v2/bin/migalood version