forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 62
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
eth_getLogs
optimizations
#560
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello I got a report from @0xbeny that
eth_getLogs
can be slow at times. I want to list a few optimizations that have been applied upstream. They yielded around 30% improvement in speed. They need to be applied in order.eth_getLogs
. Here we define a new decoding of receipts specifically for this use-case which avoids extra processing.The text was updated successfully, but these errors were encountered: