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

request support for rpc method eth_getBlockReceipts #4768

Open
JamieShip opened this issue Jun 20, 2024 · 0 comments · May be fixed by #4769
Open

request support for rpc method eth_getBlockReceipts #4768

JamieShip opened this issue Jun 20, 2024 · 0 comments · May be fixed by #4769
Labels
enhancement New feature or improvement.

Comments

@JamieShip
Copy link

Describe the Feature

The RPC method eth_getBlockReceipts become some way a common RPC method in many ethereum / l2 clients like:
ethereum/execution-apis#438
ethereum/go-ethereum#27702
erigontech/erigon#1735
paradigmxyz/reth#3321

I think it's time to add client implementation of the RPC call for provider.

Related issue
#4438

Code Example

provider.getBlockReceipts(blockTag);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant