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
21551100. It is estimated to take place
18 hours from now. A
countdown clock is here.
The governance proposal is here.
cd haqq
git pull
git checkout v1.9.4
make install
# should be 1.9.4
haqqd version
# Should be commit 4d2bc14a38b601543a839b4b0d64b11263780ab0
haqqd version --long | grep commit
mkdir -p $HOME/.haqqd/cosmovisor/upgrades/v1.9.4/bin
cp $HOME/go/bin/haqqd $HOME/.haqqd/cosmovisor/upgrades/v1.9.4/bin
# should be 1.9.4
$HOME/.haqqd/cosmovisor/upgrades/v1.9.4/bin/haqqd version