🛠️Upgrade
version : 1.5.0
cd $HOME/realio-network
git fetch --all
git checkout v1.5.0
make install
realio-networkd version --long | grep -e commit -e version
#version : 1.5.0
#commit: ccee5ceb9a5b3e40fb08d70da9a3ad2ac4b0be3a
sudo systemctl restart realio-networkd && sudo journalctl -fu realio-networkd -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'Last updated