UnUniFi

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

Install New Binary

cd ununifi
git pull
git checkout v4.0.2
make install

Check Version

# should be HEAD-9dcfe9bae6f914105f2546dd143bee7a5dcb174e
ununifid version

# Should be commit 9dcfe9bae6f914105f2546dd143bee7a5dcb174e
ununifid version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be HEAD-9dcfe9bae6f914105f2546dd143bee7a5dcb174e
$HOME/.ununifi/cosmovisor/upgrades/v4_0_2/bin/ununifid version