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
13684000
. It is estimated to take place
4 days ago. A
countdown clock is here.
The governance proposal is here.
cd haqq
git pull
git checkout v1.8.2
make install
# should be 1.8.2
haqqd version
# Should be commit dfda1a34a9ac4c821dcd93743d8d6273e2b7a948
haqqd version --long | grep commit
mkdir -p $HOME/.haqqd/cosmovisor/upgrades/v1.8.2/bin
cp $HOME/go/bin/haqqd $HOME/.haqqd/cosmovisor/upgrades/v1.8.2/bin
# should be 1.8.2
$HOME/.haqqd/cosmovisor/upgrades/v1.8.2/bin/haqqd version