Backport release/v6.4: fix(evmrpc): return empty array instead of null for eth_getFilterLogs and eth_getFilterChanges
#3324
+87
−22
Codecov / codecov/project
succeeded
Apr 28, 2026 in 1s
58.36% (-0.01%) compared to ffb1523
View this Pull Request on Codecov
58.36% (-0.01%) compared to ffb1523
Details
Codecov Report
❌ Patch coverage is 13.33333% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.36%. Comparing base (ffb1523) to head (95f0c18).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| evmrpc/filter.go | 18.18% | 7 Missing and 2 partials |
| evmrpc/rpc_unsupported.go | 0.00% | 4 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## release/v6.4 #3324 +/- ##
================================================
- Coverage 58.36% 58.36% -0.01%
================================================
Files 2091 2092 +1
Lines 173022 173034 +12
================================================
+ Hits 100983 100988 +5
- Misses 63045 63052 +7
Partials 8994 8994 | Files with missing lines | Coverage Δ | |
|---|---|---|
| evmrpc/rpc_unsupported.go | 0.00% <0.00%> (ø) |
|
| evmrpc/filter.go | 69.44% <18.18%> (-0.09%) |
⬇️ |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Loading