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
14252867
. It is estimated to take place
4 months ago. A
countdown clock is here.
The governance proposal is here.
cd stargaze
git pull
git checkout v14.0.0
make install
# should be 14.0.0
starsd version
# Should be commit 1bcda504836e85e4a5296d31524efaa5fd156b6c
starsd version --long | grep commit
mkdir -p $HOME/.starsd/cosmovisor/upgrades/v14/bin
cp $HOME/go/bin/starsd $HOME/.starsd/cosmovisor/upgrades/v14/bin
# should be 14.0.0
$HOME/.starsd/cosmovisor/upgrades/v14/bin/starsd version