-
Notifications
You must be signed in to change notification settings - Fork 78
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
Optimize eth_getLogs()
#616
Conversation
Signed-off-by: Maksim Dimitrov <[email protected]>
Signed-off-by: Maksim Dimitrov <[email protected]>
Codecov ReportBase: 71.21% // Head: 70.74% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #616 +/- ##
==========================================
- Coverage 71.21% 70.74% -0.47%
==========================================
Files 16 16
Lines 1157 1135 -22
Branches 198 195 -3
==========================================
- Hits 824 803 -21
Misses 279 279
+ Partials 54 53 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
I'm not sure if
The actual mocked requests should be
but the tests till passes CC: @Nana-EC |
I think I figured it out. Timeouts will not have a
Timeouts will have |
Signed-off-by: Maksim Dimitrov <[email protected]>
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG, just waiting on passing tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Signed-off-by: Maksim Dimitrov [email protected]
Description:
Removes now obsolete queries to the mirror node for each log to fetch block and transaction data
Related issue(s):
Fixes #389
Notes for reviewer:
Checklist