cd $HOME/lava
git fetch --all
git checkout v4.1.0
make install-all
lavad version --long | grep -e commit -e version
#version: 4.1.0
#commit: c57c9f807ef914e810276d5895fac7aa9b2a82ab
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'