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