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.
cd migaloo
git pull
git checkout v2.0.1
make install
# should be v2.0.1
migalood version
# Should be commit 06d2c1ab134ef9835b3cc11dadb2bd1444a39853
migalood version --long | grep commit
mkdir -p $HOME/.migalood/cosmovisor/upgrades/v2/bin
cp $HOME/go/bin/migalood $HOME/.migalood/cosmovisor/upgrades/v2/bin
# should be v2.0.1
$HOME/.migalood/cosmovisor/upgrades/v2/bin/migalood version