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.
cd saga
git pull
git checkout v4.0.0
make install
# should be 4.0.0
sscd version
# Should be commit a883b1c9df8ddda55d1764a92403a037aab0c8a0
sscd version --long | grep commit
mkdir -p $HOME/.ssc/cosmovisor/upgrades/3-to-4/bin
cp $HOME/go/bin/sscd $HOME/.ssc/cosmovisor/upgrades/3-to-4/bin
# should be 4.0.0
$HOME/.ssc/cosmovisor/upgrades/3-to-4/bin/sscd version