File tree Expand file tree Collapse file tree
cumulus/parachains/runtimes
statemine/src/weights/xcm
statemint/src/weights/xcm
bridge-hub-kusama/src/weights/xcm
bridge-hub-rococo/src/weights/xcm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,6 +185,9 @@ impl<Call> XcmWeightInfo<Call> for StatemineXcmWeight<Call> {
185185 fn expect_error ( _error : & Option < ( u32 , XcmError ) > ) -> Weight {
186186 XcmGeneric :: < Runtime > :: expect_error ( )
187187 }
188+ fn expect_transact_status ( _transact_status : & MaybeErrorCode ) -> Weight {
189+ XcmGeneric :: < Runtime > :: expect_transact_status ( )
190+ }
188191 fn query_pallet ( _module_name : & Vec < u8 > , _response_info : & QueryResponseInfo ) -> Weight {
189192 XcmGeneric :: < Runtime > :: query_pallet ( )
190193 }
Original file line number Diff line number Diff line change @@ -148,6 +148,9 @@ impl<T: frame_system::Config> WeightInfo<T> {
148148 pub ( crate ) fn expect_error ( ) -> Weight {
149149 Weight :: from_ref_time ( 5_859_000 as u64 )
150150 }
151+ pub ( crate ) fn expect_transact_status ( ) -> Weight {
152+ Weight :: from_ref_time ( 5_859_000 as u64 )
153+ }
151154 // Storage: ParachainInfo ParachainId (r:1 w:0)
152155 // Storage: PolkadotXcm SupportedVersion (r:1 w:0)
153156 // Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
Original file line number Diff line number Diff line change @@ -185,6 +185,9 @@ impl<Call> XcmWeightInfo<Call> for StatemintXcmWeight<Call> {
185185 fn expect_error ( _error : & Option < ( u32 , XcmError ) > ) -> Weight {
186186 XcmGeneric :: < Runtime > :: expect_error ( )
187187 }
188+ fn expect_transact_status ( _transact_status : & MaybeErrorCode ) -> Weight {
189+ XcmGeneric :: < Runtime > :: expect_transact_status ( )
190+ }
188191 fn query_pallet ( _module_name : & Vec < u8 > , _response_info : & QueryResponseInfo ) -> Weight {
189192 XcmGeneric :: < Runtime > :: query_pallet ( )
190193 }
Original file line number Diff line number Diff line change @@ -148,6 +148,9 @@ impl<T: frame_system::Config> WeightInfo<T> {
148148 pub ( crate ) fn expect_error ( ) -> Weight {
149149 Weight :: from_ref_time ( 5_758_000 as u64 )
150150 }
151+ pub ( crate ) fn expect_transact_status ( ) -> Weight {
152+ Weight :: from_ref_time ( 5_758_000 as u64 )
153+ }
151154 // Storage: ParachainInfo ParachainId (r:1 w:0)
152155 // Storage: PolkadotXcm SupportedVersion (r:1 w:0)
153156 // Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
Original file line number Diff line number Diff line change @@ -185,6 +185,9 @@ impl<Call> XcmWeightInfo<Call> for WestmintXcmWeight<Call> {
185185 fn expect_error ( _error : & Option < ( u32 , XcmError ) > ) -> Weight {
186186 XcmGeneric :: < Runtime > :: expect_error ( )
187187 }
188+ fn expect_transact_status ( _transact_status : & MaybeErrorCode ) -> Weight {
189+ XcmGeneric :: < Runtime > :: expect_transact_status ( )
190+ }
188191 fn query_pallet ( _module_name : & Vec < u8 > , _response_info : & QueryResponseInfo ) -> Weight {
189192 XcmGeneric :: < Runtime > :: query_pallet ( )
190193 }
Original file line number Diff line number Diff line change @@ -148,6 +148,9 @@ impl<T: frame_system::Config> WeightInfo<T> {
148148 pub ( crate ) fn expect_error ( ) -> Weight {
149149 Weight :: from_ref_time ( 6_044_000 as u64 )
150150 }
151+ pub ( crate ) fn expect_transact_status ( ) -> Weight {
152+ Weight :: from_ref_time ( 6_044_000 as u64 )
153+ }
151154 // Storage: ParachainInfo ParachainId (r:1 w:0)
152155 // Storage: PolkadotXcm SupportedVersion (r:1 w:0)
153156 // Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
Original file line number Diff line number Diff line change @@ -185,6 +185,9 @@ impl<Call> XcmWeightInfo<Call> for BridgeHubKusamaXcmWeight<Call> {
185185 fn expect_error ( _error : & Option < ( u32 , XcmError ) > ) -> Weight {
186186 XcmGeneric :: < Runtime > :: expect_error ( )
187187 }
188+ fn expect_transact_status ( _transact_status : & MaybeErrorCode ) -> Weight {
189+ XcmGeneric :: < Runtime > :: expect_transact_status ( )
190+ }
188191 fn query_pallet ( _module_name : & Vec < u8 > , _response_info : & QueryResponseInfo ) -> Weight {
189192 XcmGeneric :: < Runtime > :: query_pallet ( )
190193 }
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ impl<T: frame_system::Config> WeightInfo<T> {
147147 pub ( crate ) fn expect_error ( ) -> Weight {
148148 Weight :: from_ref_time ( 6_802_000 as u64 )
149149 }
150+ pub ( crate ) fn expect_transact_status ( ) -> Weight {
151+ Weight :: from_ref_time ( 6_802_000 as u64 )
152+ }
150153 // Storage: ParachainInfo ParachainId (r:1 w:0)
151154 // Storage: PolkadotXcm SupportedVersion (r:1 w:0)
152155 // Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
Original file line number Diff line number Diff line change @@ -185,6 +185,9 @@ impl<Call> XcmWeightInfo<Call> for BridgeHubRococoXcmWeight<Call> {
185185 fn expect_error ( _error : & Option < ( u32 , XcmError ) > ) -> Weight {
186186 XcmGeneric :: < Runtime > :: expect_error ( )
187187 }
188+ fn expect_transact_status ( _transact_status : & MaybeErrorCode ) -> Weight {
189+ XcmGeneric :: < Runtime > :: expect_transact_status ( )
190+ }
188191 fn query_pallet ( _module_name : & Vec < u8 > , _response_info : & QueryResponseInfo ) -> Weight {
189192 XcmGeneric :: < Runtime > :: query_pallet ( )
190193 }
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ impl<T: frame_system::Config> WeightInfo<T> {
147147 pub ( crate ) fn expect_error ( ) -> Weight {
148148 Weight :: from_ref_time ( 5_857_000 as u64 )
149149 }
150+ pub ( crate ) fn expect_transact_status ( ) -> Weight {
151+ Weight :: from_ref_time ( 5_857_000 as u64 )
152+ }
150153 // Storage: ParachainInfo ParachainId (r:1 w:0)
151154 // Storage: PolkadotXcm SupportedVersion (r:1 w:0)
152155 // Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
You can’t perform that action at this time.
0 commit comments