cd $HOME/umee
git fetch --all
git checkout v6.6.0
make install
umeed version --long | grep -e commit -e version
#version: 6.6.0
#commit: 2acc4a767cfe60b09c66e1f98989a72fe31a615c
sudo systemctl restart umeed && journalctl -fu umeed -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'