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 eth_getBlockReceipts #1334

Open
sunchengzhu opened this issue Aug 17, 2023 · 0 comments
Open

Support eth_getBlockReceipts #1334

sunchengzhu opened this issue Aug 17, 2023 · 0 comments
Labels

Comments

@sunchengzhu
Copy link
Collaborator

Contact Details

sunchengzhu@cryptape.com

Propose-a-new-feature

eth_getBlockReceipt is a newly added rpc standard interface of Ethereum, which can return all the receipt data for a block in one call. It is convenient for testers like me to count data on the chain.
ethereum/execution-apis#438

Alternatives you've considered

  1. Call eth_getBlockBy{Number,Hash} to retrieve all transaction data for a block;
  2. Iterate through all the transaction data obtained above and call eth_getTransactionReceipt to retrieve the receipt data for each transaction.
    jsonrpc: add eth_getBlockReceipt  ethereum/execution-apis#393

Anything else?

No response

@Flouse Flouse added the P-Low Priority label Aug 17, 2023
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

3 participants
@Flouse @sunchengzhu and others