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