cd $HOME/junction
git pull
git checkout v0.3.2
make build
mv /root/junction/build/junctiond $(which junctiond)
junctiond version --long | grep -e commit -e version
#version: v0.3.2
#commit: 8bc30fe9d82250e769a4b84e9f9aa4898ea27fe5
systemctl restart junctiond && journalctl -fu junctiond -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'