SEDA

SEDA v0.1.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 3249665. It is estimated to take place 4 days from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd seda
git pull
git checkout v0.1.8
make install

Check Version

# should be v0.1.8
sedad version

# Should be commit a93d08d764ea04d142ee424da76fb2a3892fa8e2
sedad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.sedad/cosmovisor/upgrades/v0.1.8/bin
cp $HOME/go/bin/sedad $HOME/.sedad/cosmovisor/upgrades/v0.1.8/bin

Check Version Again

# should be v0.1.8
$HOME/.sedad/cosmovisor/upgrades/v0.1.8/bin/sedad version