🛠️Upgrade
version: 5.0.1
🟢UPDATE🟢 31.07.25
at Height -> 6728572
rm -rf $HOME/celestia-app
git clone https://github.com/celestiaorg/celestia-app/
cd $HOME/celestia-app
git checkout v5.0.1
make install
celestia-appd version --long | grep -e commit -e version
#version: 5.0.1
#commit:
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?