-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is now understood that aliasing between L2s is not necessary. This commit describes why it is safe to not use aliasing and updates the `L2ToL2CrossDomainMessenger` to also pass through the source domain's chainid. Making an assertion on both the cross domain message sender and the source domain's chainid is the same as making an assertion on an aliased address. It is far more simple to not alias anything and assert directly on the sender + chainid. Closes #76
- Loading branch information
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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