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

Research specific client API endpoints in order to speed up fetching of on-chain data #9954

Open
2 tasks
vbaranov opened this issue Apr 25, 2024 · 1 comment
Open
2 tasks
Labels

Comments

@vbaranov
Copy link
Member

@vbaranov vbaranov added the epic label Apr 25, 2024
@k1rill-fedoseev
Copy link
Collaborator

Turns out eth_getBlockReceipts is actually supported almost everywhere now and is part of the standard - https://ethereum.github.io/execution-apis/api-documentation/

Tested it locally with Erigon and Reth, Nethermind, Besu and Geth should also support it. I guess some old Geth-based forks or custom implementation might miss it, so we won't be able to use it 100% of times. But it's gonna be helpful to have a ETHEREUM_JSONRPC_RECEIPTS_BY_BLOCK toggle.

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