UnUniFi

UnUniFi v4.0.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 8197583. It is estimated to take place 5 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd ununifi
git pull
git checkout v4.0.0
make install

Check Version

# should be HEAD-48d4980c84c9b3725a3faeb10b5ca789204b430e
ununifid version

# Should be commit 48d4980c84c9b3725a3faeb10b5ca789204b430e
ununifid version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be HEAD-48d4980c84c9b3725a3faeb10b5ca789204b430e
$HOME/.ununifi/cosmovisor/upgrades/v4/bin/ununifid version