Sifchain

Sifchain v1.2.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 14556000. It is estimated to take place 6 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

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

Check Version

# should be 1.2.0-beta
sifnoded version

# Should be commit 4244795a386396a0d6e1f207a208aea10d4ace7c
sifnoded version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

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