Skip to content

chore: rustfmt

a9d3815
Select commit
Loading
Failed to load commit list.
Merged

feat(op-reth): implement block builder failsafe and interop filter integration #20001

chore: rustfmt
a9d3815
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 16, 2026 in 1s

0.5% (-75.8%) compared to d920e94

View this Pull Request on Codecov

0.5% (-75.8%) compared to d920e94

Details

Codecov Report

❌ Patch coverage is 0% with 85 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.5%. Comparing base (d920e94) to head (a9d3815).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
rust/op-reth/crates/txpool/src/maintain.rs 0.0% 53 Missing ⚠️
...ust/op-reth/crates/txpool/src/supervisor/client.rs 0.0% 18 Missing ⚠️
rust/op-reth/crates/txpool/src/interop.rs 0.0% 10 Missing ⚠️
rust/op-reth/crates/txpool/src/validator.rs 0.0% 3 Missing ⚠️
rust/op-reth/crates/txpool/src/error.rs 0.0% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (d920e94) and HEAD (a9d3815). Click for more details.

HEAD has 25 uploads less than BASE
Flag BASE (d920e94) HEAD (a9d3815)
contracts-bedrock-tests 24 0
cannon-go-tests-64 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #20001      +/-   ##
===========================================
- Coverage     76.2%     0.5%   -75.8%     
===========================================
  Files          187      485     +298     
  Lines        10702    61573   +50871     
===========================================
- Hits          8158      320    -7838     
- Misses        2400    61253   +58853     
+ Partials       144        0     -144     
Files with missing lines Coverage Δ
rust/op-reth/crates/txpool/src/pool.rs 0.0% <ø> (ø)
rust/op-reth/crates/txpool/src/error.rs 0.0% <0.0%> (ø)
rust/op-reth/crates/txpool/src/validator.rs 0.0% <0.0%> (ø)
rust/op-reth/crates/txpool/src/interop.rs 0.0% <0.0%> (ø)
...ust/op-reth/crates/txpool/src/supervisor/client.rs 0.0% <0.0%> (ø)
rust/op-reth/crates/txpool/src/maintain.rs 0.0% <0.0%> (ø)

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