Union

Union v1.2.0 Upgrade

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.

Install New Binary

cd union
git pull
git checkout v1.2.0
make install

Check Version

# should be v1.2.0
uniond version

# Should be commit 5338f22a696c3c58325266dedbd4f11f9b128483
uniond version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.union/cosmovisor/upgrades/v1.2.0/bin
cp $HOME/go/bin/uniond $HOME/.union/cosmovisor/upgrades/v1.2.0/bin

Check Version Again

# should be v1.2.0
$HOME/.union/cosmovisor/upgrades/v1.2.0/bin/uniond version