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
2433000
. It is estimated to take place
3 weeks ago. A
countdown clock is here.
The governance proposal is here.
cd union
git pull
git checkout v1.2.0
make install
# should be v1.2.0
uniond version
# Should be commit 5338f22a696c3c58325266dedbd4f11f9b128483
uniond version --long | grep commit
mkdir -p $HOME/.union/cosmovisor/upgrades/v1.2.0/bin
cp $HOME/go/bin/uniond $HOME/.union/cosmovisor/upgrades/v1.2.0/bin
# should be v1.2.0
$HOME/.union/cosmovisor/upgrades/v1.2.0/bin/uniond version