Skip to content

[Core Protocol] Sync without beacon node & sync pruned blob #254

Closed Answered by sbvegan
pengin7384 asked this question in Core Protocol
Discussion options

You must be logged in to vote

Can I run op-node without beacon node? I think op-node can receive blocks from p2p network, instead of derive from blob.

No you need the beacon node endpoint. The rollup node needs to be able to derive blocks from the safe head from the L1.

If my op-node misses the blob pruning cycle, is there any other way than using the latest snapshot where the blob has not been deleted yet, or syncing from the blob-archiver?

There are three ways to handle this:

  • the node is always online
  • utilize a blob archiver
  • utilize snap sync, this is being added to the next software release

There are L2 blocks in the blob, but since that information is also available to other nodes, can't it be received from…

Replies: 2 comments 1 reply

Comment options

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

Answer selected by pengin7384
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-protocol Questions relating to the core protocol and how the OP Stack works. discussion-metrics Used by Github Action to gather discussion metrics on the question and answer section.
2 participants