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
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd omniflix
git pull
git checkout v0.11.1
make install
# should be 0.11.1
omniflixhubd version
# Should be commit a7864d9cbc8d70b4f3550cd77fa188607aa4db71
omniflixhubd version --long | grep commit
mkdir -p $HOME/.omniflixhub/cosmovisor/upgrades/v0.11.0/bin
cp $HOME/go/bin/omniflixhubd $HOME/.omniflixhub/cosmovisor/upgrades/v0.11.0/bin
# should be 0.11.1
$HOME/.omniflixhub/cosmovisor/upgrades/v0.11.0/bin/omniflixhubd version