Raymond Cheung
Raymond Cheung
This PR resolves issue #6119 by ensuring consistent topic ID inclusion in all XCM messages processed or sent via `XcmExecutor`, addressing instances where message topics were absent or inconsistent across...
This issue tracks the verification of topic ID assignment for `BridgeBlobDispatcher` using a partial router (`LocalXcmRouter` without `WithUniqueTopic`) following changes in PR #7691, which addresses issue by ensuring consistent topic...
This PR improves the weight accounting for XCMs that are rejected early by `Barrier`. Addresses #7965 Todo: - [ ] `/cmd bench --pallet pallet_xcm_benchmarks::generic --runtime asset-hub-westend`
This issue continues the work from #7952 by migrating `exchange_asset` tests to the AssetHubWestend runtime module using `asset-test-utils`. ## Changes - [ ] Moves existing `exchange_asset` tests from the integration...