This upgrade add asymmetric liquidity and Peggy Pauser.
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
9663352
. It is estimated to take place
2 years ago. A
countdown clock is here.
The governance proposal is here.
cd sifchain
git pull
git checkout v1.1.0-beta
make install
# should be 1.1.0-beta
sifnoded version
# Should be commit 91863875aaf69ef9f48b2971839a5fc8769a6704
sifnoded version --long | grep commit
mkdir -p $HOME/.sifnoded/cosmovisor/upgrades/1.1.0-beta/bin
cp $HOME/go/bin/sifnoded $HOME/.sifnoded/cosmovisor/upgrades/1.1.0-beta/bin
# should be 1.1.0-beta
$HOME/.sifnoded/cosmovisor/upgrades/1.1.0-beta/bin/sifnoded version