Sommelier

Sommelier v7.0.0 Upgrade

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 3 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd sommelier
git pull
git checkout v7.0.0
make install

Check Version

# should be v7.0.0
sommelier version

# Should be commit edbad9df7421e21a020106b3e35e3ac6a949a48a
sommelier version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.sommelier/cosmovisor/upgrades/v7/bin
cp $HOME/go/bin/sommelier $HOME/.sommelier/cosmovisor/upgrades/v7/bin

Check Version Again

# should be v7.0.0
$HOME/.sommelier/cosmovisor/upgrades/v7/bin/sommelier version