TBD
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
4696150
. It is estimated to take place
2 months ago. A
countdown clock is here.
The governance proposal is here.
cd zetachain
git pull
git checkout v19.1.1
make install
# should be 19.1.1
zetacored version
# Should be commit d85e61fbc808e11127e59446395e4ace77a5000b
zetacored version --long | grep commit
mkdir -p $HOME/.zetacored/cosmovisor/upgrades/v19/bin
cp $HOME/go/bin/zetacored $HOME/.zetacored/cosmovisor/upgrades/v19/bin
# should be 19.1.1
$HOME/.zetacored/cosmovisor/upgrades/v19/bin/zetacored version