cd $HOME/lava
git fetch --all
git checkout v5.2.0
make install-all
lavad version --long | grep -e commit -e version
#version: 5.2.0
#commit: 2973ca10f54a1d6de4273732304a65925de6e144
sudo systemctl restart lavad && sudo journalctl -fu lavad -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'