Cheqd

Cheqd v2.0.1 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 13024570. It is estimated to take place 3 weeks ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd cheqd
git pull
git checkout v2.0.1
make install

Check Version

# should be HEAD-fdf3b2cb9bef2ee518f46e299eee97b4c4082ff2
cheqd-noded version

# Should be commit fdf3b2cb9bef2ee518f46e299eee97b4c4082ff2
cheqd-noded version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.cheqdnode/cosmovisor/upgrades/v2/bin
cp $HOME/go/bin/cheqd-noded $HOME/.cheqdnode/cosmovisor/upgrades/v2/bin

Check Version Again

# should be HEAD-fdf3b2cb9bef2ee518f46e299eee97b4c4082ff2
$HOME/.cheqdnode/cosmovisor/upgrades/v2/bin/cheqd-noded version