Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preemptive validation of genesis block on initial sync/insert #11650

Open
DaveWK opened this issue Oct 10, 2024 · 0 comments
Open

Preemptive validation of genesis block on initial sync/insert #11650

DaveWK opened this issue Oct 10, 2024 · 0 comments
Labels
C-enhancement New feature or request S-needs-triage This issue needs to be labelled

Comments

@DaveWK
Copy link

DaveWK commented Oct 10, 2024

Describe the feature

Since the Header/Body/SendReciepts stages take a rather long time, it would be nice to preemptively have the Header/Body/SenderRecovery stages validate the first block's completion with the genesis file fully before beginning the longer pipeline full sync.

Additional context

At the moment I am working on debugging another issue in the Execution stage: #11471 related to syncing from scratch where in order to do so I need to first download or have a good set of data in the Header/Body/SendReciepts phases. It seems at least some of the issue would have been detectable earlier had it been validated against the genesis/state information present at startup.

@DaveWK DaveWK added C-enhancement New feature or request S-needs-triage This issue needs to be labelled labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New feature or request S-needs-triage This issue needs to be labelled
Projects
Status: Todo
Development

No branches or pull requests

1 participant