Backport xcm bridging extensions to the bridge repo (#1813)

* Backport xcm bridging extensions to the bridge repo

* Fixes

* Fixes
This commit is contained in:
Branislav Kontur
2023-03-13 15:11:10 +01:00
committed by Bastian Köcher
parent 89e8c6fddf
commit a1c6502d9a
3 changed files with 189 additions and 5 deletions
+3
View File
@@ -28,6 +28,7 @@ pub mod messages;
pub mod messages_api;
pub mod messages_benchmarking;
pub mod messages_call_ext;
pub mod messages_xcm_extension;
pub mod parachains_benchmarking;
pub mod refund_relayer_extension;
@@ -37,6 +38,8 @@ mod mock;
#[cfg(feature = "integrity-test")]
pub mod integrity;
const LOG_TARGET_BRIDGE_DISPATCH: &str = "runtime::bridge-dispatch";
/// A duplication of the `FilterCall` trait.
///
/// We need this trait in order to be able to implement it for the messages pallet,