Skip to content

feat(kona): implement L2PayloadWitness hint for interop to support op-reth#19408

Merged
pauldowman merged 27 commits into
developfrom
pd/kona-interop-execute-payload
Mar 13, 2026
Merged

feat(kona): implement L2PayloadWitness hint for interop to support op-reth#19408
pauldowman merged 27 commits into
developfrom
pd/kona-interop-execute-payload

fix(op-devstack): respect DEVSTACK_L2EL_KIND in supernode runtime

53d1ba1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 13, 2026 in 0s

75.5% (+0.2%) compared to aadf0fc

View this Pull Request on Codecov

75.5% (+0.2%) compared to aadf0fc

Details

Codecov Report

❌ Patch coverage is 85.96491% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.5%. Comparing base (aadf0fc) to head (53d1ba1).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
rust/op-reth/crates/node/src/node.rs 55.0% 9 Missing ⚠️
rust/op-reth/crates/node/src/proof_history.rs 0.0% 4 Missing ⚠️
rust/kona/bin/host/src/interop/cfg.rs 0.0% 2 Missing ⚠️
rust/op-reth/bin/src/main.rs 0.0% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #19408      +/-   ##
===========================================
+ Coverage     75.3%    75.5%    +0.2%     
===========================================
  Files          194      481     +287     
  Lines        11285    60238   +48953     
===========================================
+ Hits          8502    45512   +37010     
- Misses        2639    14726   +12087     
+ Partials       144        0     -144     
Files with missing lines Coverage Δ
rust/kona/bin/host/src/interop/handler.rs 38.1% <100.0%> (ø)
rust/kona/bin/host/src/single/handler.rs 63.3% <100.0%> (ø)
rust/op-reth/crates/node/src/args.rs 100.0% <100.0%> (ø)
rust/op-reth/bin/src/main.rs 0.0% <0.0%> (ø)
rust/kona/bin/host/src/interop/cfg.rs 31.1% <0.0%> (ø)
rust/op-reth/crates/node/src/proof_history.rs 0.0% <0.0%> (ø)
rust/op-reth/crates/node/src/node.rs 65.7% <55.0%> (ø)

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