Skip to content
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: added entrypoints.md #163

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

0xParticle
Copy link
Contributor

Description

Continues #155

This design document introduces Entrypoint contracts as a new primitive that allows anyone to add custom logic on top of the L2ToL2CrossDomainMessenger. It generalizes the L2ToL2CrossDomainMessenger design and unlocks other interop primitives such as message batching and expiring. To do so, it adds a parameter in the L2ToL2CrossDomainMessenger that binds the relaying to a particular address, where custom logic can live.

@tynes
Copy link
Contributor

tynes commented Nov 19, 2024

Regarding expiring messages: ethereum-optimism/specs#460

@0xParticle
Copy link
Contributor Author

Regarding expiring messages: ethereum-optimism/specs#460

Perfect. I feel like these are two separate types of problems.

  • The one presented in this PR is about messages that fail when relayMessage gets called.
  • The one you mention is for messages that can't even reach that stage.
    Both are important to address. We might find it convenient to use different names.

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.

2 participants