Haqq

Haqq v1.7.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 11567000. It is estimated to take place 4 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd haqq
git pull
git checkout v1.7.6
make install

Check Version

# should be 1.7.6
haqqd version

# Should be commit 6c2cce73614ecff317f3569593176c9e4938c6a6
haqqd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.haqqd/cosmovisor/upgrades/v1.7.6/bin
cp $HOME/go/bin/haqqd $HOME/.haqqd/cosmovisor/upgrades/v1.7.6/bin

Check Version Again

# should be 1.7.6
$HOME/.haqqd/cosmovisor/upgrades/v1.7.6/bin/haqqd version