cd $HOME/cheqd-node
git pull
git checkout v3.1.5
make build
mv /root/cheqd-node/build/cheqd-noded $(which cheqd-noded)
cheqd-noded version --long | grep -e version -e commit
#commit: 4e31dafa49461f6383bb63c354f904ff655e6fcb
#version: HEAD-4e31dafa49461f6383bb63c354f904ff655e6fcb
sudo systemctl restart cheqd-noded && sudo journalctl -fu cheqd-noded -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'