Skip to content

Conversation

0xValera
Copy link
Collaborator

@0xValera 0xValera commented Jul 8, 2025

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

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.

@0xValera 0xValera marked this pull request as ready for review July 9, 2025 08:11
@kelemeno
Copy link
Contributor

kelemeno commented Jul 22, 2025

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:
e90781a

(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) ||
Copy link
Contributor

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true, addressed 8fe4540

@0xValera 0xValera merged commit 832edb3 into kl/medium-interop Jul 28, 2025
16 of 23 checks passed
@0xValera 0xValera deleted the vg/medium-interop-review-fixes branch July 28, 2025 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants