-
Notifications
You must be signed in to change notification settings - Fork 72
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
feat: fix wrong cache key on eth_getBlockByHash
#3232
feat: fix wrong cache key on eth_getBlockByHash
#3232
Conversation
Signed-off-by: nikolay <[email protected]>
Test Results 17 files - 2 230 suites - 15 29m 48s ⏱️ - 1m 54s Results for commit cdf0020. ± Comparison against base commit acc4538. This pull request removes 2 tests.
♻️ This comment has been updated with latest results. |
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.
Can we add a test for this?
Signed-off-by: nikolay <[email protected]>
Quality Gate passedIssues Measures |
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3232 +/- ##
==========================================
- Coverage 83.17% 82.88% -0.29%
==========================================
Files 66 69 +3
Lines 4314 4475 +161
Branches 843 881 +38
==========================================
+ Hits 3588 3709 +121
- Misses 483 497 +14
- Partials 243 269 +26
Flags with carried forward coverage won't be shown. Click here to find out more.
|
* chore: fix wrong passed param Signed-off-by: nikolay <[email protected]> * chore: modify existing test to handle block_ properties as well Signed-off-by: nikolay <[email protected]> --------- Signed-off-by: nikolay <[email protected]>
* chore: fix wrong passed param Signed-off-by: nikolay <[email protected]> * chore: modify existing test to handle block_ properties as well Signed-off-by: nikolay <[email protected]> --------- Signed-off-by: nikolay <[email protected]> Signed-off-by: Eric Badiere <[email protected]>
* chore: fix wrong passed param * chore: modify existing test to handle block_ properties as well --------- Signed-off-by: nikolay <[email protected]> Signed-off-by: Eric Badiere <[email protected]> Co-authored-by: Nikolay Atanasow <[email protected]>
Description:
The mainnet log shows incorrectness in the cache key.
Returning cached value eth_getBlockByHash_undefined_false:
on eth_GetBlockByHash
Related issue(s):
Fixes #3231
Notes for reviewer:
Checklist