Gitopia

Gitopia v4.0.0 Upgrade

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.

Install New Binary

cd gitopia
git pull
git checkout v4.0.0
make install

Check Version

# should be 4.0.0
gitopiad version

# Should be commit 20a03bd0025b91e3a48b4046f08f4f6115f35e79
gitopiad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.gitopia/cosmovisor/upgrades/v4/bin
cp $HOME/go/bin/gitopiad $HOME/.gitopia/cosmovisor/upgrades/v4/bin

Check Version Again

# should be 4.0.0
$HOME/.gitopia/cosmovisor/upgrades/v4/bin/gitopiad version