mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 23:51:01 +00:00
e7651cf41b
# Motivation (+testing)
### Enable easy `ForeignAssets` transfers using `pallet-xcm`
We had just previously added capabilities to teleport fees during
reserve-based transfers, but what about reserve-transferring fees when
needing to teleport some non-fee asset?
This PR aligns everything under either explicit reserve-transfer,
explicit teleport, or this new flexible `transfer_assets()` which can
mix and match as needed with fewer artificial constraints imposed to the
user.
This will enable, for example, a (non-system) parachain to teleport
their `ForeignAssets` assets to AssetHub while using DOT to pay fees.
(the assets are teleported - as foreign assets should from their owner
chain - while DOT used for fees can only be reserve-based transferred
between said parachain and AssetHub).
Added `xcm-emulator` tests for this scenario ^.
# Description
Reverts `(limited_)reserve_transfer_assets` to only allow reserve-based
transfers for all `assets` including fees.
Similarly `(limited_)teleport_assets` only allows teleports for all
`assets` including fees.
For complex combinations of asset transfers where assets and fees may
have different reserves or different reserve/teleport trust
configurations, users can use the newly added `transfer_assets()`
extrinsic which is more flexible in allowing more complex scenarios.
`assets` (excluding `fees`) must have same reserve location or otherwise
be teleportable to `dest`.
No limitations imposed on `fees`.
- for local reserve: transfer assets to sovereign account of destination
chain and forward a notification XCM to `dest` to mint and deposit
reserve-based assets to `beneficiary`.
- for destination reserve: burn local assets and forward a notification
to `dest` chain to withdraw the reserve assets from this chain's
sovereign account and deposit them to `beneficiary`.
- for remote reserve: burn local assets, forward XCM to reserve chain to
move reserves from this chain's SA to `dest` chain's SA, and forward
another XCM to `dest` to mint and deposit reserve-based assets to
`beneficiary`.
- for teleports: burn local assets and forward XCM to `dest` chain to
mint/teleport assets and deposit them to `beneficiary`.
## Review notes
Only around 500 lines are prod code (see `pallet_xcm/src/lib.rs`), the
rest of the PR is new tests and improving existing tests.
---------
Co-authored-by: command-bot <>
365 lines
19 KiB
Rust
365 lines
19 KiB
Rust
// Copyright (C) Parity Technologies (UK) Ltd.
|
|
// This file is part of Cumulus.
|
|
|
|
// Cumulus is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
|
|
// Cumulus is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Cumulus. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
//! Autogenerated weights for `pallet_xcm`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-12-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `runner-r43aesjn-project-674-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
|
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("bridge-hub-rococo-dev")`, DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// target/production/polkadot-parachain
|
|
// benchmark
|
|
// pallet
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --extrinsic=*
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --json-file=/builds/parity/mirrors/polkadot-sdk/.git/.artifacts/bench.json
|
|
// --pallet=pallet_xcm
|
|
// --chain=bridge-hub-rococo-dev
|
|
// --header=./cumulus/file_header.txt
|
|
// --output=./cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/
|
|
|
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
#![allow(missing_docs)]
|
|
|
|
use frame_support::{traits::Get, weights::Weight};
|
|
use core::marker::PhantomData;
|
|
|
|
/// Weight functions for `pallet_xcm`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
|
/// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
|
|
/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1)
|
|
/// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
fn send() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `38`
|
|
// Estimated: `3503`
|
|
// Minimum execution time: 23_683_000 picoseconds.
|
|
Weight::from_parts(24_199_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3503))
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `ParachainInfo::ParachainId` (r:1 w:0)
|
|
/// Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
|
|
/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
|
/// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1)
|
|
/// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
fn teleport_assets() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `70`
|
|
// Estimated: `3593`
|
|
// Minimum execution time: 89_524_000 picoseconds.
|
|
Weight::from_parts(91_401_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3593))
|
|
.saturating_add(T::DbWeight::get().reads(8))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
/// Storage: `Benchmark::Override` (r:0 w:0)
|
|
/// Proof: `Benchmark::Override` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn reserve_transfer_assets() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 18_446_744_073_709_551_000 picoseconds.
|
|
Weight::from_parts(18_446_744_073_709_551_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
}
|
|
/// Storage: `ParachainInfo::ParachainId` (r:1 w:0)
|
|
/// Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
|
|
/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
|
/// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1)
|
|
/// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
fn transfer_assets() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `70`
|
|
// Estimated: `3593`
|
|
// Minimum execution time: 91_890_000 picoseconds.
|
|
Weight::from_parts(93_460_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3593))
|
|
.saturating_add(T::DbWeight::get().reads(8))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
/// Storage: `Benchmark::Override` (r:0 w:0)
|
|
/// Proof: `Benchmark::Override` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn execute() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 18_446_744_073_709_551_000 picoseconds.
|
|
Weight::from_parts(18_446_744_073_709_551_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
}
|
|
/// Storage: `PolkadotXcm::SupportedVersion` (r:0 w:1)
|
|
/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn force_xcm_version() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 7_152_000 picoseconds.
|
|
Weight::from_parts(7_355_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `PolkadotXcm::SafeXcmVersion` (r:0 w:1)
|
|
/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
fn force_default_xcm_version() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 2_081_000 picoseconds.
|
|
Weight::from_parts(2_258_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `PolkadotXcm::VersionNotifiers` (r:1 w:1)
|
|
/// Proof: `PolkadotXcm::VersionNotifiers` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::QueryCounter` (r:1 w:1)
|
|
/// Proof: `PolkadotXcm::QueryCounter` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
|
|
/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1)
|
|
/// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::Queries` (r:0 w:1)
|
|
/// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn force_subscribe_version_notify() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `38`
|
|
// Estimated: `3503`
|
|
// Minimum execution time: 28_067_000 picoseconds.
|
|
Weight::from_parts(28_693_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3503))
|
|
.saturating_add(T::DbWeight::get().reads(8))
|
|
.saturating_add(T::DbWeight::get().writes(5))
|
|
}
|
|
/// Storage: `PolkadotXcm::VersionNotifiers` (r:1 w:1)
|
|
/// Proof: `PolkadotXcm::VersionNotifiers` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
|
|
/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1)
|
|
/// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::Queries` (r:0 w:1)
|
|
/// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn force_unsubscribe_version_notify() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `255`
|
|
// Estimated: `3720`
|
|
// Minimum execution time: 30_420_000 picoseconds.
|
|
Weight::from_parts(31_373_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3720))
|
|
.saturating_add(T::DbWeight::get().reads(7))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
}
|
|
/// Storage: `PolkadotXcm::XcmExecutionSuspended` (r:0 w:1)
|
|
/// Proof: `PolkadotXcm::XcmExecutionSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
fn force_suspension() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 2_087_000 picoseconds.
|
|
Weight::from_parts(2_243_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `PolkadotXcm::SupportedVersion` (r:4 w:2)
|
|
/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn migrate_supported_version() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `95`
|
|
// Estimated: `10985`
|
|
// Minimum execution time: 15_142_000 picoseconds.
|
|
Weight::from_parts(15_598_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 10985))
|
|
.saturating_add(T::DbWeight::get().reads(4))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `PolkadotXcm::VersionNotifiers` (r:4 w:2)
|
|
/// Proof: `PolkadotXcm::VersionNotifiers` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn migrate_version_notifiers() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `99`
|
|
// Estimated: `10989`
|
|
// Minimum execution time: 15_041_000 picoseconds.
|
|
Weight::from_parts(15_493_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 10989))
|
|
.saturating_add(T::DbWeight::get().reads(4))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `PolkadotXcm::VersionNotifyTargets` (r:5 w:0)
|
|
/// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn already_notified_target() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `106`
|
|
// Estimated: `13471`
|
|
// Minimum execution time: 16_624_000 picoseconds.
|
|
Weight::from_parts(17_031_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 13471))
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
}
|
|
/// Storage: `PolkadotXcm::VersionNotifyTargets` (r:2 w:1)
|
|
/// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
|
|
/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1)
|
|
/// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
fn notify_current_targets() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `106`
|
|
// Estimated: `6046`
|
|
// Minimum execution time: 26_398_000 picoseconds.
|
|
Weight::from_parts(26_847_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 6046))
|
|
.saturating_add(T::DbWeight::get().reads(8))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
/// Storage: `PolkadotXcm::VersionNotifyTargets` (r:3 w:0)
|
|
/// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn notify_target_migration_fail() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `136`
|
|
// Estimated: `8551`
|
|
// Minimum execution time: 8_741_000 picoseconds.
|
|
Weight::from_parts(8_954_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 8551))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
}
|
|
/// Storage: `PolkadotXcm::VersionNotifyTargets` (r:4 w:2)
|
|
/// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn migrate_version_notify_targets() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `106`
|
|
// Estimated: `10996`
|
|
// Minimum execution time: 15_306_000 picoseconds.
|
|
Weight::from_parts(15_760_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 10996))
|
|
.saturating_add(T::DbWeight::get().reads(4))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `PolkadotXcm::VersionNotifyTargets` (r:4 w:2)
|
|
/// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
|
|
/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
|
|
/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0)
|
|
/// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1)
|
|
/// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
fn migrate_and_notify_old_targets() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `112`
|
|
// Estimated: `11002`
|
|
// Minimum execution time: 33_127_000 picoseconds.
|
|
Weight::from_parts(33_938_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 11002))
|
|
.saturating_add(T::DbWeight::get().reads(10))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
}
|
|
/// Storage: `PolkadotXcm::QueryCounter` (r:1 w:1)
|
|
/// Proof: `PolkadotXcm::QueryCounter` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `PolkadotXcm::Queries` (r:0 w:1)
|
|
/// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn new_query() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `32`
|
|
// Estimated: `1517`
|
|
// Minimum execution time: 4_290_000 picoseconds.
|
|
Weight::from_parts(4_450_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 1517))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `PolkadotXcm::Queries` (r:1 w:1)
|
|
/// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn take_response() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `7669`
|
|
// Estimated: `11134`
|
|
// Minimum execution time: 26_408_000 picoseconds.
|
|
Weight::from_parts(26_900_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 11134))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
}
|