Holocene: extensions to L1Block.sol#12096
Merged
tynes merged 1 commit intoethereum-optimism:developfrom Sep 30, 2024
Merged
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. |
Collaborator
Author
|
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
tynes
reviewed
Sep 27, 2024
Contributor
|
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
Collaborator
Author
this works |
tynes
approved these changes
Sep 30, 2024
Contributor
|
Perhaps a CI flake caused this to drop out of the merge queue |
Contributor
|
@roberto-bayardo looks like linting is blocking this |
roberto-bayardo
added a commit
to roberto-bayardo/optimism
that referenced
this pull request
Oct 1, 2024
This reverts commit 5bd72f6.
roberto-bayardo
added a commit
to roberto-bayardo/optimism
that referenced
this pull request
Oct 1, 2024
This reverts commit 5bd72f6.
samlaf
pushed a commit
to samlaf/optimism
that referenced
this pull request
Nov 10, 2024
samlaf
pushed a commit
to samlaf/optimism
that referenced
this pull request
Nov 10, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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