Update optimism submodule version to 058f398#63
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #63 +/- ##
=======================================
Coverage 70.46% 70.46%
=======================================
Files 19 19
Lines 2810 2810
=======================================
Hits 1980 1980
Misses 742 742
Partials 88 88 ☔ View full report in Codecov by Sentry. |
445247c to
8c3d087
Compare
ImTei
approved these changes
Jun 11, 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
Sync optimism submodule between ethereum-optimism/optimism@8c19065...058f398.
Contract changes for dependency upgrade and refactoring:
op-challenger changes which altered asterisc op-e2e:
Monorepo changes which altered op-e2e:
op-e2e fault proof test improvements:
Fun Facts
Now monorepo devnet deployer is foundry's 4th pre-funded account(see ethereum-optimism/optimism#10359). Updated post state creation script and devnet deployment script to handle this diff.
Tests
Added new e2e test:
TestInvalidateCorrectProposalFutureBlock(mirroring ethereum-optimism/optimism#10462)Updated
capture.pyto observe DisputeGameFactory because op-proposer started to write claims to it, abandoning L2OO.