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
Background
I noticed that method
eth_getBlockReceiptsis not implemented in the java-tron node, making it incompatible with tooling that expects proper specification implementation (for example, TheGraph)Rationale
eth_getBlockReceiptsis 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_getBlockReceiptsin https://ethereum.github.io/execution-apis/api-documentation/Implementation
Not yet implemented