Skip to content

Implement eth_getBlockReceipts method #5910

@Isarafanikov

Description

@Isarafanikov

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

Type

No type

Projects

Status

In Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions