🛠️Upgrade
version: v6.4.0
🟢UPDATE🟢 13.07.25
at Height -> 4842000
cd $HOME/ && rm -rf elys
git clone https://github.com/elys-network/elys.git
cd elys
git checkout v6.4.0
make install
elysd version --long | grep -e commit -e version
#version: v6.4.0
#commit: 797973c27de76af422794bf5dd853a9d436f9eb8
sudo systemctl restart elysd && sudo journalctl -fu elysd -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?