Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add log index in the log table. #70

Closed
arijitAD opened this issue Jun 8, 2021 · 1 comment
Closed

Add log index in the log table. #70

arijitAD opened this issue Jun 8, 2021 · 1 comment
Assignees

Comments

@arijitAD
Copy link
Contributor

arijitAD commented Jun 8, 2021

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:
cerc-io/go-ethereum#79

@i-norden
Copy link
Collaborator

Closed in #92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants