Skip to content

Commit ee0a876

Browse files
authored
Companion for paritytech/polkadot#7098 (#2469)
* Companion for paritytech/polkadot#7098 * Fixes * Add missing benchmarked function * Fix typo * update lockfile for {"polkadot", "substrate"} --------- Co-authored-by: parity-processbot <>
1 parent 952dc6d commit ee0a876

7 files changed

Lines changed: 311 additions & 257 deletions

File tree

Cargo.lock

Lines changed: 257 additions & 257 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cumulus/parachains/runtimes/assets/statemine/src/weights/pallet_xcm.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,15 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
171171
.saturating_add(T::DbWeight::get().reads(6))
172172
.saturating_add(T::DbWeight::get().writes(4))
173173
}
174+
fn force_suspension() -> Weight {
175+
// Proof Size summary in bytes:
176+
// Measured: `0`
177+
// Estimated: `0`
178+
// Minimum execution time: 3_092_000 picoseconds.
179+
Weight::from_parts(3_217_000, 0)
180+
.saturating_add(Weight::from_parts(0, 0))
181+
.saturating_add(T::DbWeight::get().writes(1))
182+
}
174183
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
175184
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
176185
fn migrate_supported_version() -> Weight {

cumulus/parachains/runtimes/assets/statemint/src/weights/pallet_xcm.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,15 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
171171
.saturating_add(T::DbWeight::get().reads(6))
172172
.saturating_add(T::DbWeight::get().writes(4))
173173
}
174+
fn force_suspension() -> Weight {
175+
// Proof Size summary in bytes:
176+
// Measured: `0`
177+
// Estimated: `0`
178+
// Minimum execution time: 3_451_000 picoseconds.
179+
Weight::from_parts(3_580_000, 0)
180+
.saturating_add(Weight::from_parts(0, 0))
181+
.saturating_add(T::DbWeight::get().writes(1))
182+
}
174183
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
175184
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
176185
fn migrate_supported_version() -> Weight {

system-parachains/bridge-hubs/bridge-hub-kusama/src/weights/pallet_xcm.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,15 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
170170
.saturating_add(T::DbWeight::get().reads(6))
171171
.saturating_add(T::DbWeight::get().writes(4))
172172
}
173+
fn force_suspension() -> Weight {
174+
// Proof Size summary in bytes:
175+
// Measured: `0`
176+
// Estimated: `0`
177+
// Minimum execution time: 3_073_000 picoseconds.
178+
Weight::from_parts(3_178_000, 0)
179+
.saturating_add(Weight::from_parts(0, 0))
180+
.saturating_add(T::DbWeight::get().writes(1))
181+
}
173182
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
174183
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
175184
fn migrate_supported_version() -> Weight {

system-parachains/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_xcm.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,15 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
170170
.saturating_add(T::DbWeight::get().reads(6))
171171
.saturating_add(T::DbWeight::get().writes(4))
172172
}
173+
fn force_suspension() -> Weight {
174+
// Proof Size summary in bytes:
175+
// Measured: `0`
176+
// Estimated: `0`
177+
// Minimum execution time: 2_994_000 picoseconds.
178+
Weight::from_parts(3_160_000, 0)
179+
.saturating_add(Weight::from_parts(0, 0))
180+
.saturating_add(T::DbWeight::get().writes(1))
181+
}
173182
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
174183
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
175184
fn migrate_supported_version() -> Weight {

system-parachains/bridge-hubs/bridge-hub-rococo/src/weights/pallet_xcm.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,15 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
170170
.saturating_add(T::DbWeight::get().reads(6))
171171
.saturating_add(T::DbWeight::get().writes(4))
172172
}
173+
fn force_suspension() -> Weight {
174+
// Proof Size summary in bytes:
175+
// Measured: `0`
176+
// Estimated: `0`
177+
// Minimum execution time: 3_218_000 picoseconds.
178+
Weight::from_parts(3_311_000, 0)
179+
.saturating_add(Weight::from_parts(0, 0))
180+
.saturating_add(T::DbWeight::get().writes(1))
181+
}
173182
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
174183
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
175184
fn migrate_supported_version() -> Weight {

system-parachains/collectives/collectives-polkadot/src/weights/pallet_xcm.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,15 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
170170
.saturating_add(T::DbWeight::get().reads(6))
171171
.saturating_add(T::DbWeight::get().writes(4))
172172
}
173+
fn force_suspension() -> Weight {
174+
// Proof Size summary in bytes:
175+
// Measured: `0`
176+
// Estimated: `0`
177+
// Minimum execution time: 2_994_000 picoseconds.
178+
Weight::from_parts(3_125_000, 0)
179+
.saturating_add(Weight::from_parts(0, 0))
180+
.saturating_add(T::DbWeight::get().writes(1))
181+
}
173182
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
174183
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
175184
fn migrate_supported_version() -> Weight {

0 commit comments

Comments
 (0)