This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 575
Support batch fetch tx receipts of a block #1037
Comments
yihuang
added a commit
to yihuang/ethermint
that referenced
this issue
Apr 11, 2022
Closes: evmos#1037 Implements new api `eth_getTransactionReceiptsByBlock`.
11 tasks
11 tasks
yihuang
added a commit
to yihuang/ethermint
that referenced
this issue
Apr 19, 2022
fedekunze
added a commit
that referenced
this issue
Apr 19, 2022
* make jsonrpc api namespaces extensible Closes: #1052, #1037 * Apply suggestions from code review Co-authored-by: Federico Kunze Küllmer <[email protected]>
Closed by #1056 |
yihuang
added a commit
to yihuang/ethermint
that referenced
this issue
Apr 20, 2022
* make jsonrpc api namespaces extensible Closes: evmos#1052, evmos#1037 * Apply suggestions from code review Co-authored-by: Federico Kunze Küllmer <[email protected]>
yihuang
added a commit
to yihuang/ethermint
that referenced
this issue
Apr 27, 2022
* make jsonrpc api namespaces extensible Closes: evmos#1052, evmos#1037 * Apply suggestions from code review Co-authored-by: Federico Kunze Küllmer <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Proposal: Support batch fetch a block's tx receipts
Current behavior:
indexing service fetches tx receipts one by one, could take several seconds, and can't catch up with block generation speed.
Desired behavior: Provide an API to batch fetch the receipts of a block.
eth_getTransactionReceiptsByBlockNumber
.Use case: More efficient indexing service.
Requests may be closed if we're not actively planning to work on them.
The text was updated successfully, but these errors were encountered: