cd $HOME/ixo-blockchain
git fetch --all
git checkout v4.0.0
make install
ixod version --long | grep -e commit -e version
#version : 4.0.0
#commit: 284e1de73f4a4b9effb61f3661e24e0db4d62d21
sudo systemctl restart ixod && journalctl -fu ixod -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'