Saga

Saga v4.0.0 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 10821737. It is estimated to take place 4 weeks ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd saga
git pull
git checkout v4.0.0
make install

Check Version

# should be 4.0.0
sscd version

# Should be commit a883b1c9df8ddda55d1764a92403a037aab0c8a0
sscd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.ssc/cosmovisor/upgrades/3-to-4/bin
cp $HOME/go/bin/sscd $HOME/.ssc/cosmovisor/upgrades/3-to-4/bin

Check Version Again

# should be 4.0.0
$HOME/.ssc/cosmovisor/upgrades/3-to-4/bin/sscd version