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