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
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd sifchain
git pull
git checkout v1.3.0-beta
make install
# should be 1.3.0-beta
sifnoded version
# Should be commit ee20587b3486c681dad5a38c85e83c323b72637b
sifnoded version --long | grep commit
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
# should be 1.3.0-beta
$HOME/.sifnoded/cosmovisor/upgrades/1.3.0-beta/bin/sifnoded version