git clone https://github.com/oraichain/wasmd/
cd $HOME/wasmd
git checkout orai-v0.50.11
make build
oraid version --long | grep -e commit -e version
#version: orai-v0.50.11
#commit: e8ca8455f578b21427da8c8d3f2752e63d106a38
sudo systemctl restart oraid && sudo journalctl -fu oraid -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'