Cheqd

Cheqd v4.2.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 23208050. It is estimated to take place 5 days ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd cheqd
git pull
git checkout v4.2.1
make install

Check Version

# should be HEAD-f716291454b23198db6ce6ffd931073d66fb7ca9
cheqd-noded version

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

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be HEAD-f716291454b23198db6ce6ffd931073d66fb7ca9
$HOME/.cheqdnode/cosmovisor/upgrades/v4-feature/bin/cheqd-noded version