cd $HOME/atomone && git pull
git checkout v2.0.0
make install
aurad version --long | grep -e commit -e version
#version: v2.0.0
#commit: 90526ee07358a4f34b579e6a1d4573acb830d17b
sudo systemctl restart atomoned && journalctl -fu atomoned -n1000 -ocat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'