Haqq

Haqq v1.9.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 19266200. It is estimated to take place 4 days from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd haqq
git pull
git checkout v1.9.1
make install

Check Version

# should be 1.9.1
haqqd version

# Should be commit 5998c256a2acc8fb523795cd5c9374716952c014
haqqd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 1.9.1
$HOME/.haqqd/cosmovisor/upgrades/v1.9.1/bin/haqqd version