git clone https://github.com/oraichain/wasmd/
cd $HOME/wasmd
git checkout v0.50.4
make build
oraid version --long | grep -e commit -e version
#version: 0.50.4
#commit: d29ce39e09ff8115238d9342bedd713c683d3109
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'