not supported for jsonrpc eth_getBlockReceipts
Opened this issue · 1 comments
yanyanho commented
Feature description_
It looks eth_getBlockReceipts is added to the doc, https://ethereum.github.io/execution-apis/api-documentation/,
Do you have plan to support it ?
ShubhamChouksey123 commented
-
Already the system supports this API, here is the implementation detail. https://github.com/hyperledger/web3j/blob/1e83c608c0edd0c2a14d4682ccbe92c9279c1406/core/src/main/java/org/web3j/protocol/core/Ethereum.java#L178
-
Also, there are supporting Unit tests, https://github.com/hyperledger/web3j/blob/1e83c608c0edd0c2a14d4682ccbe92c9279c1406/core/src/test/java/org/web3j/protocol/core/RequestTest.java#L453