-
Notifications
You must be signed in to change notification settings - Fork 138
SNO-425: For parachain -> eth messages, sync by parachain id instead of account id #806
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
a095d40
Make parachain relayer relay a single sourceID
doubledup 62b73d0
Switch to parachainID in outbound queue
doubledup 7610dc9
Set up sourceID config for parachain relayer
doubledup 13e1ced
s/SourceID/LaneID/g
doubledup 8ad9875
s/parachain_id/origin/g
doubledup 0f43390
Add handler to submit() and Message
doubledup 66cdefb
Serialize origin as a number
doubledup 4e2f2ad
Merge branch 'main' into david/sno-425
doubledup 52fd689
Fix message fields in benchmark
doubledup 40bc9c4
Make Bob's id different from Alice's
doubledup b58bb24
Remove unused test imports
doubledup c127ca7
Remove endianness TODO
doubledup 3d7176c
Leave return value as nil slice
doubledup 22a095a
Replace sort with reverse
doubledup 530454b
Clean up block scanning loop
doubledup 6dc3628
Tweak scanForOutboundQueueProofs
doubledup ff458c2
Handle partially relayed message blocks
doubledup 194edfd
Set lane-id for parachain relayer
doubledup b39f554
Merge branch 'main' into david/sno-425
doubledup 5663790
Remove extra block number decrement
doubledup 850551f
Error when proof & digest item hashes are mismatched
doubledup 38a16ca
Rename alice & bob parachain ids
doubledup 520e9de
Replace digest item commitment with hash
doubledup 9f9ba92
Remove unused hashSides field
doubledup 651093c
Fix proof RPC method name
doubledup 68cf78a
s/sourceID/laneID/g
doubledup 69300fa
Finish renaming test paraID
doubledup c65fd9d
Update Cumulus submodule
doubledup ee8e7f1
Merge branch 'main' into david/sno-425
doubledup 5bf7ef0
Remove rogue hashSides reference
doubledup b6bd532
Fix lane-id reference for parachain relayer config
doubledup File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Submodule cumulus
updated
2 files
| +1 −0 | Cargo.lock | |
| +0 −1 | parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to add an explicit conversion here because
Uinthas aFrom<u32>but noFrom<polkadot_parachain::primitives::Id>