BLOCK 1308000 ⛏️
cd $HOME/lava
git fetch --all
git checkout v3.1.0
make install-all
lavad version --long | grep -e commit -e version
#version: 3.1.0
#commit: 200972c00b75a819a10385e47e64e199633480f0
sudo systemctl restart lavad && sudo journalctl -fu lavad -o cat
#consensus
curl -s http://localhost:<your-port>/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'