-
Notifications
You must be signed in to change notification settings - Fork 75
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)
#3233
feat: fix wrong cache key on eth_getBlockByHash
(#3232)
#3233
Conversation
* 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]>
a835100
to
b299f27
Compare
Quality Gate passedIssues Measures |
Test Results 21 files + 1 266 suites ±0 35m 29s ⏱️ + 2m 31s For more details on these failures, see this check. Results for commit b299f27. ± Comparison against base commit 74ee9ec. ♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/0.59 #3233 +/- ##
================================================
- Coverage 83.12% 82.84% -0.28%
================================================
Files 66 69 +3
Lines 4314 4477 +163
Branches 843 883 +40
================================================
+ Hits 3586 3709 +123
- Misses 485 518 +33
- Partials 243 250 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Description:
Cherry-picked PR that fixes a cache key issue.
Related issue(s):
Fixes #3232