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.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-server#249