Symphony

Symphony v1.0.8 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 10180000. It is estimated to take place 1 week ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd symphony
git pull
git checkout v1.0.8
make install

Check Version

# should be 1.0.8
symphonyd version

# Should be commit cefc1eeee087500027c7eaede82f81b56fcf5ea7
symphonyd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.symphonyd/cosmovisor/upgrades/v1.0.8/bin
cp $HOME/go/bin/symphonyd $HOME/.symphonyd/cosmovisor/upgrades/v1.0.8/bin

Check Version Again

# should be 1.0.8
$HOME/.symphonyd/cosmovisor/upgrades/v1.0.8/bin/symphonyd version