You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of supporting history expiry where clients are no longer required to serve blocks and receipts pre-merge we might not be able to reliably download blocks and receipts before the merge block.
Modify the current snap sync mode to not download the bodies and receipts before the merge block.
Acceptance Criteria
Snap sync mode downloads all headers from head to genesis
Snap sync does not download bodies and receipts before the pre-merge block
Has a configurable checkpoint above which we download blocks and receipts
By default, the checkpoint is the merge block
This becomes the new default for snap sync and checkpoint is replaced by this with the configurable checkpoint
The text was updated successfully, but these errors were encountered:
jframe
changed the title
Snap sync to include to not include pre-merge blocks and receipts
Snap sync to not include pre-merge blocks and receipts
Dec 9, 2024
Description
As part of supporting history expiry where clients are no longer required to serve blocks and receipts pre-merge we might not be able to reliably download blocks and receipts before the merge block.
Modify the current snap sync mode to not download the bodies and receipts before the merge block.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: