Sifchain

Sifchain v1.3.0-beta 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 15017000. It is estimated to take place 5 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd sifchain
git pull
git checkout v1.3.0-beta
make install

Check Version

# should be 1.3.0-beta
sifnoded version

# Should be commit ee20587b3486c681dad5a38c85e83c323b72637b
sifnoded version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.sifnoded/cosmovisor/upgrades/1.3.0-beta/bin
cp $HOME/go/bin/sifnoded $HOME/.sifnoded/cosmovisor/upgrades/1.3.0-beta/bin

Check Version Again

# should be 1.3.0-beta
$HOME/.sifnoded/cosmovisor/upgrades/1.3.0-beta/bin/sifnoded version