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