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

allow running verify-checkpoints incrementally #4454

Open
marta-lokhova opened this issue Sep 4, 2024 · 1 comment
Open

allow running verify-checkpoints incrementally #4454

marta-lokhova opened this issue Sep 4, 2024 · 1 comment
Assignees
Labels

Comments

@marta-lokhova
Copy link
Contributor

Currently, verify-checkpoints command always starts verification at genesis, and either stops at the most recent network ledger, or at a specified --history-ledger. The problem is verifying all the way back to genesis takes hours, and typically operators want to keep trusted hashes file up-to-date, so verifying the whole chain isn't efficient. We should design a solution to amortize the cost of trusted hash generation.

@ThomasBrady
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants