πŸ› οΈUpgrade

version: v25.0.0

🟒UPDATE🟒 25.09.24

at Height -> 19788000

cd $HOME/juno
git fetch --tags && git checkout v25.0.0
make install
junod version --long | grep -e version -e commit
#version: v25.0.0
#commit: de3c4d145c7a96c31e3fca6fe8850ce4ab559e33
sudo systemctl restart junod && sudo journalctl -fu junod -o cat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'

GitHub

https://github.com/CosmosContracts/juno/tags

Last updated