-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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(relayer): support L2-L2 bridging #14711
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Codecov Report
@@ Coverage Diff @@
## main #14711 +/- ##
==========================================
- Coverage 36.77% 36.66% -0.11%
==========================================
Files 113 113
Lines 5224 5234 +10
Branches 113 113
==========================================
- Hits 1921 1919 -2
- Misses 3183 3194 +11
- Partials 120 121 +1
*This pull request uses carry forward flags. Click here to find out more.
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
all thats needed for L2-L2 bridging is to check the destination chain ID of a message before indexing on the source chain, to avoid it being added to the wrong queue. Then, one can simply bring up a new pair of indexer/processors for the L2 chains.