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