🛠️Upgrade
version:
🟢UPDATE🟢 16.07.25
at Height -> 12887900
cd $HOME/cheqd-node
git pull
git checkout v4.1.1
make build
mv /root/cheqd-node/build/cheqd-noded $(which cheqd-noded)
cheqd-noded version --long | grep -e version -e commit
#commit: 98cc7022d276e1890a0291ad1dc282583f27c309
#version: HEAD-98cc7022d276e1890a0291ad1dc282583f27c309
sudo systemctl restart cheqd-noded && sudo journalctl -fu cheqd-noded -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'
GitHub
Last updated
Was this helpful?