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