You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Call eth_getBlockBy{Number,Hash} to retrieve all transaction data for a block;
Contact Details
[email protected]
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
jsonrpc: add eth_getBlockReceipt ethereum/execution-apis#393
Anything else?
No response
The text was updated successfully, but these errors were encountered: