This upgrade adds a new module, updates to CosmWasm, and bugfixes.
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
9796507
. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd stargaze
git pull
git checkout v12.0.0
make install
# should be 12.0.0
starsd version
# Should be commit 49feb54ca7dfdcfa0afbb615d1d298920be218ab
starsd version --long | grep commit
mkdir -p $HOME/.starsd/cosmovisor/upgrades/v12/bin
cp $HOME/go/bin/starsd $HOME/.starsd/cosmovisor/upgrades/v12/bin
# should be 12.0.0
$HOME/.starsd/cosmovisor/upgrades/v12/bin/starsd version