🛠️Upgrade

version: 32.0.0

🟢UPDATE🟢 14.07.25

at Height -> 9384000

rm -r $HOME/node
git clone https://github.com/zeta-chain/node/
cd node
git checkout v32.0.0
make install
zetacored version --long | grep -e commit -e version
#version: 32.0.0
#commit: 52a359446fde604910620f3ff4905d51eb31e95c
sudo systemctl restart zetacored && journalctl -fu zetacored -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'

GitHub

https://github.com/zeta-chain/node/tags

Last updated

Was this helpful?