Skip to content
New issue

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

internal/ethapi: implement eth_getBlockReceipts (#27702) #641

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

minh-bq
Copy link
Collaborator

@minh-bq minh-bq commented Dec 9, 2024

commit ethereum/go-ethereum@f1801a9.

The response is the same as eth_getTransactionReceipt but allow user to get all receipts in a block instead of having to query each transaction as eth_getTransactionReceipt.

commit ethereum/go-ethereum@f1801a9.

The response is the same as eth_getTransactionReceipt but allow user to get all
receipts in a block instead of having to query each transaction as
eth_getTransactionReceipt.
@minh-bq minh-bq merged commit 542c39c into axieinfinity:master Dec 9, 2024
1 check passed
@minh-bq minh-bq deleted the get-block-receipt branch December 9, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants