Skip to content

feat(dispute): add rootClaimByChainId(uint256) for L2 chain ID lookup - #18559

Merged
stevennevins merged 16 commits into
developfrom
feat/dispute-game-l2-chain-id-claim
Jan 6, 2026
Merged

feat(dispute): add rootClaimByChainId(uint256) for L2 chain ID lookup#18559
stevennevins merged 16 commits into
developfrom
feat/dispute-game-l2-chain-id-claim

fix: remove duplicate declarations from rebase

d608895
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 5, 2026 in 1s

77.38% (+3.55%) compared to 1294a28

View this Pull Request on Codecov

77.38% (+3.55%) compared to 1294a28

Details

Codecov Report

❌ Patch coverage is 41.66667% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.38%. Comparing base (1294a28) to head (d608895).

Files with missing lines Patch % Lines
...contracts-bedrock/src/dispute/FaultDisputeGame.sol 0.00% 4 Missing ⚠️
...tracts-bedrock/src/dispute/zk/OptimisticZkGame.sol 0.00% 2 Missing ⚠️
...ts-bedrock/src/dispute/PermissionedDisputeGame.sol 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #18559      +/-   ##
===========================================
+ Coverage    73.83%   77.38%   +3.55%     
===========================================
  Files          189      134      -55     
  Lines        11244     7221    -4023     
===========================================
- Hits          8302     5588    -2714     
+ Misses        2796     1633    -1163     
+ Partials       146        0     -146     
Files with missing lines Coverage Δ
...acts-bedrock/src/dispute/v2/FaultDisputeGameV2.sol 98.79% <100.00%> (+0.01%) ⬆️
...drock/src/dispute/v2/PermissionedDisputeGameV2.sol 100.00% <100.00%> (ø)
...ts-bedrock/src/dispute/PermissionedDisputeGame.sol 0.00% <0.00%> (ø)
...tracts-bedrock/src/dispute/zk/OptimisticZkGame.sol 81.43% <0.00%> (-0.99%) ⬇️
...contracts-bedrock/src/dispute/FaultDisputeGame.sol 0.00% <0.00%> (ø)

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