LFG! Please note that this upgrade has some additional sommelier-specfic steps outlined in the official upgrade guide, including shutting off orchestrator/steward before upgrade, changing the binaries, and then restarting after the upgrade. Please refer to the official doc for more details.
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
13010200
. It is estimated to take place
11 months ago. A
countdown clock is here.
The governance proposal is here.
cd sommelier
git pull
git checkout v7.0.0
make install
# should be v7.0.0
sommelier version
# Should be commit edbad9df7421e21a020106b3e35e3ac6a949a48a
sommelier version --long | grep commit
mkdir -p $HOME/.sommelier/cosmovisor/upgrades/v7/bin
cp $HOME/go/bin/sommelier $HOME/.sommelier/cosmovisor/upgrades/v7/bin
# should be v7.0.0
$HOME/.sommelier/cosmovisor/upgrades/v7/bin/sommelier version