-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat (internal/ethapi): implement eth_getBlockReceipts (#2284)
* 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)
- Loading branch information
1 parent
272982b
commit 6351612
Showing
3 changed files
with
75 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters