cd $HOME/bze
git fetch --all
git checkout v7.2.0
make install
bzed version --long | grep -e version -e commit
#version: 7.2.0
#commit: 6aef7d8d30283e1669cd07d71fcb78aadeb93c0f
systemctl restart bzed && journalctl -fu bzed -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'