Node Not Synced:
Symptom: Large gap between current time and last processed block time
Solution:
Check sync status:
curl -s http://localhost:12346/ledger/status | jq
If not synced, ensure a stable internet connection and wait for sync to complete
If sync doesn't progress, try restarting the node:
./target/release/sov-rollup restart
Last updated
Was this helpful?