🛠️Upgrade

version: v24.0.0

🟢UPDATE🟢 23.08.24

at Height -> 14076000

cd $HOME/juno
git fetch --tags && git checkout v24.0.0
make install
junod version --long | grep -e version -e commit
#version: v24.0.0
#commit: 2f119adacca3a1668ff150c225a3f423501e748c
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