Node Not Synced:

Symptom: Large gap between current time and last processed block time

Solution:

  1. Check sync status:

curl -s http://localhost:12346/ledger/status | jq
  1. If not synced, ensure a stable internet connection and wait for sync to complete

  2. If sync doesn't progress, try restarting the node:

./target/release/sov-rollup restart

Last updated