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

Support for Ethereum Beacon Chain Data #89

Open
namanjain opened this issue Feb 17, 2024 · 2 comments
Open

Support for Ethereum Beacon Chain Data #89

namanjain opened this issue Feb 17, 2024 · 2 comments
Assignees

Comments

@namanjain
Copy link

First off, I'd like to thank the contributors. This project has been incredibly useful for pulling various blockchains. However, I noticed that while there's an option for sidechains in the configuration, the implementation seems to be missing for sidechains in general. I'm particularly interested in the Ethereum Beacon Chain as its data is becoming increasingly important.

The request is to add support for pulling data from the Ethereum Beacon Chain. This would ideally include the ability to query Beacon APIs, particularly states, headers, blocks and light client APIs.

Thank you for considering this feature request.

@leozc
Copy link
Contributor

leozc commented Feb 17, 2024

First off, I'd like to thank the contributors. This project has been incredibly useful for pulling various blockchains. However, I noticed that while there's an option for sidechains in the configuration, the implementation seems to be missing for sidechains in general. I'm particularly interested in the Ethereum Beacon Chain as its data is becoming increasingly important.

The request is to add support for pulling data from the Ethereum Beacon Chain. This would ideally include the ability to query Beacon APIs, particularly states, headers, blocks and light client APIs.

Thank you for considering this feature request.

@jiezhang @wangwzhou should we plan to sync our latest progress to enable the community on this?

@jiezhang
Copy link
Contributor

We have internally released Ethereum Beacon as a "sidechain". One of the goals is to use ChainStorage as the long-term storage for the new "blobs" being persisted in the beacon node, as introduced in the Proto-Danksharding upgrade.

We can certainly consider open-sourcing the sidechain and its Beacon implementation following the completion of the Dencun upgrade.

@jiezhang jiezhang self-assigned this Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants