cd $HOME/juno
git fetch --tags && git checkout v28.0.2
make install
junod version --long | grep -e version -e commit
#version: v28.0.2
#commit: 83500fb4619252f4e7cfd4c187c25b3bfafbebfb
sudo systemctl restart junod && sudo journalctl -fu junod -n100 -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'