Cheqd

Cheqd v4.1.6 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 21814350. It is estimated to take place 5 days from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd cheqd
git pull
git checkout v4.1.6
make install

Check Version

# should be HEAD-6a98e5ebb45500efd147752babb09c7f6aed0e09
cheqd-noded version

# Should be commit 6a98e5ebb45500efd147752babb09c7f6aed0e09
cheqd-noded version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be HEAD-6a98e5ebb45500efd147752babb09c7f6aed0e09
$HOME/.cheqdnode/cosmovisor/upgrades/v4-minor/bin/cheqd-noded version