git clone https://github.com/oraichain/wasmd/
cd $HOME/wasmd
git checkout v0.50.1-rc0
make install
oraid version --long | grep -e commit -e version
#version: 0.50.1-rc0
#commit: 5643727ae244776d3fe23e742062eb80728b3da3
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'