We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks eth_getBlockReceipts is added to the doc, https://ethereum.github.io/execution-apis/api-documentation/, Do you have plan to support it ?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: