🛠️Upgrade
version: 5.0.2-arabica
🟢UPDATE🟢 14.08.25
at Height -> 7640857
cd $HOME/celestia-app
git fetch --all
git checkout tags/v5.0.2-mocha -b v5.0.2-mocha
make install
celestia-appd version --long | grep -e commit -e version
#version: 5.0.2-arabica
#commit: 323dda49
sudo systemctl restart celestia-appd && sudo journalctl -fu celestia-appd -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?