Add log index in the log table. #70

Closed
opened 2021-06-08 06:19:47 +00:00 by arijitAD · 1 comment
arijitAD commented 2021-06-08 06:19:47 +00:00 (Migrated from github.com)

GetLogs RPC returns the filtered logs. We need to store the Log index in DB in order to optimize the RPC.
Currently, We fetch all the logs from the DB between two blocks and then filter them based on request.

We need to implement this first:
https://github.com/vulcanize/go-ethereum/issues/79

`GetLogs` RPC returns the filtered logs. We need to store the Log index in DB in order to optimize the RPC. Currently, We fetch all the logs from the DB between two blocks and then filter them based on request. We need to implement this first: https://github.com/vulcanize/go-ethereum/issues/79
Member
Closed in https://github.com/vulcanize/ipld-eth-server/pull/92
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#70
No description provided.