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

Feature request (ethapi): eth_getBlockReceipts #2187

Closed
kamikazechaser opened this issue Sep 20, 2023 · 0 comments · Fixed by #2284
Closed

Feature request (ethapi): eth_getBlockReceipts #2187

kamikazechaser opened this issue Sep 20, 2023 · 0 comments · Fixed by #2284
Labels
type:feature Feature request

Comments

@kamikazechaser
Copy link
Contributor

This feature was released last week on geth (Therum).

Benefits:

  • No longer need to batch individual get receipt calls.
@carterqw2 carterqw2 added the type:feature Feature request label Sep 20, 2023
kamikazechaser added a commit to grassrootseconomics/celo-blockchain that referenced this issue Mar 18, 2024
carterqw2 pushed a commit that referenced this issue Apr 3, 2024
* feat (internal/ethapi): implement eth_getBlockReceipts

* ref: #2187

* inline-docs (eth-client): add description for BlockReceipts

* refactor (ethapi/api.go): generateReceiptResponse helper

* generateReceiptResponse now receives a context and a backend interface so as to also compute the effectiveGasPrice field in transaction receipts

* reconcile: receipt changes from master 272982b (#2278)
ezdac pushed a commit that referenced this issue Apr 18, 2024
* feat (internal/ethapi): implement eth_getBlockReceipts

* ref: #2187

* inline-docs (eth-client): add description for BlockReceipts

* refactor (ethapi/api.go): generateReceiptResponse helper

* generateReceiptResponse now receives a context and a backend interface so as to also compute the effectiveGasPrice field in transaction receipts

* reconcile: receipt changes from master 272982b (#2278)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants