-
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
chore: solidity isthmus to interop #12132
chore: solidity isthmus to interop #12132
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #12132 +/- ##
========================================
Coverage 74.94% 74.94%
========================================
Files 49 49
Lines 3652 3652
========================================
Hits 2737 2737
Misses 743 743
Partials 172 172
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, why are tests passing, when the OP Contracts Manager implementations deployer contract has not been updated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging this. Expecting things to break in Go, like setL1BlockValuesIsthmus
constant, but interop e2e testing is already half broken. Will work on fixing that.
Edit: the Go changes are merged 👍
Github complains about a merge conflict, but local merge with |
a0eee5c
* chore: rename isthmus to interop on solidity files * chore: rename test file * chore: update contracts versions (ethereum-optimism#66)
Description
Rename
L1BlockIsthmus
toL1BlockInterop
for consistency with the upgrade naming.The scope of it is only the Solidity files, there will be another one with the changes on the Golang files because that's how it was asked from reviewers.
Tests
I added no tests, but only modified the contracts name so they don' break
Additional context
PR with the Golang files renaming changes: #12133