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
1887954
. It is estimated to take place
10 months ago. A
countdown clock is here.
The governance proposal is here.
cd sge
git pull
git checkout v1.3.0
make install
# should be v1.3.0
sged version
# Should be commit a8eff2487ed1017e440b7a645e6b1d4807fcebb6
sged version --long | grep commit
mkdir -p $HOME/.sge/cosmovisor/upgrades/v1.3.0/bin
cp $HOME/go/bin/sged $HOME/.sge/cosmovisor/upgrades/v1.3.0/bin
# should be v1.3.0
$HOME/.sge/cosmovisor/upgrades/v1.3.0/bin/sged version