cd $HOME/lava
git fetch --all
git checkout v5.3.0
make install-all
lavad version --long | grep -e commit -e version
#version: 5.3.0
#commit: 526a5388b70fad20f42aac4d72495299c74c032c
sudo systemctl restart lavad && sudo journalctl -fu lavad -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'