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