Sommelier

Sommelier v10.0.2 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 27425000. It is estimated to take place 1 day from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd sommelier
git pull
git checkout v10.0.2
make install

Check Version

# should be v10.0.2
sommelier version

# Should be commit 9788f65d3cb0fcd57d3c13e89e5653fb4292a490
sommelier version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be v10.0.2
$HOME/.sommelier/cosmovisor/upgrades/v10/bin/sommelier version