rm -r $HOME/node
git clone https://github.com/zeta-chain/node/
cd node
git checkout v28.0.0
make install
zetacored version --long | grep -e commit -e version
#version: 28.0.0
#commit: 02f7a33ada5c6917d086447bc36851ffef45a80c
sudo systemctl restart zetacored && journalctl -fu zetacored -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'