-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
Background
I noticed that method eth_getBlockReceipts
is not implemented in the java-tron node, making it incompatible with tooling that expects proper specification implementation (for example, TheGraph)
Rationale
eth_getBlockReceipts
is a part of the Ethereum JSON-RPC Specification since August 2023, and is based on the method with the same name present in various node implementations (geth, erigon) as well as in QuickNode and Alchemy.
Specification
See eth_getBlockReceipts
in https://ethereum.github.io/execution-apis/api-documentation/
Implementation
Not yet implemented
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Review