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
24330422
. It is estimated to take place
2 months ago. A
countdown clock is here.
The governance proposal is here.
cd gitopia
git pull
git checkout v4.0.0
make install
# should be 4.0.0
gitopiad version
# Should be commit 20a03bd0025b91e3a48b4046f08f4f6115f35e79
gitopiad version --long | grep commit
mkdir -p $HOME/.gitopia/cosmovisor/upgrades/v4/bin
cp $HOME/go/bin/gitopiad $HOME/.gitopia/cosmovisor/upgrades/v4/bin
# should be 4.0.0
$HOME/.gitopia/cosmovisor/upgrades/v4/bin/gitopiad version