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
14340215
. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd kichain
git pull
git checkout 5.0.0
make install
# should be Mainnet-5.0.0
kid version
# Should be commit 7cd2cf88fb87c9695d7eea9107eb6fe5e1ec93fb
kid version --long | grep commit
mkdir -p $HOME/.kid/cosmovisor/upgrades/v5/bin
cp $HOME/go/bin/kid $HOME/.kid/cosmovisor/upgrades/v5/bin
# should be Mainnet-5.0.0
$HOME/.kid/cosmovisor/upgrades/v5/bin/kid version