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
10428200
. It is estimated to take place
10 months ago. A
countdown clock is here.
The governance proposal is here.
cd omniflix
git pull
git checkout v2.0.0
make install
# should be v2.0.0
omniflixhubd version
# Should be commit b7af403b633a01f6d644b12aae2132777449a973
omniflixhubd version --long | grep commit
mkdir -p $HOME/.omniflixhub/cosmovisor/upgrades/v2/bin
cp $HOME/go/bin/omniflixhubd $HOME/.omniflixhub/cosmovisor/upgrades/v2/bin
# should be v2.0.0
$HOME/.omniflixhub/cosmovisor/upgrades/v2/bin/omniflixhubd version