Skip to content

fix(rpc): pass http::Extensions to RpcMethod::handle#6646

Merged
hanabi1224 merged 2 commits into
mainfrom
hm/pass-extensions
Feb 25, 2026
Merged

fix(rpc): pass http::Extensions to RpcMethod::handle#6646
hanabi1224 merged 2 commits into
mainfrom
hm/pass-extensions

docstring

1ff947a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 25, 2026 in 0s

63.50% (-0.07%) compared to 442e716

View this Pull Request on Codecov

63.50% (-0.07%) compared to 442e716

Details

Codecov Report

❌ Patch coverage is 52.30024% with 197 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.50%. Comparing base (442e716) to head (1ff947a).

Files with missing lines Patch % Lines
src/rpc/methods/f3.rs 6.66% 54 Missing and 2 partials ⚠️
src/rpc/methods/net.rs 0.00% 41 Missing ⚠️
src/rpc/methods/chain.rs 57.44% 18 Missing and 2 partials ⚠️
src/rpc/methods/wallet.rs 28.00% 18 Missing ⚠️
src/rpc/methods/eth.rs 82.05% 12 Missing and 2 partials ⚠️
src/rpc/methods/common.rs 50.00% 10 Missing ⚠️
src/rpc/methods/state.rs 87.17% 9 Missing and 1 partial ⚠️
src/rpc/methods/mpool.rs 11.11% 8 Missing ⚠️
src/rpc/methods/sync.rs 78.57% 6 Missing ⚠️
src/rpc/methods/node.rs 0.00% 5 Missing ⚠️
... and 6 more
Additional details and impacted files
Files with missing lines Coverage Δ
src/rpc/methods/beacon.rs 81.81% <100.00%> (+1.81%) ⬆️
src/rpc/methods/misc.rs 89.28% <100.00%> (+0.39%) ⬆️
src/rpc/methods/msig.rs 72.22% <100.00%> (+1.63%) ⬆️
src/tool/subcommands/api_cmd/test_snapshot.rs 85.31% <100.00%> (+0.20%) ⬆️
src/rpc/methods/auth.rs 33.33% <50.00%> (+0.77%) ⬆️
src/rpc/methods/miner.rs 7.91% <50.00%> (+0.61%) ⬆️
src/rpc/reflect/mod.rs 68.65% <50.00%> (ø)
src/rpc/methods/gas.rs 86.49% <50.00%> (-0.39%) ⬇️
src/rpc/methods/market.rs 0.00% <0.00%> (ø)
...tool/subcommands/api_cmd/generate_test_snapshot.rs 0.00% <0.00%> (ø)
... and 10 more

... and 3 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 442e716...1ff947a. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.