cd $HOME/gitopia
git fetch
git checkout v4.0.0
make install
gitopiad version --long | grep -e version -e commit
#version: 4.0.0
#commit: 20a03bd0025b91e3a48b4046f08f4f6115f35e79
sudo systemctl restart gitopiad && sudo journalctl -fu gitopiad -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'