cd $HOME/source
git fetch --all
git checkout v.3.0.2
make install
sourced version --long | grep -e version -e commit
#version: v.3.0.2
#commit: 0e81b8429ce96e63d2c7215bfdf26d216874a986
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'