Skip to content

Remove reth-primitives dep

daac372
Select commit
Loading
Failed to load commit list.
Open

feat: Integrate Reth's Mempool maintenance task. #2742

Remove reth-primitives dep
daac372
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 15, 2025 in 1s

85.5% (+0.1%) compared to e349555

View this Pull Request on Codecov

85.5% (+0.1%) compared to e349555

Details

Codecov Report

❌ Patch coverage is 85.31073% with 52 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.5%. Comparing base (e349555) to head (daac372).
⚠️ Report is 10 commits behind head on nightly.

Files with missing lines Patch % Lines
crates/sequencer/src/db_provider/mod.rs 38.7% 19 Missing ⚠️
crates/evm/src/lib.rs 66.6% 13 Missing ⚠️
crates/sequencer/src/metrics.rs 0.0% 12 Missing ⚠️
crates/evm/src/evm/conversions.rs 0.0% 3 Missing ⚠️
crates/sequencer/src/runner.rs 98.5% 3 Missing ⚠️
crates/sequencer/src/lib.rs 93.7% 2 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
crates/common/src/config/mod.rs 95.5% <100.0%> (+0.2%) ⬆️
crates/evm/src/evm/mod.rs 74.2% <ø> (ø)
crates/evm/src/evm/primitive_types.rs 86.1% <100.0%> (+0.4%) ⬆️
crates/evm/src/hooks.rs 86.9% <ø> (ø)
crates/sequencer/src/mempool.rs 76.4% <100.0%> (+2.1%) ⬆️
crates/sequencer/src/rpc.rs 63.3% <ø> (+11.8%) ⬆️
crates/sequencer/src/lib.rs 97.8% <93.7%> (-2.2%) ⬇️
crates/evm/src/evm/conversions.rs 95.6% <0.0%> (-3.2%) ⬇️
crates/sequencer/src/runner.rs 93.8% <98.5%> (+2.0%) ⬆️
crates/sequencer/src/metrics.rs 29.4% <0.0%> (-70.6%) ⬇️
... and 2 more

... and 16 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.