Omniflix

Omniflix v0.11.1 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 7339200. It is estimated to take place 10 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd omniflix
git pull
git checkout v0.11.1
make install

Check Version

# should be 0.11.1
omniflixhubd version

# Should be commit a7864d9cbc8d70b4f3550cd77fa188607aa4db71
omniflixhubd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.omniflixhub/cosmovisor/upgrades/v0.11.0/bin
cp $HOME/go/bin/omniflixhubd $HOME/.omniflixhub/cosmovisor/upgrades/v0.11.0/bin

Check Version Again

# should be 0.11.1
$HOME/.omniflixhub/cosmovisor/upgrades/v0.11.0/bin/omniflixhubd version