Skip to content
Discussion options

You must be logged in to vote

Why is my snap sync downloading all headers? From my op-geth logs, it seems it is downloading headers for all the +119.833.350 blocks available. Shouldnt it only download a chunk of the most recent headers?

I'm not sure about this, but it seems like this is the normal behavior. The go-ethereum snap sync docs say:

To summarize, snap sync progresses in the following sequence:

  • download and verify headers
  • download block bodies and receipts. In parallel, download raw state data and build state trie
  • heal state trie to account for newly arriving data

source: https://geth.ethereum.org/docs/fundamentals/sync-modes#snap-sync

Once snap sync finishes, for how long will my node store information …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Marketen
Comment options

Answer selected by Marketen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
node-operator Questions relating to running a rollup node on OP Mainnet/Testnet. discussion-metrics Used by Github Action to gather discussion metrics on the question and answer section.
2 participants