op-program: Implement wrapper methods required by derive.Engine#5364
op-program: Implement wrapper methods required by derive.Engine#5364OptimismBot merged 2 commits intodevelopfrom
Conversation
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #5364 +/- ##
===========================================
- Coverage 38.44% 38.30% -0.15%
===========================================
Files 342 243 -99
Lines 24921 22112 -2809
Branches 597 0 -597
===========================================
- Hits 9581 8469 -1112
+ Misses 14533 12860 -1673
+ Partials 807 783 -24
Flags with carried forward coverage won't be shown. Click here to find out more.
|
9377617 to
d4309fb
Compare
Adds flags to specify the l2 execution genesis and agreed l2 starting head.
d4309fb to
96cbdb8
Compare
|
This PR has been added to the merge queue, and will be merged soon. |
✅ Deploy Preview for opstack-docs canceled.
|
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Description
Implement wrapper methods required by derive.Engine. This is pretty much just sugar over the existing backend methods, performing some additional conversions.
Adds flags to specify the l2 execution genesis and agreed l2 starting head.
Additional context
Builds on #5361
Metadata