-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Holocene: extensions to L1Block.sol #12096
Holocene: extensions to L1Block.sol #12096
Conversation
439e177
to
e5a3240
Compare
911b476
to
693cf3b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #12096 +/- ##
===========================================
- Coverage 75.19% 74.97% -0.22%
===========================================
Files 49 49
Lines 3656 3656
===========================================
- Hits 2749 2741 -8
- Misses 734 743 +9
+ Partials 173 172 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
the semver-diff-check is failing, I think just because it doesn't really handle inheritance properly? |
693cf3b
to
b4382ce
Compare
b4382ce
to
e6cd14a
Compare
Getting CI versioning checks failing
I believe this issue happened before and the solution was to add |
fe470bd
to
b50580e
Compare
b50580e
to
8e7c9ca
Compare
this works |
Perhaps a CI flake caused this to drop out of the merge queue |
@roberto-bayardo looks like linting is blocking this
|
5bd72f6
This reverts commit 5bd72f6.
This reverts commit 5bd72f6.
Description
Holocene adds two new L1 attributes which need to be handled by the L1Block L1 contract.
Tests
Added unit and fuzz tests
Metadata
ethereum-optimism/specs#340