-
Notifications
You must be signed in to change notification settings - Fork 387
fix: some fixes for medium-interop review + ERC7786 compatibility changes #1556
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
Conversation
It would be good to get the integration tests working locally in core before merging this. Otherwise someone else will have to do it. I added some changes, please branch of here: |
(sourceChain == L1_CHAIN_ID && sender == L1_ASSET_ROUTER) || | ||
(sourceChain != L1_CHAIN_ID && sender == address(this)), | ||
InvalidCaller(sender) | ||
(senderChainId == L1_CHAIN_ID && senderAddress == L1_ASSET_ROUTER) || |
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.
I think we don't actually want to allow interop from L1 currently.
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.
true, addressed 8fe4540
What ❔
Decided with Nikita to merge fixes into
kl/medium-interop
branch right away, and having further discussions in github conversations/chats. Merging fixes that are already done.Why ❔
Checklist