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

Add gossip of EL Blocks + proofs for Bellatrix + Capella onwards + without proof for most recent blocks #2173

Open
4 tasks
kdeme opened this issue May 10, 2024 · 0 comments

Comments

@kdeme
Copy link
Contributor

kdeme commented May 10, 2024

We currently have gossip of fresh headers/bodies/receipts without a proof, which are retrieved from a web3 provider (EL JSON-RPC). And backfill from era1 files for pre-merge blocks.

We need to add:

  • Gossip of post-merge Bellatrix blocks with proof: Can be taken/generated from era files.
  • Gossip of post-merge capella+ blocks with proof: Can be taken/generated from era files.
  • Issue: What about receipts for this? No era files exist for this post merge. Could use json-rpc requests to web3 provider still?
  • Most recent blocks could be taken via web3 provider, or consensus full node (beacon REST API).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant