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
2363000
. It is estimated to take place
7 months ago. A
countdown clock is here.
The governance proposal is here.
cd andromeda
git pull
git checkout v0.1.1-patch
make install
# should be v0.1.1-patch
andromedad version
# Should be commit 56677646ff34011a4f34006ccc4bf0727384ea79
andromedad version --long | grep commit
mkdir -p $HOME/.andromeda/cosmovisor/upgrades/v0.1.1/bin
cp $HOME/go/bin/andromedad $HOME/.andromeda/cosmovisor/upgrades/v0.1.1/bin
# should be v0.1.1-patch
$HOME/.andromeda/cosmovisor/upgrades/v0.1.1/bin/andromedad version