UnUniFi

UnUniFi v3.2.2 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 7061394. It is estimated to take place 8 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd ununifi
git pull
git checkout v3.2.2
make install

Check Version

# should be HEAD-481a72173f85bf44347cf8a290ac6d2f6449615f
ununifid version

# Should be commit 481a72173f85bf44347cf8a290ac6d2f6449615f
ununifid version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.ununifi/cosmovisor/upgrades/v3_2_2/bin
cp $HOME/go/bin/ununifid $HOME/.ununifi/cosmovisor/upgrades/v3_2_2/bin

Check Version Again

# should be HEAD-481a72173f85bf44347cf8a290ac6d2f6449615f
$HOME/.ununifi/cosmovisor/upgrades/v3_2_2/bin/ununifid version