Rialto parachain <> Millau messages bridge#1218
Merged
Conversation
37c4849 to
b5cf74d
Compare
3040bce to
6aece4f
Compare
14 tasks
Contributor
|
Hi, What plan of these pull requests (about parachain bridge)? |
Contributor
Author
It works (or at least it was working last time I was playing with it). There are some unhandled caveats in the parachain finality pallet, though - iirc they're marked with "TODO" in original PR. Right now this para bridge is on hold, but we'll start pushing it soonish. |
32adae1 to
8b39db8
Compare
8b39db8 to
05d481c
Compare
05d481c to
f70587d
Compare
acatangiu
reviewed
May 26, 2022
Collaborator
acatangiu
left a comment
There was a problem hiding this comment.
Done an initial pass and didn't see anything flagrantly wrong. 👍
wuminzhe
added a commit
to darwinia-network/darwinia-messages-substrate
that referenced
this pull request
Aug 8, 2022
30 tasks
serban300
pushed a commit
to serban300/parity-bridges-common
that referenced
this pull request
Mar 27, 2024
serban300
pushed a commit
to serban300/parity-bridges-common
that referenced
this pull request
Apr 8, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
on top of #1199
closes #884
In progress - I just want to take a break && do a little work on code deduplication mostly in relayer (though runtime integration also may be improved a bit). With this PR we'll have 17 different Sub<>Sub relays && the glue code is too similar && may be deduplicated.