-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
feat/interop: create OptimismPortalInterop
#10585
Conversation
WalkthroughThe changes involve updates to contracts in the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
b27ee75
to
ae7a476
Compare
Shouldn't we be building new functionality on |
d5db590
to
704c556
Compare
ae7a476
to
4485698
Compare
We will merge portal2 and portal functionality at some point in the future, interop devnet doesn't support fault proofs |
704c556
to
ffe58a6
Compare
4485698
to
fc40f6b
Compare
ffe58a6
to
c937501
Compare
fc40f6b
to
d168510
Compare
Semgrep found 3 Named return arguments to functions must be appended with an underscore ( |
af9b246
to
3e73474
Compare
d168510
to
c8c2317
Compare
2de9cce
to
e46a001
Compare
c8c2317
to
74d7a36
Compare
fb141dc
to
ed3823b
Compare
74d7a36
to
dd9d149
Compare
Needs tests |
Build is failing in CI |
ff7bc14
to
a293c9e
Compare
dd9d149
to
19b2452
Compare
a293c9e
to
5387da4
Compare
23a0917
to
85a16b9
Compare
3c1f376
to
358c29e
Compare
85a16b9
to
1e61b68
Compare
358c29e
to
24bb340
Compare
6fcf17b
to
6860c6f
Compare
840ca0e
to
cfc981b
Compare
1f3fc0a
to
479bc50
Compare
cfc981b
to
f866700
Compare
b15a2b8
to
dbe9a23
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10585 +/- ##
============================================
- Coverage 55.13% 39.26% -15.88%
============================================
Files 37 27 -10
Lines 2900 1821 -1079
Branches 415 415
============================================
- Hits 1599 715 -884
+ Misses 1269 1106 -163
+ Partials 32 0 -32
Flags with carried forward coverage won't be shown. Click here to find out more. |
* contracts-bedrock: create OptimismPortalInterop * contracts-bedrock: update to use ConfigType.GAS_PAYING_TOKEN * contracts-bedrock: update snapshots * contracts-bedrock: update semver-lock
* contracts-bedrock: create OptimismPortalInterop * contracts-bedrock: update to use ConfigType.GAS_PAYING_TOKEN * contracts-bedrock: update snapshots * contracts-bedrock: update semver-lock
OptimismPortalInterop
is created per the specs andOptimismPortal
is updated such thatOptimismPortalInterop
can successfully inherit from it. This PR implements theOptimismPortalInterop
,OptimismPortal
changes from #10452, which was closed in support of smaller PRs