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
3249665
. It is estimated to take place
4 days from now. A
countdown clock is here.
The governance proposal is here.
cd seda
git pull
git checkout v0.1.8
make install
# should be v0.1.8
sedad version
# Should be commit a93d08d764ea04d142ee424da76fb2a3892fa8e2
sedad version --long | grep commit
mkdir -p $HOME/.sedad/cosmovisor/upgrades/v0.1.8/bin
cp $HOME/go/bin/sedad $HOME/.sedad/cosmovisor/upgrades/v0.1.8/bin
# should be v0.1.8
$HOME/.sedad/cosmovisor/upgrades/v0.1.8/bin/sedad version