getLogs is inefficient for range queries #249

Closed
opened 2023-06-14 23:36:35 +00:00 by telackey · 1 comment
Contributor

It issues a separate query for each block in the range, while holding open a tx the whole time.

It issues a separate query for each block in the range, while holding open a tx the whole time.
Member

Believe this can be closed as it was addressed in https://github.com/cerc-io/ipld-eth-server/pull/250 and #251 addresses the remaining issue of how/if to use canonical_header_hash function

Believe this can be closed as it was addressed in https://github.com/cerc-io/ipld-eth-server/pull/250 and #251 addresses the remaining issue of how/if to use canonical_header_hash function
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-server#249
No description provided.