mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-03 00:37:23 +00:00
e02c5204b3
In https://github.com/paritytech/polkadot-sdk/pull/2941 we found out that the new Wasmi (register) is very effective at optimizing away certain benchmark bytecode constructs in a way that created an unfair advantage over Wasmi (stack) which yielded our former benchmarks to be ineffective at properly measuring the performance impact. This PR adjusts both affected benchmarks to fix the stated problems. Affected are - `instr_i64const` -> `instr_i64add`: Renamed since it now measures the performance impact of the Wasm `i64.add` instruction with locals as inputs and outputs. This makes it impossible for Wasmi (register) to aggressively optimize away the entire function body (as it previously did) but still provides a way for Wasmi (register) to shine with its register based execution model. - `call_with_code_per_byte`: Now uses `local.get` instead of `i32.const` for the `if` condition which prevents Wasmi (register) to aggressively optimizing away whole parts of the `if` creating an unfair advantage. cc @athei --------- Co-authored-by: command-bot <> Co-authored-by: Alexander Theißen <alex.theissen@me.com> Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com>
3927 lines
228 KiB
Rust
Generated
3927 lines
228 KiB
Rust
Generated
// This file is part of Substrate.
|
|
|
|
// Copyright (C) Parity Technologies (UK) Ltd.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
//! Autogenerated weights for `pallet_contracts`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2024-01-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `runner-j8vvqcjr-project-674-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
|
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
|
|
|
|
// Executed Command:
|
|
// target/production/substrate-node
|
|
// 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_contracts
|
|
// --chain=dev
|
|
// --header=./substrate/HEADER-APACHE2
|
|
// --output=./substrate/frame/contracts/src/weights.rs
|
|
// --template=./substrate/.maintain/frame-weight-template.hbs
|
|
|
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
#![allow(missing_docs)]
|
|
|
|
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
|
use core::marker::PhantomData;
|
|
|
|
/// Weight functions needed for `pallet_contracts`.
|
|
pub trait WeightInfo {
|
|
fn on_process_deletion_queue_batch() -> Weight;
|
|
fn on_initialize_per_trie_key(k: u32, ) -> Weight;
|
|
fn v9_migration_step(c: u32, ) -> Weight;
|
|
fn v10_migration_step() -> Weight;
|
|
fn v11_migration_step(k: u32, ) -> Weight;
|
|
fn v12_migration_step(c: u32, ) -> Weight;
|
|
fn v13_migration_step() -> Weight;
|
|
fn v14_migration_step() -> Weight;
|
|
fn v15_migration_step() -> Weight;
|
|
fn migration_noop() -> Weight;
|
|
fn migrate() -> Weight;
|
|
fn on_runtime_upgrade_noop() -> Weight;
|
|
fn on_runtime_upgrade_in_progress() -> Weight;
|
|
fn on_runtime_upgrade() -> Weight;
|
|
fn call_with_code_per_byte(c: u32, ) -> Weight;
|
|
fn instantiate_with_code(c: u32, i: u32, s: u32, ) -> Weight;
|
|
fn instantiate(i: u32, s: u32, ) -> Weight;
|
|
fn call() -> Weight;
|
|
fn upload_code(c: u32, ) -> Weight;
|
|
fn remove_code() -> Weight;
|
|
fn set_code() -> Weight;
|
|
fn seal_caller(r: u32, ) -> Weight;
|
|
fn seal_is_contract(r: u32, ) -> Weight;
|
|
fn seal_code_hash(r: u32, ) -> Weight;
|
|
fn seal_own_code_hash(r: u32, ) -> Weight;
|
|
fn seal_caller_is_origin(r: u32, ) -> Weight;
|
|
fn seal_caller_is_root(r: u32, ) -> Weight;
|
|
fn seal_address(r: u32, ) -> Weight;
|
|
fn seal_gas_left(r: u32, ) -> Weight;
|
|
fn seal_balance(r: u32, ) -> Weight;
|
|
fn seal_value_transferred(r: u32, ) -> Weight;
|
|
fn seal_minimum_balance(r: u32, ) -> Weight;
|
|
fn seal_block_number(r: u32, ) -> Weight;
|
|
fn seal_now(r: u32, ) -> Weight;
|
|
fn seal_weight_to_fee(r: u32, ) -> Weight;
|
|
fn seal_input(r: u32, ) -> Weight;
|
|
fn seal_input_per_byte(n: u32, ) -> Weight;
|
|
fn seal_return(r: u32, ) -> Weight;
|
|
fn seal_return_per_byte(n: u32, ) -> Weight;
|
|
fn seal_terminate(r: u32, ) -> Weight;
|
|
fn seal_random(r: u32, ) -> Weight;
|
|
fn seal_deposit_event(r: u32, ) -> Weight;
|
|
fn seal_deposit_event_per_topic_and_byte(t: u32, n: u32, ) -> Weight;
|
|
fn seal_debug_message(r: u32, ) -> Weight;
|
|
fn seal_debug_message_per_byte(i: u32, ) -> Weight;
|
|
fn seal_set_storage(r: u32, ) -> Weight;
|
|
fn seal_set_storage_per_new_byte(n: u32, ) -> Weight;
|
|
fn seal_set_storage_per_old_byte(n: u32, ) -> Weight;
|
|
fn seal_clear_storage(r: u32, ) -> Weight;
|
|
fn seal_clear_storage_per_byte(n: u32, ) -> Weight;
|
|
fn seal_get_storage(r: u32, ) -> Weight;
|
|
fn seal_get_storage_per_byte(n: u32, ) -> Weight;
|
|
fn seal_contains_storage(r: u32, ) -> Weight;
|
|
fn seal_contains_storage_per_byte(n: u32, ) -> Weight;
|
|
fn seal_take_storage(r: u32, ) -> Weight;
|
|
fn seal_take_storage_per_byte(n: u32, ) -> Weight;
|
|
fn seal_transfer(r: u32, ) -> Weight;
|
|
fn seal_call(r: u32, ) -> Weight;
|
|
fn seal_delegate_call(r: u32, ) -> Weight;
|
|
fn seal_call_per_transfer_clone_byte(t: u32, c: u32, ) -> Weight;
|
|
fn seal_instantiate(r: u32, ) -> Weight;
|
|
fn seal_instantiate_per_transfer_input_salt_byte(t: u32, i: u32, s: u32, ) -> Weight;
|
|
fn seal_hash_sha2_256(r: u32, ) -> Weight;
|
|
fn seal_hash_sha2_256_per_byte(n: u32, ) -> Weight;
|
|
fn seal_hash_keccak_256(r: u32, ) -> Weight;
|
|
fn seal_hash_keccak_256_per_byte(n: u32, ) -> Weight;
|
|
fn seal_hash_blake2_256(r: u32, ) -> Weight;
|
|
fn seal_hash_blake2_256_per_byte(n: u32, ) -> Weight;
|
|
fn seal_hash_blake2_128(r: u32, ) -> Weight;
|
|
fn seal_hash_blake2_128_per_byte(n: u32, ) -> Weight;
|
|
fn seal_sr25519_verify_per_byte(n: u32, ) -> Weight;
|
|
fn seal_sr25519_verify(r: u32, ) -> Weight;
|
|
fn seal_ecdsa_recover(r: u32, ) -> Weight;
|
|
fn seal_ecdsa_to_eth_address(r: u32, ) -> Weight;
|
|
fn seal_set_code_hash(r: u32, ) -> Weight;
|
|
fn add_delegate_dependency(r: u32, ) -> Weight;
|
|
fn remove_delegate_dependency(r: u32, ) -> Weight;
|
|
fn seal_reentrance_count(r: u32, ) -> Weight;
|
|
fn seal_account_reentrance_count(r: u32, ) -> Weight;
|
|
fn seal_instantiation_nonce(r: u32, ) -> Weight;
|
|
fn instr_i64_load_store(r: u32, ) -> Weight;
|
|
}
|
|
|
|
/// Weights for `pallet_contracts` using the Substrate node and recommended hardware.
|
|
pub struct SubstrateWeight<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
/// Storage: `Contracts::DeletionQueueCounter` (r:1 w:0)
|
|
/// Proof: `Contracts::DeletionQueueCounter` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
fn on_process_deletion_queue_batch() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `142`
|
|
// Estimated: `1627`
|
|
// Minimum execution time: 1_997_000 picoseconds.
|
|
Weight::from_parts(2_130_000, 1627)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `k` is `[0, 1024]`.
|
|
fn on_initialize_per_trie_key(k: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `452 + k * (69 ±0)`
|
|
// Estimated: `442 + k * (70 ±0)`
|
|
// Minimum execution time: 12_276_000 picoseconds.
|
|
Weight::from_parts(1_593_881, 442)
|
|
// Standard Error: 1_135
|
|
.saturating_add(Weight::from_parts(1_109_302, 0).saturating_mul(k.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into())))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into())))
|
|
.saturating_add(Weight::from_parts(0, 70).saturating_mul(k.into()))
|
|
}
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc553022fca90611ba8b7942f8bdb3b97f6580` (r:2 w:1)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc553022fca90611ba8b7942f8bdb3b97f6580` (r:2 w:1)
|
|
/// The range of component `c` is `[0, 125952]`.
|
|
fn v9_migration_step(c: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `211 + c * (1 ±0)`
|
|
// Estimated: `6149 + c * (1 ±0)`
|
|
// Minimum execution time: 8_176_000 picoseconds.
|
|
Weight::from_parts(8_555_388, 6149)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_184, 0).saturating_mul(c.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into()))
|
|
}
|
|
/// Storage: `Contracts::ContractInfoOf` (r:2 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
fn v10_migration_step() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `510`
|
|
// Estimated: `6450`
|
|
// Minimum execution time: 16_270_000 picoseconds.
|
|
Weight::from_parts(16_779_000, 6450)
|
|
.saturating_add(T::DbWeight::get().reads(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `Contracts::DeletionQueue` (r:1 w:1025)
|
|
/// Proof: `Contracts::DeletionQueue` (`max_values`: None, `max_size`: Some(142), added: 2617, mode: `Measured`)
|
|
/// Storage: `Contracts::DeletionQueueCounter` (r:0 w:1)
|
|
/// Proof: `Contracts::DeletionQueueCounter` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// The range of component `k` is `[0, 1024]`.
|
|
fn v11_migration_step(k: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `171 + k * (1 ±0)`
|
|
// Estimated: `3635 + k * (1 ±0)`
|
|
// Minimum execution time: 3_572_000 picoseconds.
|
|
Weight::from_parts(1_950_905, 3635)
|
|
// Standard Error: 1_597
|
|
.saturating_add(Weight::from_parts(1_123_190, 0).saturating_mul(k.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into())))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(k.into()))
|
|
}
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc553053f13fd319a03c211337c76e0fe776df` (r:2 w:0)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc553053f13fd319a03c211337c76e0fe776df` (r:2 w:0)
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc553022fca90611ba8b7942f8bdb3b97f6580` (r:1 w:1)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc553022fca90611ba8b7942f8bdb3b97f6580` (r:1 w:1)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:0 w:1)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// The range of component `c` is `[0, 125952]`.
|
|
fn v12_migration_step(c: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `325 + c * (1 ±0)`
|
|
// Estimated: `6263 + c * (1 ±0)`
|
|
// Minimum execution time: 16_873_000 picoseconds.
|
|
Weight::from_parts(16_790_402, 6263)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(396, 0).saturating_mul(c.into()))
|
|
.saturating_add(T::DbWeight::get().reads(4_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into()))
|
|
}
|
|
/// Storage: `Contracts::ContractInfoOf` (r:2 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
fn v13_migration_step() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `440`
|
|
// Estimated: `6380`
|
|
// Minimum execution time: 11_904_000 picoseconds.
|
|
Weight::from_parts(12_785_000, 6380)
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `Contracts::CodeInfoOf` (r:2 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:1 w:0)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
fn v14_migration_step() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `352`
|
|
// Estimated: `6292`
|
|
// Minimum execution time: 44_920_000 picoseconds.
|
|
Weight::from_parts(46_163_000, 6292)
|
|
.saturating_add(T::DbWeight::get().reads(4_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `Contracts::ContractInfoOf` (r:2 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:2 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
fn v15_migration_step() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `594`
|
|
// Estimated: `6534`
|
|
// Minimum execution time: 53_864_000 picoseconds.
|
|
Weight::from_parts(55_139_000, 6534)
|
|
.saturating_add(T::DbWeight::get().reads(4_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:1)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
fn migration_noop() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `142`
|
|
// Estimated: `1627`
|
|
// Minimum execution time: 2_375_000 picoseconds.
|
|
Weight::from_parts(2_487_000, 1627)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:1)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:1)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:1)
|
|
fn migrate() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `166`
|
|
// Estimated: `3631`
|
|
// Minimum execution time: 11_580_000 picoseconds.
|
|
Weight::from_parts(11_980_000, 3631)
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0)
|
|
fn on_runtime_upgrade_noop() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `142`
|
|
// Estimated: `3607`
|
|
// Minimum execution time: 4_557_000 picoseconds.
|
|
Weight::from_parts(4_807_000, 3607)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
}
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0)
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
fn on_runtime_upgrade_in_progress() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `167`
|
|
// Estimated: `3632`
|
|
// Minimum execution time: 6_253_000 picoseconds.
|
|
Weight::from_parts(6_479_000, 3632)
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
}
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0)
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:1)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
fn on_runtime_upgrade() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `142`
|
|
// Estimated: `3607`
|
|
// Minimum execution time: 6_166_000 picoseconds.
|
|
Weight::from_parts(6_545_000, 3607)
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `c` is `[0, 125952]`.
|
|
fn call_with_code_per_byte(c: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `801 + c * (1 ±0)`
|
|
// Estimated: `6739 + c * (1 ±0)`
|
|
// Minimum execution time: 282_232_000 picoseconds.
|
|
Weight::from_parts(266_148_573, 6739)
|
|
// Standard Error: 69
|
|
.saturating_add(Weight::from_parts(34_592, 0).saturating_mul(c.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(4_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:2 w:2)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:3 w:3)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Contracts::Nonce` (r:1 w:1)
|
|
/// Proof: `Contracts::Nonce` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:0 w:1)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// The range of component `c` is `[0, 125952]`.
|
|
/// The range of component `i` is `[0, 1048576]`.
|
|
/// The range of component `s` is `[0, 1048576]`.
|
|
fn instantiate_with_code(c: u32, i: u32, s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `323`
|
|
// Estimated: `8737`
|
|
// Minimum execution time: 3_760_879_000 picoseconds.
|
|
Weight::from_parts(794_812_431, 8737)
|
|
// Standard Error: 149
|
|
.saturating_add(Weight::from_parts(101_881, 0).saturating_mul(c.into()))
|
|
// Standard Error: 18
|
|
.saturating_add(Weight::from_parts(1_404, 0).saturating_mul(i.into()))
|
|
// Standard Error: 18
|
|
.saturating_add(Weight::from_parts(1_544, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(11_u64))
|
|
.saturating_add(T::DbWeight::get().writes(10_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Contracts::Nonce` (r:1 w:1)
|
|
/// Proof: `Contracts::Nonce` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// The range of component `i` is `[0, 1048576]`.
|
|
/// The range of component `s` is `[0, 1048576]`.
|
|
fn instantiate(i: u32, s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `560`
|
|
// Estimated: `6504`
|
|
// Minimum execution time: 1_953_162_000 picoseconds.
|
|
Weight::from_parts(374_252_840, 6504)
|
|
// Standard Error: 7
|
|
.saturating_add(Weight::from_parts(1_630, 0).saturating_mul(i.into()))
|
|
// Standard Error: 7
|
|
.saturating_add(Weight::from_parts(1_650, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(10_u64))
|
|
.saturating_add(T::DbWeight::get().writes(7_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn call() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `826`
|
|
// Estimated: `6766`
|
|
// Minimum execution time: 187_899_000 picoseconds.
|
|
Weight::from_parts(195_510_000, 6766)
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(4_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:1 w:1)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:0 w:1)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// The range of component `c` is `[0, 125952]`.
|
|
fn upload_code(c: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `142`
|
|
// Estimated: `3607`
|
|
// Minimum execution time: 254_800_000 picoseconds.
|
|
Weight::from_parts(285_603_050, 3607)
|
|
// Standard Error: 62
|
|
.saturating_add(Weight::from_parts(66_212, 0).saturating_mul(c.into()))
|
|
.saturating_add(T::DbWeight::get().reads(4_u64))
|
|
.saturating_add(T::DbWeight::get().writes(4_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:1 w:1)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:0 w:1)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
fn remove_code() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `315`
|
|
// Estimated: `3780`
|
|
// Minimum execution time: 43_553_000 picoseconds.
|
|
Weight::from_parts(45_036_000, 3780)
|
|
.saturating_add(T::DbWeight::get().reads(4_u64))
|
|
.saturating_add(T::DbWeight::get().writes(4_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:2 w:2)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:3 w:3)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn set_code() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `552`
|
|
// Estimated: `8967`
|
|
// Minimum execution time: 33_223_000 picoseconds.
|
|
Weight::from_parts(34_385_000, 8967)
|
|
.saturating_add(T::DbWeight::get().reads(7_u64))
|
|
.saturating_add(T::DbWeight::get().writes(6_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_caller(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `866 + r * (6 ±0)`
|
|
// Estimated: `6806 + r * (6 ±0)`
|
|
// Minimum execution time: 254_213_000 picoseconds.
|
|
Weight::from_parts(273_464_980, 6806)
|
|
// Standard Error: 1_362
|
|
.saturating_add(Weight::from_parts(322_619, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1601 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_is_contract(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `922 + r * (209 ±0)`
|
|
// Estimated: `6826 + r * (2684 ±0)`
|
|
// Minimum execution time: 250_273_000 picoseconds.
|
|
Weight::from_parts(122_072_782, 6826)
|
|
// Standard Error: 5_629
|
|
.saturating_add(Weight::from_parts(3_490_256, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 2684).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1601 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_code_hash(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `921 + r * (213 ±0)`
|
|
// Estimated: `6830 + r * (2688 ±0)`
|
|
// Minimum execution time: 255_187_000 picoseconds.
|
|
Weight::from_parts(118_082_505, 6830)
|
|
// Standard Error: 6_302
|
|
.saturating_add(Weight::from_parts(4_246_968, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 2688).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_own_code_hash(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `873 + r * (6 ±0)`
|
|
// Estimated: `6815 + r * (6 ±0)`
|
|
// Minimum execution time: 256_833_000 picoseconds.
|
|
Weight::from_parts(273_330_216, 6815)
|
|
// Standard Error: 881
|
|
.saturating_add(Weight::from_parts(400_105, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_caller_is_origin(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `863 + r * (3 ±0)`
|
|
// Estimated: `6804 + r * (3 ±0)`
|
|
// Minimum execution time: 244_193_000 picoseconds.
|
|
Weight::from_parts(271_221_908, 6804)
|
|
// Standard Error: 442
|
|
.saturating_add(Weight::from_parts(176_480, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_caller_is_root(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `753 + r * (3 ±0)`
|
|
// Estimated: `6693 + r * (3 ±0)`
|
|
// Minimum execution time: 232_603_000 picoseconds.
|
|
Weight::from_parts(260_577_368, 6693)
|
|
// Standard Error: 365
|
|
.saturating_add(Weight::from_parts(158_126, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(7_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_address(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `867 + r * (6 ±0)`
|
|
// Estimated: `6807 + r * (6 ±0)`
|
|
// Minimum execution time: 247_564_000 picoseconds.
|
|
Weight::from_parts(275_108_914, 6807)
|
|
// Standard Error: 505
|
|
.saturating_add(Weight::from_parts(315_065, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_gas_left(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `863 + r * (6 ±0)`
|
|
// Estimated: `6806 + r * (6 ±0)`
|
|
// Minimum execution time: 258_799_000 picoseconds.
|
|
Weight::from_parts(274_338_256, 6806)
|
|
// Standard Error: 632
|
|
.saturating_add(Weight::from_parts(355_032, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:2 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_balance(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1007 + r * (6 ±0)`
|
|
// Estimated: `6931 + r * (6 ±0)`
|
|
// Minimum execution time: 253_335_000 picoseconds.
|
|
Weight::from_parts(273_013_859, 6931)
|
|
// Standard Error: 2_007
|
|
.saturating_add(Weight::from_parts(1_540_735, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(9_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_value_transferred(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `877 + r * (6 ±0)`
|
|
// Estimated: `6823 + r * (6 ±0)`
|
|
// Minimum execution time: 252_325_000 picoseconds.
|
|
Weight::from_parts(274_733_944, 6823)
|
|
// Standard Error: 603
|
|
.saturating_add(Weight::from_parts(314_467, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_minimum_balance(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `875 + r * (6 ±0)`
|
|
// Estimated: `6816 + r * (6 ±0)`
|
|
// Minimum execution time: 250_698_000 picoseconds.
|
|
Weight::from_parts(271_707_578, 6816)
|
|
// Standard Error: 952
|
|
.saturating_add(Weight::from_parts(318_412, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_block_number(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `872 + r * (6 ±0)`
|
|
// Estimated: `6819 + r * (6 ±0)`
|
|
// Minimum execution time: 251_854_000 picoseconds.
|
|
Weight::from_parts(272_002_212, 6819)
|
|
// Standard Error: 622
|
|
.saturating_add(Weight::from_parts(313_353, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_now(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `863 + r * (6 ±0)`
|
|
// Estimated: `6804 + r * (6 ±0)`
|
|
// Minimum execution time: 252_010_000 picoseconds.
|
|
Weight::from_parts(270_387_000, 6804)
|
|
// Standard Error: 659
|
|
.saturating_add(Weight::from_parts(325_856, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `TransactionPayment::NextFeeMultiplier` (r:1 w:0)
|
|
/// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_weight_to_fee(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `937 + r * (14 ±0)`
|
|
// Estimated: `6872 + r * (14 ±0)`
|
|
// Minimum execution time: 247_933_000 picoseconds.
|
|
Weight::from_parts(281_550_162, 6872)
|
|
// Standard Error: 660
|
|
.saturating_add(Weight::from_parts(1_090_869, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(9_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 14).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_input(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `865 + r * (6 ±0)`
|
|
// Estimated: `6807 + r * (6 ±0)`
|
|
// Minimum execution time: 251_158_000 picoseconds.
|
|
Weight::from_parts(274_623_152, 6807)
|
|
// Standard Error: 491
|
|
.saturating_add(Weight::from_parts(263_916, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 1048576]`.
|
|
fn seal_input_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `869`
|
|
// Estimated: `6809`
|
|
// Minimum execution time: 263_205_000 picoseconds.
|
|
Weight::from_parts(216_792_893, 6809)
|
|
// Standard Error: 23
|
|
.saturating_add(Weight::from_parts(989, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1]`.
|
|
fn seal_return(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `853 + r * (45 ±0)`
|
|
// Estimated: `6793 + r * (45 ±0)`
|
|
// Minimum execution time: 239_663_000 picoseconds.
|
|
Weight::from_parts(266_124_565, 6793)
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 45).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 1048576]`.
|
|
fn seal_return_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `863`
|
|
// Estimated: `6810`
|
|
// Minimum execution time: 241_763_000 picoseconds.
|
|
Weight::from_parts(266_535_552, 6810)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(320, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:3 w:3)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:2 w:2)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `Contracts::DeletionQueueCounter` (r:1 w:1)
|
|
/// Proof: `Contracts::DeletionQueueCounter` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:4 w:4)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// Storage: `Contracts::DeletionQueue` (r:0 w:1)
|
|
/// Proof: `Contracts::DeletionQueue` (`max_values`: None, `max_size`: Some(142), added: 2617, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1]`.
|
|
fn seal_terminate(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `2972 + r * (316 ±0)`
|
|
// Estimated: `8912 + r * (5266 ±0)`
|
|
// Minimum execution time: 265_888_000 picoseconds.
|
|
Weight::from_parts(291_232_232, 8912)
|
|
// Standard Error: 845_475
|
|
.saturating_add(Weight::from_parts(104_398_867, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes((10_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 5266).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `RandomnessCollectiveFlip::RandomMaterial` (r:1 w:0)
|
|
/// Proof: `RandomnessCollectiveFlip::RandomMaterial` (`max_values`: Some(1), `max_size`: Some(2594), added: 3089, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_random(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `944 + r * (10 ±0)`
|
|
// Estimated: `6885 + r * (10 ±0)`
|
|
// Minimum execution time: 248_500_000 picoseconds.
|
|
Weight::from_parts(282_353_053, 6885)
|
|
// Standard Error: 1_144
|
|
.saturating_add(Weight::from_parts(1_193_841, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(9_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 10).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_deposit_event(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `863 + r * (10 ±0)`
|
|
// Estimated: `6805 + r * (10 ±0)`
|
|
// Minimum execution time: 248_130_000 picoseconds.
|
|
Weight::from_parts(279_583_178, 6805)
|
|
// Standard Error: 971
|
|
.saturating_add(Weight::from_parts(1_987_941, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 10).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:6 w:6)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `t` is `[0, 4]`.
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_deposit_event_per_topic_and_byte(t: u32, n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `880 + t * (32 ±0)`
|
|
// Estimated: `6825 + t * (2508 ±0)`
|
|
// Minimum execution time: 258_594_000 picoseconds.
|
|
Weight::from_parts(276_734_422, 6825)
|
|
// Standard Error: 102_093
|
|
.saturating_add(Weight::from_parts(2_559_383, 0).saturating_mul(t.into()))
|
|
// Standard Error: 28
|
|
.saturating_add(Weight::from_parts(501, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(t.into())))
|
|
.saturating_add(Weight::from_parts(0, 2508).saturating_mul(t.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_debug_message(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `862 + r * (7 ±0)`
|
|
// Estimated: `6807 + r * (7 ±0)`
|
|
// Minimum execution time: 154_564_000 picoseconds.
|
|
Weight::from_parts(168_931_365, 6807)
|
|
// Standard Error: 349
|
|
.saturating_add(Weight::from_parts(226_848, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 7).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `MaxEncodedLen`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `MaxEncodedLen`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `i` is `[0, 1048576]`.
|
|
fn seal_debug_message_per_byte(i: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `125813`
|
|
// Estimated: `131755`
|
|
// Minimum execution time: 394_382_000 picoseconds.
|
|
Weight::from_parts(376_780_500, 131755)
|
|
// Standard Error: 12
|
|
.saturating_add(Weight::from_parts(1_026, 0).saturating_mul(i.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_set_storage(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `924 + r * (292 ±0)`
|
|
// Estimated: `926 + r * (293 ±0)`
|
|
// Minimum execution time: 249_757_000 picoseconds.
|
|
Weight::from_parts(177_324_374, 926)
|
|
// Standard Error: 9_512
|
|
.saturating_add(Weight::from_parts(6_176_717, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 293).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_set_storage_per_new_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1447`
|
|
// Estimated: `1430`
|
|
// Minimum execution time: 267_564_000 picoseconds.
|
|
Weight::from_parts(328_701_080, 1430)
|
|
// Standard Error: 61
|
|
.saturating_add(Weight::from_parts(576, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(12_u64))
|
|
.saturating_add(T::DbWeight::get().writes(8_u64))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_set_storage_per_old_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1253 + n * (1 ±0)`
|
|
// Estimated: `1253 + n * (1 ±0)`
|
|
// Minimum execution time: 266_347_000 picoseconds.
|
|
Weight::from_parts(289_824_718, 1253)
|
|
// Standard Error: 34
|
|
.saturating_add(Weight::from_parts(184, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(9_u64))
|
|
.saturating_add(T::DbWeight::get().writes(4_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_clear_storage(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `921 + r * (288 ±0)`
|
|
// Estimated: `927 + r * (289 ±0)`
|
|
// Minimum execution time: 247_207_000 picoseconds.
|
|
Weight::from_parts(179_856_075, 927)
|
|
// Standard Error: 9_383
|
|
.saturating_add(Weight::from_parts(6_053_198, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 289).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_clear_storage_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1249 + n * (1 ±0)`
|
|
// Estimated: `1249 + n * (1 ±0)`
|
|
// Minimum execution time: 262_655_000 picoseconds.
|
|
Weight::from_parts(289_482_543, 1249)
|
|
// Standard Error: 35
|
|
.saturating_add(Weight::from_parts(92, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(9_u64))
|
|
.saturating_add(T::DbWeight::get().writes(4_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_get_storage(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `921 + r * (296 ±0)`
|
|
// Estimated: `923 + r * (297 ±0)`
|
|
// Minimum execution time: 247_414_000 picoseconds.
|
|
Weight::from_parts(203_317_182, 923)
|
|
// Standard Error: 7_191
|
|
.saturating_add(Weight::from_parts(4_925_154, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 297).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_get_storage_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1265 + n * (1 ±0)`
|
|
// Estimated: `1265 + n * (1 ±0)`
|
|
// Minimum execution time: 258_910_000 picoseconds.
|
|
Weight::from_parts(283_086_514, 1265)
|
|
// Standard Error: 39
|
|
.saturating_add(Weight::from_parts(980, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(9_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_contains_storage(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `932 + r * (288 ±0)`
|
|
// Estimated: `929 + r * (289 ±0)`
|
|
// Minimum execution time: 252_410_000 picoseconds.
|
|
Weight::from_parts(201_227_879, 929)
|
|
// Standard Error: 6_899
|
|
.saturating_add(Weight::from_parts(4_774_983, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 289).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_contains_storage_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1252 + n * (1 ±0)`
|
|
// Estimated: `1252 + n * (1 ±0)`
|
|
// Minimum execution time: 259_053_000 picoseconds.
|
|
Weight::from_parts(283_392_084, 1252)
|
|
// Standard Error: 41
|
|
.saturating_add(Weight::from_parts(213, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(9_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_take_storage(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `914 + r * (296 ±0)`
|
|
// Estimated: `919 + r * (297 ±0)`
|
|
// Minimum execution time: 251_371_000 picoseconds.
|
|
Weight::from_parts(177_119_717, 919)
|
|
// Standard Error: 9_421
|
|
.saturating_add(Weight::from_parts(6_226_005, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 297).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_take_storage_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1266 + n * (1 ±0)`
|
|
// Estimated: `1266 + n * (1 ±0)`
|
|
// Minimum execution time: 263_350_000 picoseconds.
|
|
Weight::from_parts(284_323_917, 1266)
|
|
// Standard Error: 31
|
|
.saturating_add(Weight::from_parts(921, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(9_u64))
|
|
.saturating_add(T::DbWeight::get().writes(4_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1602 w:1601)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_transfer(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1415 + r * (45 ±0)`
|
|
// Estimated: `7307 + r * (2520 ±0)`
|
|
// Minimum execution time: 248_701_000 picoseconds.
|
|
Weight::from_parts(17_811_969, 7307)
|
|
// Standard Error: 35_154
|
|
.saturating_add(Weight::from_parts(31_809_738, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(9_u64))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(4_u64))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 2520).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:801 w:801)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:2 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:2 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:803 w:803)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_call(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1260 + r * (245 ±0)`
|
|
// Estimated: `9440 + r * (2721 ±0)`
|
|
// Minimum execution time: 247_335_000 picoseconds.
|
|
Weight::from_parts(264_025_000, 9440)
|
|
// Standard Error: 121_299
|
|
.saturating_add(Weight::from_parts(234_770_827, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(11_u64))
|
|
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(4_u64))
|
|
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 2721).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:736 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:736 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:737 w:737)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_delegate_call(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0 + r * (576 ±0)`
|
|
// Estimated: `6812 + r * (2637 ±3)`
|
|
// Minimum execution time: 261_011_000 picoseconds.
|
|
Weight::from_parts(264_554_000, 6812)
|
|
// Standard Error: 104_415
|
|
.saturating_add(Weight::from_parts(231_627_084, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 2637).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:3 w:2)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:2 w:2)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:2 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:2 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:4 w:4)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `t` is `[0, 1]`.
|
|
/// The range of component `c` is `[0, 1048576]`.
|
|
fn seal_call_per_transfer_clone_byte(t: u32, c: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1307 + t * (277 ±0)`
|
|
// Estimated: `12197 + t * (5227 ±0)`
|
|
// Minimum execution time: 445_561_000 picoseconds.
|
|
Weight::from_parts(62_287_490, 12197)
|
|
// Standard Error: 11_797_697
|
|
.saturating_add(Weight::from_parts(357_530_529, 0).saturating_mul(t.into()))
|
|
// Standard Error: 17
|
|
.saturating_add(Weight::from_parts(970, 0).saturating_mul(c.into()))
|
|
.saturating_add(T::DbWeight::get().reads(13_u64))
|
|
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(t.into())))
|
|
.saturating_add(T::DbWeight::get().writes(6_u64))
|
|
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(t.into())))
|
|
.saturating_add(Weight::from_parts(0, 5227).saturating_mul(t.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:802 w:802)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:801 w:801)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:801 w:800)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:801 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `Contracts::Nonce` (r:1 w:1)
|
|
/// Proof: `Contracts::Nonce` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:803 w:803)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:800 w:800)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// The range of component `r` is `[1, 800]`.
|
|
fn seal_instantiate(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1278 + r * (255 ±0)`
|
|
// Estimated: `9620 + r * (2731 ±0)`
|
|
// Minimum execution time: 621_897_000 picoseconds.
|
|
Weight::from_parts(631_687_000, 9620)
|
|
// Standard Error: 215_241
|
|
.saturating_add(Weight::from_parts(350_527_831, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(11_u64))
|
|
.saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(7_u64))
|
|
.saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 2731).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:3 w:3)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:2 w:2)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:2 w:1)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:2 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `Contracts::Nonce` (r:1 w:1)
|
|
/// Proof: `Contracts::Nonce` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:4 w:4)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// The range of component `t` is `[0, 1]`.
|
|
/// The range of component `i` is `[0, 983040]`.
|
|
/// The range of component `s` is `[0, 983040]`.
|
|
fn seal_instantiate_per_transfer_input_salt_byte(t: u32, i: u32, s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1303 + t * (104 ±0)`
|
|
// Estimated: `12211 + t * (2549 ±1)`
|
|
// Minimum execution time: 2_181_184_000 picoseconds.
|
|
Weight::from_parts(1_194_190_111, 12211)
|
|
// Standard Error: 11_578_766
|
|
.saturating_add(Weight::from_parts(6_361_884, 0).saturating_mul(t.into()))
|
|
// Standard Error: 18
|
|
.saturating_add(Weight::from_parts(1_025, 0).saturating_mul(i.into()))
|
|
// Standard Error: 18
|
|
.saturating_add(Weight::from_parts(1_158, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(16_u64))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into())))
|
|
.saturating_add(T::DbWeight::get().writes(11_u64))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(t.into())))
|
|
.saturating_add(Weight::from_parts(0, 2549).saturating_mul(t.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_hash_sha2_256(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `862 + r * (8 ±0)`
|
|
// Estimated: `6801 + r * (8 ±0)`
|
|
// Minimum execution time: 241_609_000 picoseconds.
|
|
Weight::from_parts(268_716_874, 6801)
|
|
// Standard Error: 617
|
|
.saturating_add(Weight::from_parts(377_753, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 1048576]`.
|
|
fn seal_hash_sha2_256_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `870`
|
|
// Estimated: `6808`
|
|
// Minimum execution time: 261_296_000 picoseconds.
|
|
Weight::from_parts(255_531_654, 6808)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_081, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_hash_keccak_256(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `864 + r * (8 ±0)`
|
|
// Estimated: `6806 + r * (8 ±0)`
|
|
// Minimum execution time: 243_583_000 picoseconds.
|
|
Weight::from_parts(270_025_058, 6806)
|
|
// Standard Error: 560
|
|
.saturating_add(Weight::from_parts(767_519, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 1048576]`.
|
|
fn seal_hash_keccak_256_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `872`
|
|
// Estimated: `6814`
|
|
// Minimum execution time: 253_798_000 picoseconds.
|
|
Weight::from_parts(265_542_351, 6814)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(3_343, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_hash_blake2_256(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `864 + r * (8 ±0)`
|
|
// Estimated: `6808 + r * (8 ±0)`
|
|
// Minimum execution time: 247_332_000 picoseconds.
|
|
Weight::from_parts(269_183_656, 6808)
|
|
// Standard Error: 665
|
|
.saturating_add(Weight::from_parts(443_386, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 1048576]`.
|
|
fn seal_hash_blake2_256_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `872`
|
|
// Estimated: `6813`
|
|
// Minimum execution time: 250_855_000 picoseconds.
|
|
Weight::from_parts(258_752_975, 6813)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_202, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_hash_blake2_128(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `864 + r * (8 ±0)`
|
|
// Estimated: `6805 + r * (8 ±0)`
|
|
// Minimum execution time: 240_733_000 picoseconds.
|
|
Weight::from_parts(269_134_358, 6805)
|
|
// Standard Error: 512
|
|
.saturating_add(Weight::from_parts(440_043, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 1048576]`.
|
|
fn seal_hash_blake2_128_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `872`
|
|
// Estimated: `6811`
|
|
// Minimum execution time: 247_377_000 picoseconds.
|
|
Weight::from_parts(261_077_322, 6811)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_195, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 125697]`.
|
|
fn seal_sr25519_verify_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `997 + n * (1 ±0)`
|
|
// Estimated: `6934 + n * (1 ±0)`
|
|
// Minimum execution time: 307_337_000 picoseconds.
|
|
Weight::from_parts(326_710_473, 6934)
|
|
// Standard Error: 9
|
|
.saturating_add(Weight::from_parts(5_765, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 160]`.
|
|
fn seal_sr25519_verify(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `805 + r * (112 ±0)`
|
|
// Estimated: `6748 + r * (112 ±0)`
|
|
// Minimum execution time: 245_432_000 picoseconds.
|
|
Weight::from_parts(294_206_377, 6748)
|
|
// Standard Error: 7_229
|
|
.saturating_add(Weight::from_parts(41_480_485, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 112).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 160]`.
|
|
fn seal_ecdsa_recover(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `907 + r * (76 ±0)`
|
|
// Estimated: `6802 + r * (77 ±0)`
|
|
// Minimum execution time: 247_788_000 picoseconds.
|
|
Weight::from_parts(303_940_062, 6802)
|
|
// Standard Error: 10_671
|
|
.saturating_add(Weight::from_parts(45_730_772, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 77).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 160]`.
|
|
fn seal_ecdsa_to_eth_address(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `877 + r * (42 ±0)`
|
|
// Estimated: `6816 + r * (42 ±0)`
|
|
// Minimum execution time: 248_825_000 picoseconds.
|
|
Weight::from_parts(286_832_225, 6816)
|
|
// Standard Error: 5_274
|
|
.saturating_add(Weight::from_parts(11_889_262, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 42).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1536 w:1536)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1536 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:1538 w:1538)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_set_code_hash(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0 + r * (965 ±0)`
|
|
// Estimated: `6807 + r * (3090 ±7)`
|
|
// Minimum execution time: 244_982_000 picoseconds.
|
|
Weight::from_parts(265_297_000, 6807)
|
|
// Standard Error: 39_895
|
|
.saturating_add(Weight::from_parts(22_435_888, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 3090).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:33 w:32)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 32]`.
|
|
fn add_delegate_dependency(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `928 + r * (131 ±0)`
|
|
// Estimated: `6878 + r * (2606 ±0)`
|
|
// Minimum execution time: 246_455_000 picoseconds.
|
|
Weight::from_parts(275_334_919, 6878)
|
|
// Standard Error: 20_911
|
|
.saturating_add(Weight::from_parts(6_427_525, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 2606).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `MaxEncodedLen`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:33 w:32)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `MaxEncodedLen`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 32]`.
|
|
fn remove_delegate_dependency(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `969 + r * (183 ±0)`
|
|
// Estimated: `129453 + r * (2568 ±0)`
|
|
// Minimum execution time: 254_472_000 picoseconds.
|
|
Weight::from_parts(280_657_909, 129453)
|
|
// Standard Error: 20_131
|
|
.saturating_add(Weight::from_parts(5_644_006, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 2568).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_reentrance_count(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `858 + r * (3 ±0)`
|
|
// Estimated: `6804 + r * (3 ±0)`
|
|
// Minimum execution time: 250_535_000 picoseconds.
|
|
Weight::from_parts(270_318_376, 6804)
|
|
// Standard Error: 386
|
|
.saturating_add(Weight::from_parts(174_627, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_account_reentrance_count(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `2109 + r * (39 ±0)`
|
|
// Estimated: `7899 + r * (40 ±0)`
|
|
// Minimum execution time: 248_174_000 picoseconds.
|
|
Weight::from_parts(301_826_520, 7899)
|
|
// Standard Error: 801
|
|
.saturating_add(Weight::from_parts(248_479, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(8_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `Contracts::Nonce` (r:1 w:1)
|
|
/// Proof: `Contracts::Nonce` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_instantiation_nonce(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `861 + r * (3 ±0)`
|
|
// Estimated: `6801 + r * (3 ±0)`
|
|
// Minimum execution time: 246_540_000 picoseconds.
|
|
Weight::from_parts(268_913_509, 6801)
|
|
// Standard Error: 378
|
|
.saturating_add(Weight::from_parts(154_950, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(9_u64))
|
|
.saturating_add(T::DbWeight::get().writes(4_u64))
|
|
.saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into()))
|
|
}
|
|
/// The range of component `r` is `[0, 5000]`.
|
|
fn instr_i64_load_store(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 1_777_000 picoseconds.
|
|
Weight::from_parts(1_707_601, 0)
|
|
// Standard Error: 14
|
|
.saturating_add(Weight::from_parts(15_392, 0).saturating_mul(r.into()))
|
|
}
|
|
}
|
|
|
|
// For backwards compatibility and tests.
|
|
impl WeightInfo for () {
|
|
/// Storage: `Contracts::DeletionQueueCounter` (r:1 w:0)
|
|
/// Proof: `Contracts::DeletionQueueCounter` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
fn on_process_deletion_queue_batch() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `142`
|
|
// Estimated: `1627`
|
|
// Minimum execution time: 1_997_000 picoseconds.
|
|
Weight::from_parts(2_130_000, 1627)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `k` is `[0, 1024]`.
|
|
fn on_initialize_per_trie_key(k: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `452 + k * (69 ±0)`
|
|
// Estimated: `442 + k * (70 ±0)`
|
|
// Minimum execution time: 12_276_000 picoseconds.
|
|
Weight::from_parts(1_593_881, 442)
|
|
// Standard Error: 1_135
|
|
.saturating_add(Weight::from_parts(1_109_302, 0).saturating_mul(k.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(k.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(k.into())))
|
|
.saturating_add(Weight::from_parts(0, 70).saturating_mul(k.into()))
|
|
}
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc553022fca90611ba8b7942f8bdb3b97f6580` (r:2 w:1)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc553022fca90611ba8b7942f8bdb3b97f6580` (r:2 w:1)
|
|
/// The range of component `c` is `[0, 125952]`.
|
|
fn v9_migration_step(c: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `211 + c * (1 ±0)`
|
|
// Estimated: `6149 + c * (1 ±0)`
|
|
// Minimum execution time: 8_176_000 picoseconds.
|
|
Weight::from_parts(8_555_388, 6149)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_184, 0).saturating_mul(c.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into()))
|
|
}
|
|
/// Storage: `Contracts::ContractInfoOf` (r:2 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
fn v10_migration_step() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `510`
|
|
// Estimated: `6450`
|
|
// Minimum execution time: 16_270_000 picoseconds.
|
|
Weight::from_parts(16_779_000, 6450)
|
|
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `Contracts::DeletionQueue` (r:1 w:1025)
|
|
/// Proof: `Contracts::DeletionQueue` (`max_values`: None, `max_size`: Some(142), added: 2617, mode: `Measured`)
|
|
/// Storage: `Contracts::DeletionQueueCounter` (r:0 w:1)
|
|
/// Proof: `Contracts::DeletionQueueCounter` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// The range of component `k` is `[0, 1024]`.
|
|
fn v11_migration_step(k: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `171 + k * (1 ±0)`
|
|
// Estimated: `3635 + k * (1 ±0)`
|
|
// Minimum execution time: 3_572_000 picoseconds.
|
|
Weight::from_parts(1_950_905, 3635)
|
|
// Standard Error: 1_597
|
|
.saturating_add(Weight::from_parts(1_123_190, 0).saturating_mul(k.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(k.into())))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(k.into()))
|
|
}
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc553053f13fd319a03c211337c76e0fe776df` (r:2 w:0)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc553053f13fd319a03c211337c76e0fe776df` (r:2 w:0)
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc553022fca90611ba8b7942f8bdb3b97f6580` (r:1 w:1)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc553022fca90611ba8b7942f8bdb3b97f6580` (r:1 w:1)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:0 w:1)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// The range of component `c` is `[0, 125952]`.
|
|
fn v12_migration_step(c: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `325 + c * (1 ±0)`
|
|
// Estimated: `6263 + c * (1 ±0)`
|
|
// Minimum execution time: 16_873_000 picoseconds.
|
|
Weight::from_parts(16_790_402, 6263)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(396, 0).saturating_mul(c.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into()))
|
|
}
|
|
/// Storage: `Contracts::ContractInfoOf` (r:2 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
fn v13_migration_step() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `440`
|
|
// Estimated: `6380`
|
|
// Minimum execution time: 11_904_000 picoseconds.
|
|
Weight::from_parts(12_785_000, 6380)
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `Contracts::CodeInfoOf` (r:2 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:1 w:0)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
fn v14_migration_step() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `352`
|
|
// Estimated: `6292`
|
|
// Minimum execution time: 44_920_000 picoseconds.
|
|
Weight::from_parts(46_163_000, 6292)
|
|
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `Contracts::ContractInfoOf` (r:2 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:2 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
fn v15_migration_step() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `594`
|
|
// Estimated: `6534`
|
|
// Minimum execution time: 53_864_000 picoseconds.
|
|
Weight::from_parts(55_139_000, 6534)
|
|
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:1)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
fn migration_noop() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `142`
|
|
// Estimated: `1627`
|
|
// Minimum execution time: 2_375_000 picoseconds.
|
|
Weight::from_parts(2_487_000, 1627)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:1)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:1)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:1)
|
|
fn migrate() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `166`
|
|
// Estimated: `3631`
|
|
// Minimum execution time: 11_580_000 picoseconds.
|
|
Weight::from_parts(11_980_000, 3631)
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0)
|
|
fn on_runtime_upgrade_noop() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `142`
|
|
// Estimated: `3607`
|
|
// Minimum execution time: 4_557_000 picoseconds.
|
|
Weight::from_parts(4_807_000, 3607)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
}
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0)
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
fn on_runtime_upgrade_in_progress() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `167`
|
|
// Estimated: `3632`
|
|
// Minimum execution time: 6_253_000 picoseconds.
|
|
Weight::from_parts(6_479_000, 3632)
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
}
|
|
/// Storage: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0)
|
|
/// Proof: UNKNOWN KEY `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0)
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:1)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
fn on_runtime_upgrade() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `142`
|
|
// Estimated: `3607`
|
|
// Minimum execution time: 6_166_000 picoseconds.
|
|
Weight::from_parts(6_545_000, 3607)
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `c` is `[0, 125952]`.
|
|
fn call_with_code_per_byte(c: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `801 + c * (1 ±0)`
|
|
// Estimated: `6739 + c * (1 ±0)`
|
|
// Minimum execution time: 282_232_000 picoseconds.
|
|
Weight::from_parts(266_148_573, 6739)
|
|
// Standard Error: 69
|
|
.saturating_add(Weight::from_parts(34_592, 0).saturating_mul(c.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:2 w:2)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:3 w:3)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Contracts::Nonce` (r:1 w:1)
|
|
/// Proof: `Contracts::Nonce` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:0 w:1)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// The range of component `c` is `[0, 125952]`.
|
|
/// The range of component `i` is `[0, 1048576]`.
|
|
/// The range of component `s` is `[0, 1048576]`.
|
|
fn instantiate_with_code(c: u32, i: u32, s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `323`
|
|
// Estimated: `8737`
|
|
// Minimum execution time: 3_760_879_000 picoseconds.
|
|
Weight::from_parts(794_812_431, 8737)
|
|
// Standard Error: 149
|
|
.saturating_add(Weight::from_parts(101_881, 0).saturating_mul(c.into()))
|
|
// Standard Error: 18
|
|
.saturating_add(Weight::from_parts(1_404, 0).saturating_mul(i.into()))
|
|
// Standard Error: 18
|
|
.saturating_add(Weight::from_parts(1_544, 0).saturating_mul(s.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(11_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(10_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Contracts::Nonce` (r:1 w:1)
|
|
/// Proof: `Contracts::Nonce` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// The range of component `i` is `[0, 1048576]`.
|
|
/// The range of component `s` is `[0, 1048576]`.
|
|
fn instantiate(i: u32, s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `560`
|
|
// Estimated: `6504`
|
|
// Minimum execution time: 1_953_162_000 picoseconds.
|
|
Weight::from_parts(374_252_840, 6504)
|
|
// Standard Error: 7
|
|
.saturating_add(Weight::from_parts(1_630, 0).saturating_mul(i.into()))
|
|
// Standard Error: 7
|
|
.saturating_add(Weight::from_parts(1_650, 0).saturating_mul(s.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(10_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(7_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn call() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `826`
|
|
// Estimated: `6766`
|
|
// Minimum execution time: 187_899_000 picoseconds.
|
|
Weight::from_parts(195_510_000, 6766)
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:1 w:1)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:0 w:1)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// The range of component `c` is `[0, 125952]`.
|
|
fn upload_code(c: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `142`
|
|
// Estimated: `3607`
|
|
// Minimum execution time: 254_800_000 picoseconds.
|
|
Weight::from_parts(285_603_050, 3607)
|
|
// Standard Error: 62
|
|
.saturating_add(Weight::from_parts(66_212, 0).saturating_mul(c.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:1 w:1)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:0 w:1)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
fn remove_code() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `315`
|
|
// Estimated: `3780`
|
|
// Minimum execution time: 43_553_000 picoseconds.
|
|
Weight::from_parts(45_036_000, 3780)
|
|
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:2 w:2)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:3 w:3)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn set_code() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `552`
|
|
// Estimated: `8967`
|
|
// Minimum execution time: 33_223_000 picoseconds.
|
|
Weight::from_parts(34_385_000, 8967)
|
|
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_caller(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `866 + r * (6 ±0)`
|
|
// Estimated: `6806 + r * (6 ±0)`
|
|
// Minimum execution time: 254_213_000 picoseconds.
|
|
Weight::from_parts(273_464_980, 6806)
|
|
// Standard Error: 1_362
|
|
.saturating_add(Weight::from_parts(322_619, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1601 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_is_contract(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `922 + r * (209 ±0)`
|
|
// Estimated: `6826 + r * (2684 ±0)`
|
|
// Minimum execution time: 250_273_000 picoseconds.
|
|
Weight::from_parts(122_072_782, 6826)
|
|
// Standard Error: 5_629
|
|
.saturating_add(Weight::from_parts(3_490_256, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 2684).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1601 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_code_hash(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `921 + r * (213 ±0)`
|
|
// Estimated: `6830 + r * (2688 ±0)`
|
|
// Minimum execution time: 255_187_000 picoseconds.
|
|
Weight::from_parts(118_082_505, 6830)
|
|
// Standard Error: 6_302
|
|
.saturating_add(Weight::from_parts(4_246_968, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 2688).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_own_code_hash(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `873 + r * (6 ±0)`
|
|
// Estimated: `6815 + r * (6 ±0)`
|
|
// Minimum execution time: 256_833_000 picoseconds.
|
|
Weight::from_parts(273_330_216, 6815)
|
|
// Standard Error: 881
|
|
.saturating_add(Weight::from_parts(400_105, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_caller_is_origin(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `863 + r * (3 ±0)`
|
|
// Estimated: `6804 + r * (3 ±0)`
|
|
// Minimum execution time: 244_193_000 picoseconds.
|
|
Weight::from_parts(271_221_908, 6804)
|
|
// Standard Error: 442
|
|
.saturating_add(Weight::from_parts(176_480, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_caller_is_root(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `753 + r * (3 ±0)`
|
|
// Estimated: `6693 + r * (3 ±0)`
|
|
// Minimum execution time: 232_603_000 picoseconds.
|
|
Weight::from_parts(260_577_368, 6693)
|
|
// Standard Error: 365
|
|
.saturating_add(Weight::from_parts(158_126, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_address(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `867 + r * (6 ±0)`
|
|
// Estimated: `6807 + r * (6 ±0)`
|
|
// Minimum execution time: 247_564_000 picoseconds.
|
|
Weight::from_parts(275_108_914, 6807)
|
|
// Standard Error: 505
|
|
.saturating_add(Weight::from_parts(315_065, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_gas_left(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `863 + r * (6 ±0)`
|
|
// Estimated: `6806 + r * (6 ±0)`
|
|
// Minimum execution time: 258_799_000 picoseconds.
|
|
Weight::from_parts(274_338_256, 6806)
|
|
// Standard Error: 632
|
|
.saturating_add(Weight::from_parts(355_032, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:2 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_balance(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1007 + r * (6 ±0)`
|
|
// Estimated: `6931 + r * (6 ±0)`
|
|
// Minimum execution time: 253_335_000 picoseconds.
|
|
Weight::from_parts(273_013_859, 6931)
|
|
// Standard Error: 2_007
|
|
.saturating_add(Weight::from_parts(1_540_735, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_value_transferred(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `877 + r * (6 ±0)`
|
|
// Estimated: `6823 + r * (6 ±0)`
|
|
// Minimum execution time: 252_325_000 picoseconds.
|
|
Weight::from_parts(274_733_944, 6823)
|
|
// Standard Error: 603
|
|
.saturating_add(Weight::from_parts(314_467, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_minimum_balance(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `875 + r * (6 ±0)`
|
|
// Estimated: `6816 + r * (6 ±0)`
|
|
// Minimum execution time: 250_698_000 picoseconds.
|
|
Weight::from_parts(271_707_578, 6816)
|
|
// Standard Error: 952
|
|
.saturating_add(Weight::from_parts(318_412, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_block_number(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `872 + r * (6 ±0)`
|
|
// Estimated: `6819 + r * (6 ±0)`
|
|
// Minimum execution time: 251_854_000 picoseconds.
|
|
Weight::from_parts(272_002_212, 6819)
|
|
// Standard Error: 622
|
|
.saturating_add(Weight::from_parts(313_353, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_now(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `863 + r * (6 ±0)`
|
|
// Estimated: `6804 + r * (6 ±0)`
|
|
// Minimum execution time: 252_010_000 picoseconds.
|
|
Weight::from_parts(270_387_000, 6804)
|
|
// Standard Error: 659
|
|
.saturating_add(Weight::from_parts(325_856, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `TransactionPayment::NextFeeMultiplier` (r:1 w:0)
|
|
/// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_weight_to_fee(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `937 + r * (14 ±0)`
|
|
// Estimated: `6872 + r * (14 ±0)`
|
|
// Minimum execution time: 247_933_000 picoseconds.
|
|
Weight::from_parts(281_550_162, 6872)
|
|
// Standard Error: 660
|
|
.saturating_add(Weight::from_parts(1_090_869, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 14).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_input(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `865 + r * (6 ±0)`
|
|
// Estimated: `6807 + r * (6 ±0)`
|
|
// Minimum execution time: 251_158_000 picoseconds.
|
|
Weight::from_parts(274_623_152, 6807)
|
|
// Standard Error: 491
|
|
.saturating_add(Weight::from_parts(263_916, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 1048576]`.
|
|
fn seal_input_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `869`
|
|
// Estimated: `6809`
|
|
// Minimum execution time: 263_205_000 picoseconds.
|
|
Weight::from_parts(216_792_893, 6809)
|
|
// Standard Error: 23
|
|
.saturating_add(Weight::from_parts(989, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1]`.
|
|
fn seal_return(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `853 + r * (45 ±0)`
|
|
// Estimated: `6793 + r * (45 ±0)`
|
|
// Minimum execution time: 239_663_000 picoseconds.
|
|
Weight::from_parts(266_124_565, 6793)
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 45).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 1048576]`.
|
|
fn seal_return_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `863`
|
|
// Estimated: `6810`
|
|
// Minimum execution time: 241_763_000 picoseconds.
|
|
Weight::from_parts(266_535_552, 6810)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(320, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:3 w:3)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:2 w:2)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `Contracts::DeletionQueueCounter` (r:1 w:1)
|
|
/// Proof: `Contracts::DeletionQueueCounter` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:4 w:4)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// Storage: `Contracts::DeletionQueue` (r:0 w:1)
|
|
/// Proof: `Contracts::DeletionQueue` (`max_values`: None, `max_size`: Some(142), added: 2617, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1]`.
|
|
fn seal_terminate(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `2972 + r * (316 ±0)`
|
|
// Estimated: `8912 + r * (5266 ±0)`
|
|
// Minimum execution time: 265_888_000 picoseconds.
|
|
Weight::from_parts(291_232_232, 8912)
|
|
// Standard Error: 845_475
|
|
.saturating_add(Weight::from_parts(104_398_867, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((7_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((10_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 5266).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `RandomnessCollectiveFlip::RandomMaterial` (r:1 w:0)
|
|
/// Proof: `RandomnessCollectiveFlip::RandomMaterial` (`max_values`: Some(1), `max_size`: Some(2594), added: 3089, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_random(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `944 + r * (10 ±0)`
|
|
// Estimated: `6885 + r * (10 ±0)`
|
|
// Minimum execution time: 248_500_000 picoseconds.
|
|
Weight::from_parts(282_353_053, 6885)
|
|
// Standard Error: 1_144
|
|
.saturating_add(Weight::from_parts(1_193_841, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 10).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_deposit_event(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `863 + r * (10 ±0)`
|
|
// Estimated: `6805 + r * (10 ±0)`
|
|
// Minimum execution time: 248_130_000 picoseconds.
|
|
Weight::from_parts(279_583_178, 6805)
|
|
// Standard Error: 971
|
|
.saturating_add(Weight::from_parts(1_987_941, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 10).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:6 w:6)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `t` is `[0, 4]`.
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_deposit_event_per_topic_and_byte(t: u32, n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `880 + t * (32 ±0)`
|
|
// Estimated: `6825 + t * (2508 ±0)`
|
|
// Minimum execution time: 258_594_000 picoseconds.
|
|
Weight::from_parts(276_734_422, 6825)
|
|
// Standard Error: 102_093
|
|
.saturating_add(Weight::from_parts(2_559_383, 0).saturating_mul(t.into()))
|
|
// Standard Error: 28
|
|
.saturating_add(Weight::from_parts(501, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(t.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(t.into())))
|
|
.saturating_add(Weight::from_parts(0, 2508).saturating_mul(t.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_debug_message(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `862 + r * (7 ±0)`
|
|
// Estimated: `6807 + r * (7 ±0)`
|
|
// Minimum execution time: 154_564_000 picoseconds.
|
|
Weight::from_parts(168_931_365, 6807)
|
|
// Standard Error: 349
|
|
.saturating_add(Weight::from_parts(226_848, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 7).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `MaxEncodedLen`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `MaxEncodedLen`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `i` is `[0, 1048576]`.
|
|
fn seal_debug_message_per_byte(i: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `125813`
|
|
// Estimated: `131755`
|
|
// Minimum execution time: 394_382_000 picoseconds.
|
|
Weight::from_parts(376_780_500, 131755)
|
|
// Standard Error: 12
|
|
.saturating_add(Weight::from_parts(1_026, 0).saturating_mul(i.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_set_storage(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `924 + r * (292 ±0)`
|
|
// Estimated: `926 + r * (293 ±0)`
|
|
// Minimum execution time: 249_757_000 picoseconds.
|
|
Weight::from_parts(177_324_374, 926)
|
|
// Standard Error: 9_512
|
|
.saturating_add(Weight::from_parts(6_176_717, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 293).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_set_storage_per_new_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1447`
|
|
// Estimated: `1430`
|
|
// Minimum execution time: 267_564_000 picoseconds.
|
|
Weight::from_parts(328_701_080, 1430)
|
|
// Standard Error: 61
|
|
.saturating_add(Weight::from_parts(576, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(12_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(8_u64))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_set_storage_per_old_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1253 + n * (1 ±0)`
|
|
// Estimated: `1253 + n * (1 ±0)`
|
|
// Minimum execution time: 266_347_000 picoseconds.
|
|
Weight::from_parts(289_824_718, 1253)
|
|
// Standard Error: 34
|
|
.saturating_add(Weight::from_parts(184, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_clear_storage(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `921 + r * (288 ±0)`
|
|
// Estimated: `927 + r * (289 ±0)`
|
|
// Minimum execution time: 247_207_000 picoseconds.
|
|
Weight::from_parts(179_856_075, 927)
|
|
// Standard Error: 9_383
|
|
.saturating_add(Weight::from_parts(6_053_198, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 289).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_clear_storage_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1249 + n * (1 ±0)`
|
|
// Estimated: `1249 + n * (1 ±0)`
|
|
// Minimum execution time: 262_655_000 picoseconds.
|
|
Weight::from_parts(289_482_543, 1249)
|
|
// Standard Error: 35
|
|
.saturating_add(Weight::from_parts(92, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_get_storage(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `921 + r * (296 ±0)`
|
|
// Estimated: `923 + r * (297 ±0)`
|
|
// Minimum execution time: 247_414_000 picoseconds.
|
|
Weight::from_parts(203_317_182, 923)
|
|
// Standard Error: 7_191
|
|
.saturating_add(Weight::from_parts(4_925_154, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 297).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_get_storage_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1265 + n * (1 ±0)`
|
|
// Estimated: `1265 + n * (1 ±0)`
|
|
// Minimum execution time: 258_910_000 picoseconds.
|
|
Weight::from_parts(283_086_514, 1265)
|
|
// Standard Error: 39
|
|
.saturating_add(Weight::from_parts(980, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_contains_storage(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `932 + r * (288 ±0)`
|
|
// Estimated: `929 + r * (289 ±0)`
|
|
// Minimum execution time: 252_410_000 picoseconds.
|
|
Weight::from_parts(201_227_879, 929)
|
|
// Standard Error: 6_899
|
|
.saturating_add(Weight::from_parts(4_774_983, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 289).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_contains_storage_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1252 + n * (1 ±0)`
|
|
// Estimated: `1252 + n * (1 ±0)`
|
|
// Minimum execution time: 259_053_000 picoseconds.
|
|
Weight::from_parts(283_392_084, 1252)
|
|
// Standard Error: 41
|
|
.saturating_add(Weight::from_parts(213, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_take_storage(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `914 + r * (296 ±0)`
|
|
// Estimated: `919 + r * (297 ±0)`
|
|
// Minimum execution time: 251_371_000 picoseconds.
|
|
Weight::from_parts(177_119_717, 919)
|
|
// Standard Error: 9_421
|
|
.saturating_add(Weight::from_parts(6_226_005, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 297).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
|
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 16384]`.
|
|
fn seal_take_storage_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1266 + n * (1 ±0)`
|
|
// Estimated: `1266 + n * (1 ±0)`
|
|
// Minimum execution time: 263_350_000 picoseconds.
|
|
Weight::from_parts(284_323_917, 1266)
|
|
// Standard Error: 31
|
|
.saturating_add(Weight::from_parts(921, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1602 w:1601)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_transfer(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1415 + r * (45 ±0)`
|
|
// Estimated: `7307 + r * (2520 ±0)`
|
|
// Minimum execution time: 248_701_000 picoseconds.
|
|
Weight::from_parts(17_811_969, 7307)
|
|
// Standard Error: 35_154
|
|
.saturating_add(Weight::from_parts(31_809_738, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 2520).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:801 w:801)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:2 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:2 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:803 w:803)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_call(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1260 + r * (245 ±0)`
|
|
// Estimated: `9440 + r * (2721 ±0)`
|
|
// Minimum execution time: 247_335_000 picoseconds.
|
|
Weight::from_parts(264_025_000, 9440)
|
|
// Standard Error: 121_299
|
|
.saturating_add(Weight::from_parts(234_770_827, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(11_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 2721).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:736 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:736 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:737 w:737)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 800]`.
|
|
fn seal_delegate_call(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0 + r * (576 ±0)`
|
|
// Estimated: `6812 + r * (2637 ±3)`
|
|
// Minimum execution time: 261_011_000 picoseconds.
|
|
Weight::from_parts(264_554_000, 6812)
|
|
// Standard Error: 104_415
|
|
.saturating_add(Weight::from_parts(231_627_084, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 2637).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:3 w:2)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:2 w:2)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:2 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:2 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:4 w:4)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `t` is `[0, 1]`.
|
|
/// The range of component `c` is `[0, 1048576]`.
|
|
fn seal_call_per_transfer_clone_byte(t: u32, c: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1307 + t * (277 ±0)`
|
|
// Estimated: `12197 + t * (5227 ±0)`
|
|
// Minimum execution time: 445_561_000 picoseconds.
|
|
Weight::from_parts(62_287_490, 12197)
|
|
// Standard Error: 11_797_697
|
|
.saturating_add(Weight::from_parts(357_530_529, 0).saturating_mul(t.into()))
|
|
// Standard Error: 17
|
|
.saturating_add(Weight::from_parts(970, 0).saturating_mul(c.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(13_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(t.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(t.into())))
|
|
.saturating_add(Weight::from_parts(0, 5227).saturating_mul(t.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:802 w:802)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:801 w:801)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:801 w:800)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:801 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `Contracts::Nonce` (r:1 w:1)
|
|
/// Proof: `Contracts::Nonce` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:803 w:803)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:800 w:800)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// The range of component `r` is `[1, 800]`.
|
|
fn seal_instantiate(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1278 + r * (255 ±0)`
|
|
// Estimated: `9620 + r * (2731 ±0)`
|
|
// Minimum execution time: 621_897_000 picoseconds.
|
|
Weight::from_parts(631_687_000, 9620)
|
|
// Standard Error: 215_241
|
|
.saturating_add(Weight::from_parts(350_527_831, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(11_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((6_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(7_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((5_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 2731).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:3 w:3)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:2 w:2)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:2 w:1)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:2 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `Contracts::Nonce` (r:1 w:1)
|
|
/// Proof: `Contracts::Nonce` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:4 w:4)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(157), added: 2632, mode: `Measured`)
|
|
/// The range of component `t` is `[0, 1]`.
|
|
/// The range of component `i` is `[0, 983040]`.
|
|
/// The range of component `s` is `[0, 983040]`.
|
|
fn seal_instantiate_per_transfer_input_salt_byte(t: u32, i: u32, s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1303 + t * (104 ±0)`
|
|
// Estimated: `12211 + t * (2549 ±1)`
|
|
// Minimum execution time: 2_181_184_000 picoseconds.
|
|
Weight::from_parts(1_194_190_111, 12211)
|
|
// Standard Error: 11_578_766
|
|
.saturating_add(Weight::from_parts(6_361_884, 0).saturating_mul(t.into()))
|
|
// Standard Error: 18
|
|
.saturating_add(Weight::from_parts(1_025, 0).saturating_mul(i.into()))
|
|
// Standard Error: 18
|
|
.saturating_add(Weight::from_parts(1_158, 0).saturating_mul(s.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(16_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(t.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(11_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(t.into())))
|
|
.saturating_add(Weight::from_parts(0, 2549).saturating_mul(t.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_hash_sha2_256(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `862 + r * (8 ±0)`
|
|
// Estimated: `6801 + r * (8 ±0)`
|
|
// Minimum execution time: 241_609_000 picoseconds.
|
|
Weight::from_parts(268_716_874, 6801)
|
|
// Standard Error: 617
|
|
.saturating_add(Weight::from_parts(377_753, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 1048576]`.
|
|
fn seal_hash_sha2_256_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `870`
|
|
// Estimated: `6808`
|
|
// Minimum execution time: 261_296_000 picoseconds.
|
|
Weight::from_parts(255_531_654, 6808)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_081, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_hash_keccak_256(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `864 + r * (8 ±0)`
|
|
// Estimated: `6806 + r * (8 ±0)`
|
|
// Minimum execution time: 243_583_000 picoseconds.
|
|
Weight::from_parts(270_025_058, 6806)
|
|
// Standard Error: 560
|
|
.saturating_add(Weight::from_parts(767_519, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 1048576]`.
|
|
fn seal_hash_keccak_256_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `872`
|
|
// Estimated: `6814`
|
|
// Minimum execution time: 253_798_000 picoseconds.
|
|
Weight::from_parts(265_542_351, 6814)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(3_343, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_hash_blake2_256(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `864 + r * (8 ±0)`
|
|
// Estimated: `6808 + r * (8 ±0)`
|
|
// Minimum execution time: 247_332_000 picoseconds.
|
|
Weight::from_parts(269_183_656, 6808)
|
|
// Standard Error: 665
|
|
.saturating_add(Weight::from_parts(443_386, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 1048576]`.
|
|
fn seal_hash_blake2_256_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `872`
|
|
// Estimated: `6813`
|
|
// Minimum execution time: 250_855_000 picoseconds.
|
|
Weight::from_parts(258_752_975, 6813)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_202, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_hash_blake2_128(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `864 + r * (8 ±0)`
|
|
// Estimated: `6805 + r * (8 ±0)`
|
|
// Minimum execution time: 240_733_000 picoseconds.
|
|
Weight::from_parts(269_134_358, 6805)
|
|
// Standard Error: 512
|
|
.saturating_add(Weight::from_parts(440_043, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 1048576]`.
|
|
fn seal_hash_blake2_128_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `872`
|
|
// Estimated: `6811`
|
|
// Minimum execution time: 247_377_000 picoseconds.
|
|
Weight::from_parts(261_077_322, 6811)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_195, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `n` is `[0, 125697]`.
|
|
fn seal_sr25519_verify_per_byte(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `997 + n * (1 ±0)`
|
|
// Estimated: `6934 + n * (1 ±0)`
|
|
// Minimum execution time: 307_337_000 picoseconds.
|
|
Weight::from_parts(326_710_473, 6934)
|
|
// Standard Error: 9
|
|
.saturating_add(Weight::from_parts(5_765, 0).saturating_mul(n.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 160]`.
|
|
fn seal_sr25519_verify(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `805 + r * (112 ±0)`
|
|
// Estimated: `6748 + r * (112 ±0)`
|
|
// Minimum execution time: 245_432_000 picoseconds.
|
|
Weight::from_parts(294_206_377, 6748)
|
|
// Standard Error: 7_229
|
|
.saturating_add(Weight::from_parts(41_480_485, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 112).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 160]`.
|
|
fn seal_ecdsa_recover(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `907 + r * (76 ±0)`
|
|
// Estimated: `6802 + r * (77 ±0)`
|
|
// Minimum execution time: 247_788_000 picoseconds.
|
|
Weight::from_parts(303_940_062, 6802)
|
|
// Standard Error: 10_671
|
|
.saturating_add(Weight::from_parts(45_730_772, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 77).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 160]`.
|
|
fn seal_ecdsa_to_eth_address(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `877 + r * (42 ±0)`
|
|
// Estimated: `6816 + r * (42 ±0)`
|
|
// Minimum execution time: 248_825_000 picoseconds.
|
|
Weight::from_parts(286_832_225, 6816)
|
|
// Standard Error: 5_274
|
|
.saturating_add(Weight::from_parts(11_889_262, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 42).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1536 w:1536)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1536 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:1538 w:1538)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_set_code_hash(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0 + r * (965 ±0)`
|
|
// Estimated: `6807 + r * (3090 ±7)`
|
|
// Minimum execution time: 244_982_000 picoseconds.
|
|
Weight::from_parts(265_297_000, 6807)
|
|
// Standard Error: 39_895
|
|
.saturating_add(Weight::from_parts(22_435_888, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 3090).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:33 w:32)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 32]`.
|
|
fn add_delegate_dependency(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `928 + r * (131 ±0)`
|
|
// Estimated: `6878 + r * (2606 ±0)`
|
|
// Minimum execution time: 246_455_000 picoseconds.
|
|
Weight::from_parts(275_334_919, 6878)
|
|
// Standard Error: 20_911
|
|
.saturating_add(Weight::from_parts(6_427_525, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 2606).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `MaxEncodedLen`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:33 w:32)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `MaxEncodedLen`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 32]`.
|
|
fn remove_delegate_dependency(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `969 + r * (183 ±0)`
|
|
// Estimated: `129453 + r * (2568 ±0)`
|
|
// Minimum execution time: 254_472_000 picoseconds.
|
|
Weight::from_parts(280_657_909, 129453)
|
|
// Standard Error: 20_131
|
|
.saturating_add(Weight::from_parts(5_644_006, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 2568).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_reentrance_count(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `858 + r * (3 ±0)`
|
|
// Estimated: `6804 + r * (3 ±0)`
|
|
// Minimum execution time: 250_535_000 picoseconds.
|
|
Weight::from_parts(270_318_376, 6804)
|
|
// Standard Error: 386
|
|
.saturating_add(Weight::from_parts(174_627, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_account_reentrance_count(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `2109 + r * (39 ±0)`
|
|
// Estimated: `7899 + r * (40 ±0)`
|
|
// Minimum execution time: 248_174_000 picoseconds.
|
|
Weight::from_parts(301_826_520, 7899)
|
|
// Standard Error: 801
|
|
.saturating_add(Weight::from_parts(248_479, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
.saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: `Contracts::MigrationInProgress` (r:1 w:0)
|
|
/// Proof: `Contracts::MigrationInProgress` (`max_values`: Some(1), `max_size`: Some(1026), added: 1521, mode: `Measured`)
|
|
/// Storage: `System::Account` (r:1 w:0)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `Measured`)
|
|
/// Storage: `Contracts::ContractInfoOf` (r:1 w:1)
|
|
/// Proof: `Contracts::ContractInfoOf` (`max_values`: None, `max_size`: Some(1795), added: 4270, mode: `Measured`)
|
|
/// Storage: `Contracts::CodeInfoOf` (r:1 w:0)
|
|
/// Proof: `Contracts::CodeInfoOf` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `Measured`)
|
|
/// Storage: `Contracts::PristineCode` (r:1 w:0)
|
|
/// Proof: `Contracts::PristineCode` (`max_values`: None, `max_size`: Some(125988), added: 128463, mode: `Measured`)
|
|
/// Storage: `Timestamp::Now` (r:1 w:0)
|
|
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `Contracts::Nonce` (r:1 w:1)
|
|
/// Proof: `Contracts::Nonce` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `Measured`)
|
|
/// Storage: `System::EventTopics` (r:2 w:2)
|
|
/// Proof: `System::EventTopics` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `r` is `[0, 1600]`.
|
|
fn seal_instantiation_nonce(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `861 + r * (3 ±0)`
|
|
// Estimated: `6801 + r * (3 ±0)`
|
|
// Minimum execution time: 246_540_000 picoseconds.
|
|
Weight::from_parts(268_913_509, 6801)
|
|
// Standard Error: 378
|
|
.saturating_add(Weight::from_parts(154_950, 0).saturating_mul(r.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
|
.saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into()))
|
|
}
|
|
/// The range of component `r` is `[0, 5000]`.
|
|
fn instr_i64_load_store(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 1_777_000 picoseconds.
|
|
Weight::from_parts(1_707_601, 0)
|
|
// Standard Error: 14
|
|
.saturating_add(Weight::from_parts(15_392, 0).saturating_mul(r.into()))
|
|
}
|
|
}
|