diff --git a/cumulus/parachains/runtimes/assets/statemine/src/weights/xcm/mod.rs b/cumulus/parachains/runtimes/assets/statemine/src/weights/xcm/mod.rs index d38e1c62e5..c5ac9b80a9 100644 --- a/cumulus/parachains/runtimes/assets/statemine/src/weights/xcm/mod.rs +++ b/cumulus/parachains/runtimes/assets/statemine/src/weights/xcm/mod.rs @@ -185,6 +185,9 @@ impl XcmWeightInfo for StatemineXcmWeight { fn expect_error(_error: &Option<(u32, XcmError)>) -> Weight { XcmGeneric::::expect_error() } + fn expect_transact_status(_transact_status: &MaybeErrorCode) -> Weight { + XcmGeneric::::expect_transact_status() + } fn query_pallet(_module_name: &Vec, _response_info: &QueryResponseInfo) -> Weight { XcmGeneric::::query_pallet() } diff --git a/cumulus/parachains/runtimes/assets/statemine/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/cumulus/parachains/runtimes/assets/statemine/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index 96040ac7e8..d468f05791 100644 --- a/cumulus/parachains/runtimes/assets/statemine/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/cumulus/parachains/runtimes/assets/statemine/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -148,6 +148,9 @@ impl WeightInfo { pub(crate) fn expect_error() -> Weight { Weight::from_ref_time(5_859_000 as u64) } + pub(crate) fn expect_transact_status() -> Weight { + Weight::from_ref_time(5_859_000 as u64) + } // Storage: ParachainInfo ParachainId (r:1 w:0) // Storage: PolkadotXcm SupportedVersion (r:1 w:0) // Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1) diff --git a/cumulus/parachains/runtimes/assets/statemint/src/weights/xcm/mod.rs b/cumulus/parachains/runtimes/assets/statemint/src/weights/xcm/mod.rs index ed48d43317..6d0cafada4 100644 --- a/cumulus/parachains/runtimes/assets/statemint/src/weights/xcm/mod.rs +++ b/cumulus/parachains/runtimes/assets/statemint/src/weights/xcm/mod.rs @@ -185,6 +185,9 @@ impl XcmWeightInfo for StatemintXcmWeight { fn expect_error(_error: &Option<(u32, XcmError)>) -> Weight { XcmGeneric::::expect_error() } + fn expect_transact_status(_transact_status: &MaybeErrorCode) -> Weight { + XcmGeneric::::expect_transact_status() + } fn query_pallet(_module_name: &Vec, _response_info: &QueryResponseInfo) -> Weight { XcmGeneric::::query_pallet() } diff --git a/cumulus/parachains/runtimes/assets/statemint/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/cumulus/parachains/runtimes/assets/statemint/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index 27c0586878..560ee7a659 100644 --- a/cumulus/parachains/runtimes/assets/statemint/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/cumulus/parachains/runtimes/assets/statemint/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -148,6 +148,9 @@ impl WeightInfo { pub(crate) fn expect_error() -> Weight { Weight::from_ref_time(5_758_000 as u64) } + pub(crate) fn expect_transact_status() -> Weight { + Weight::from_ref_time(5_758_000 as u64) + } // Storage: ParachainInfo ParachainId (r:1 w:0) // Storage: PolkadotXcm SupportedVersion (r:1 w:0) // Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1) diff --git a/cumulus/parachains/runtimes/assets/westmint/src/weights/xcm/mod.rs b/cumulus/parachains/runtimes/assets/westmint/src/weights/xcm/mod.rs index ee63ee3f2a..0e05a46579 100644 --- a/cumulus/parachains/runtimes/assets/westmint/src/weights/xcm/mod.rs +++ b/cumulus/parachains/runtimes/assets/westmint/src/weights/xcm/mod.rs @@ -185,6 +185,9 @@ impl XcmWeightInfo for WestmintXcmWeight { fn expect_error(_error: &Option<(u32, XcmError)>) -> Weight { XcmGeneric::::expect_error() } + fn expect_transact_status(_transact_status: &MaybeErrorCode) -> Weight { + XcmGeneric::::expect_transact_status() + } fn query_pallet(_module_name: &Vec, _response_info: &QueryResponseInfo) -> Weight { XcmGeneric::::query_pallet() } diff --git a/cumulus/parachains/runtimes/assets/westmint/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/cumulus/parachains/runtimes/assets/westmint/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index 0e88b1349e..4e2e949636 100644 --- a/cumulus/parachains/runtimes/assets/westmint/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/cumulus/parachains/runtimes/assets/westmint/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -148,6 +148,9 @@ impl WeightInfo { pub(crate) fn expect_error() -> Weight { Weight::from_ref_time(6_044_000 as u64) } + pub(crate) fn expect_transact_status() -> Weight { + Weight::from_ref_time(6_044_000 as u64) + } // Storage: ParachainInfo ParachainId (r:1 w:0) // Storage: PolkadotXcm SupportedVersion (r:1 w:0) // Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1) diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/mod.rs b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/mod.rs index 82b2918796..6528726074 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/mod.rs +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/mod.rs @@ -185,6 +185,9 @@ impl XcmWeightInfo for BridgeHubKusamaXcmWeight { fn expect_error(_error: &Option<(u32, XcmError)>) -> Weight { XcmGeneric::::expect_error() } + fn expect_transact_status(_transact_status: &MaybeErrorCode) -> Weight { + XcmGeneric::::expect_transact_status() + } fn query_pallet(_module_name: &Vec, _response_info: &QueryResponseInfo) -> Weight { XcmGeneric::::query_pallet() } diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index 526bdad2de..bf2489c3a3 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -147,6 +147,9 @@ impl WeightInfo { pub(crate) fn expect_error() -> Weight { Weight::from_ref_time(6_802_000 as u64) } + pub(crate) fn expect_transact_status() -> Weight { + Weight::from_ref_time(6_802_000 as u64) + } // Storage: ParachainInfo ParachainId (r:1 w:0) // Storage: PolkadotXcm SupportedVersion (r:1 w:0) // Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1) diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/mod.rs b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/mod.rs index 0b911aec2d..765b3db945 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/mod.rs +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/mod.rs @@ -185,6 +185,9 @@ impl XcmWeightInfo for BridgeHubRococoXcmWeight { fn expect_error(_error: &Option<(u32, XcmError)>) -> Weight { XcmGeneric::::expect_error() } + fn expect_transact_status(_transact_status: &MaybeErrorCode) -> Weight { + XcmGeneric::::expect_transact_status() + } fn query_pallet(_module_name: &Vec, _response_info: &QueryResponseInfo) -> Weight { XcmGeneric::::query_pallet() } diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index 259b483882..e488f280c0 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -147,6 +147,9 @@ impl WeightInfo { pub(crate) fn expect_error() -> Weight { Weight::from_ref_time(5_857_000 as u64) } + pub(crate) fn expect_transact_status() -> Weight { + Weight::from_ref_time(5_857_000 as u64) + } // Storage: ParachainInfo ParachainId (r:1 w:0) // Storage: PolkadotXcm SupportedVersion (r:1 w:0) // Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)