feat: enhanced eth_getLogs with timestamp range validation and new error handling #3431
Codecov / codecov/project
succeeded
Jan 29, 2025 in 0s
85.35% (target 80.00%)
View this Pull Request on Codecov
85.35% (target 80.00%)
Details
Codecov Report
Attention: Patch coverage is 91.66667%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 85.35%. Comparing base (
373f1dc
) to head (6b90c41
).
Additional details and impacted files
@@ Coverage Diff @@
## main #3431 +/- ##
==========================================
+ Coverage 84.18% 85.35% +1.16%
==========================================
Files 69 69
Lines 4711 4738 +27
Branches 1048 1056 +8
==========================================
+ Hits 3966 4044 +78
+ Misses 428 394 -34
+ Partials 317 300 -17
Files with missing lines | Coverage Δ | |
---|---|---|
packages/relay/src/lib/errors/JsonRpcError.ts | 75.00% <100.00%> (+0.49%) |
⬆️ |
packages/relay/src/lib/eth.ts | 86.11% <ø> (+4.84%) |
⬆️ |
.../lib/services/ethService/ethFilterService/index.ts | 80.43% <0.00%> (-2.18%) |
⬇️ |
.../lib/services/ethService/ethCommonService/index.ts | 91.46% <94.11%> (+0.15%) |
⬆️ |
Loading