Skip to content

fixed missing import

95f0c18
Select commit
Loading
Failed to load commit list.
Merged

Backport release/v6.4: fix(evmrpc): return empty array instead of null for eth_getFilterLogs and eth_getFilterChanges #3324

fixed missing import
95f0c18
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 28, 2026 in 1s

58.33% (-0.04%) compared to ffb1523

View this Pull Request on Codecov

58.33% (-0.04%) 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.33%. 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

Impacted file tree graph

@@               Coverage Diff                @@
##           release/v6.4    #3324      +/-   ##
================================================
- Coverage         58.36%   58.33%   -0.04%     
================================================
  Files              2091     2087       -4     
  Lines            173022   172571     -451     
================================================
- Hits             100983   100662     -321     
+ Misses            63045    62945     -100     
+ Partials           8994     8964      -30     
Files with missing lines Coverage Δ
evmrpc/rpc_unsupported.go 0.00% <0.00%> (ø)
evmrpc/filter.go 69.44% <18.18%> (-0.09%) ⬇️

... and 5 files with indirect coverage changes

🚀 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.