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

[Ethereum] Block finalization #1418

Closed
stwiname opened this issue Nov 20, 2022 · 1 comment
Closed

[Ethereum] Block finalization #1418

stwiname opened this issue Nov 20, 2022 · 1 comment
Assignees

Comments

@stwiname
Copy link
Collaborator

The Ethereum SDK doesn't currently have support for block finalization status. But the ethereum sdk has support for multiple eth rpc chains including Avalanche, Polygon, Moonbeam, etc.

Requirements:

  • Bring back unfinalizedBlocks service that is used in the main sdk
  • Support Ethereum consensus with finalized blocks
  • A way to validate and determine if the right finalization protocol is being used. e.g throw an error if unfinalized blocks is used with Avalanche yet we don't have specific finalization support.
  • Avoid using beacon APIs if possible, so we don't need to provide another endpoint

Other resources:

https://beaconscan.com/
https://ethereum.github.io/beacon-APIs/#/

@guplersaxanoid
Copy link
Contributor

subquery#19

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