Add bridging to AssetHubWestend#7831
Merged
bkontur merged 16 commits intoparitytech:bko-permlanes-on-ahsfrom Mar 13, 2025
Merged
Add bridging to AssetHubWestend#7831bkontur merged 16 commits intoparitytech:bko-permlanes-on-ahsfrom
bkontur merged 16 commits intoparitytech:bko-permlanes-on-ahsfrom
Conversation
bkontur
reviewed
Mar 6, 2025
cumulus/parachains/runtimes/assets/asset-hub-westend/src/xcm_config.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/assets/asset-hub-westend/src/bridge_to_rococo_config.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/assets/asset-hub-westend/src/bridge_to_rococo_config.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/assets/asset-hub-westend/src/bridge_to_rococo_config.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/assets/asset-hub-westend/src/bridge_to_rococo_config.rs
Show resolved
Hide resolved
cumulus/parachains/runtimes/assets/asset-hub-westend/src/bridge_to_rococo_config.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/assets/asset-hub-westend/src/bridge_to_rococo_config.rs
Outdated
Show resolved
Hide resolved
bkontur
reviewed
Mar 10, 2025
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
bkontur
reviewed
Mar 11, 2025
bkontur
pushed a commit
that referenced
this pull request
Mar 11, 2025
Resolving comment #7831 (comment) ViaLocalBridgeHubExporter -> ViaLocalBridgeExporter and ViaRemoteBridgeHubExporter -> ViaRemoteBridgeExporter
4 tasks
bkontur
reviewed
Mar 11, 2025
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/mod.rs
Outdated
Show resolved
Hide resolved
Contributor
bkontur
reviewed
Mar 12, 2025
cumulus/parachains/runtimes/assets/asset-hub-westend/tests/tests.rs
Outdated
Show resolved
Hide resolved
…ts.rs Co-authored-by: Branislav Kontur <bkontur@gmail.com>
bkontur
reviewed
Mar 12, 2025
cumulus/parachains/runtimes/assets/asset-hub-westend/tests/tests.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/assets/asset-hub-westend/tests/tests.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/assets/asset-hub-westend/tests/tests.rs
Outdated
Show resolved
Hide resolved
bkontur
reviewed
Mar 12, 2025
cumulus/parachains/runtimes/assets/asset-hub-westend/tests/tests.rs
Outdated
Show resolved
Hide resolved
bkontur
approved these changes
Mar 13, 2025
ded10ac
into
paritytech:bko-permlanes-on-ahs
224 of 262 checks passed
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.
This PR implements similar changes done for rococo in PR #6675 to add bridging to AssetHubWestend
Specifically resolves - #6675 (comment)