cd $HOME/source
git fetch --all
git checkout v3.0.3
make install
sourced version --long | grep -e version -e commit
#version: v3.0.3
#commit: 7f24fde6bf0835e8f73c2ce5b6a9bef56404d3a0
systemctl restart sourced && journalctl -fu sourced -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'