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
12298700. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd haqq
git pull
git checkout v1.7.7
make install
# should be 1.7.7
haqqd version
# Should be commit 31c96a356645946f8bc10a8beaab85d36c6ec18b
haqqd version --long | grep commit
mkdir -p $HOME/.haqqd/cosmovisor/upgrades/v1.7.7/bin
cp $HOME/go/bin/haqqd $HOME/.haqqd/cosmovisor/upgrades/v1.7.7/bin
# should be 1.7.7
$HOME/.haqqd/cosmovisor/upgrades/v1.7.7/bin/haqqd version