-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
eth_getBlockReceipts
not available via web3.py
?
#2004
Comments
eth_getBlockReceipts
seems not available?eth_getBlockReceipts
not available via web3.py
?
Sorry for the delay in response on this. I don't see that rpc method available in Geth. If you want all the transaction receipts from a block, AFAIK, you'll need to do a |
It's a method available in Erigon. |
Ah, thanks for the clarification @banteg. Will reopen! |
@kclowes Do you have any suggestions on how to start working on this? |
@0xrishabh here is a PR that was merged recently for another RPC method that we just added. That should provide a good starting point. |
Did this ever get added? I looked at the linked PR but didn't see anything further. |
I don't think it ever got added. Feel free to do so, or we now have functionality to add custom methods if you don't want to PR it: https://snakecharmers.ethereum.org/web3-py-patterns-customizations/ . See Section 2. |
Thanks, if I did want to add it is there some documentation on how to go about that or is it a matter of just looking to work it out? |
See three comments up:
|
Closed via #3247 |
Hi, the RPC method
eth_getBlockReceipts
seems not available viaweb3.py
, am I mistaken?The text was updated successfully, but these errors were encountered: