cd $HOME/xpla
git fetch --all
git checkout v1.7.0
make install
xplad version --long | grep -e commit -e version
#version: v1.7.0
#commit: cdddbba7ad02fe3b646a577c0886944f59d1716d
sudo systemctl restart xplad && sudo journalctl -fu xplad -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'