Skip to content

doc comments

e9f84d1
Select commit
Loading
Failed to load commit list.
Merged

fix: optimize collect_events in Eth RPC #6750

doc comments
e9f84d1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 17, 2026 in 1s

63.65% (-0.04%) compared to ef963b4

View this Pull Request on Codecov

63.65% (-0.04%) compared to ef963b4

Details

Codecov Report

❌ Patch coverage is 85.20408% with 29 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.65%. Comparing base (ef963b4) to head (e9f84d1).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/rpc/methods/eth/filter/mod.rs 77.77% 8 Missing and 4 partials ⚠️
src/state_manager/mod.rs 89.65% 5 Missing and 4 partials ⚠️
src/chain/store/errors.rs 0.00% 3 Missing ⚠️
src/rpc/methods/eth.rs 90.62% 0 Missing and 3 partials ⚠️
src/chain/store/chain_store.rs 94.73% 0 Missing and 1 partial ⚠️
src/dev/subcommands/state_cmd.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/state_manager/cache.rs 98.76% <ø> (+8.79%) ⬆️
src/state_manager/utils.rs 79.31% <ø> (ø)
src/utils/get_size/mod.rs 71.42% <ø> (+15.87%) ⬆️
src/chain/store/chain_store.rs 70.40% <94.73%> (+0.96%) ⬆️
src/dev/subcommands/state_cmd.rs 0.00% <0.00%> (ø)
src/chain/store/errors.rs 14.28% <0.00%> (ø)
src/rpc/methods/eth.rs 68.31% <90.62%> (+0.18%) ⬆️
src/state_manager/mod.rs 70.15% <89.65%> (-0.16%) ⬇️
src/rpc/methods/eth/filter/mod.rs 88.48% <77.77%> (+0.44%) ⬆️

... and 6 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef963b4...e9f84d1. Read the comment docs.