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(relayer): support L2-L2 bridging #14711

Merged
merged 4 commits into from
Sep 18, 2023
Merged

Conversation

cyberhorsey
Copy link
Contributor

@cyberhorsey cyberhorsey commented Sep 18, 2023

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.

@vercel
Copy link

vercel bot commented Sep 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bridge-ui-v2-a5 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2023 7:51pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
bridge-ui-v2-internal ⬜️ Ignored (Inspect) Visit Preview Sep 18, 2023 7:51pm

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #14711 (47e41aa) into main (cc477b9) will decrease coverage by 0.11%.
Report is 11 commits behind head on main.
The diff coverage is 0.00%.

@@            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     
Flag Coverage Δ *Carryforward flag
bridge-ui 93.94% <ø> (ø) Carriedforward from 6a2679a
eventindexer 13.08% <ø> (-0.08%) ⬇️ Carriedforward from 6a2679a
relayer 42.81% <0.00%> (-0.25%) ⬇️

*This pull request uses carry forward flags. Click here to find out more.

Files Changed Coverage Δ
packages/relayer/indexer/handle_event.go 27.58% <0.00%> (-3.59%) ⬇️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cyberhorsey cyberhorsey added this pull request to the merge queue Sep 18, 2023
Merged via the queue into main with commit 1410217 Sep 18, 2023
19 checks passed
@cyberhorsey cyberhorsey deleted the relayer_check_dest_chain_id branch September 18, 2023 23:07
@github-actions github-actions bot mentioned this pull request Sep 18, 2023
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.

None yet

3 participants