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