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

feat: option to proactively generate checkpoint proofs #202

Open
seanmcgary opened this issue Jan 27, 2025 · 0 comments
Open

feat: option to proactively generate checkpoint proofs #202

seanmcgary opened this issue Jan 27, 2025 · 0 comments
Assignees

Comments

@seanmcgary
Copy link
Member

When processing blocks, if the block contains a CheckpointStarted event, generate the checkpoint proof and store in a table in the database.

  • Capture the CheckpointStarted event in a new metaState model called checkpointProofs
  • Add a runtime flags:
    • To enable generation of checkpoint proofs (--generate-checkpoint-proofs=<bool>), defaulting to false
    • Accept a beacon node url (--ethereum.beacon-node-url)
  • Add an RPC route to retrieve the checkpoint given the pod address and blockNumber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants