mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-07 08:27:22 +00:00
9c5315961e
* contracts: refactor currency to use fungible traits * contracts: refactor currency to use fungible traits * contracts: add minor improvements * contracts: max holds config set * contracts: fix some typos * contracts: map token errors * fix typo * contracts: add 0 balance transfer to test * contracts: not transfer if value is zero * contracts: [WIP] add StorageDepositHold * contracts: add storage deposit held event * contracts: clean up some code and comments * contracts: add deposit storage released event * contracts: update comment * contracts: update slash cannot kill account test * contracts: fix tests * contracts: add some comments to the slashing test * contracts: add some comments to the slashing test * contracts: remove references to Currency * contracts: do not transfer if from equals to * bound BalanceOf<T> * added FixedPointOperand to Balance trait * move migrate sequence to config * remove commented out code * Update frame/contracts/src/lib.rs Co-authored-by: PG Herveou <pgherveou@gmail.com> * remove Migrations generic * make runtime use noop migrations * restrict is_upgrade_supported * undo is_upgrade_supported change * Update bin/node/runtime/src/lib.rs Co-authored-by: PG Herveou <pgherveou@gmail.com> * add rust doc example for `Migrations` * feature gate NoopMigration * fix example code * improve example * wip * remove FixedPointOperand from trait * trait bound BalanceOf * more trait bound BalanceOf * update to use RuntimeHoldReason * replace Fungible for Currency * update runtime * WIP * make v10 benchmark generic over currency * solve merge conflicts * make v12 migration benchmarking generic over DepositPerItem and DepositPerByte * give some format * fix tests and old migrations * add migration v13 placholder * wip * wip * add benchmarking * add weights * wip * [pallet_collective] Enforce prime is a valid member of collective in set_members extrinsic (#14354) * Updated set_members extrinsic to enforce prime is valid member of collective * Added additional tests for set_members extrinsic * applied the code review suggestions * update to docify 0.2.0 / crate-relative embed paths (#14570) * Fix Society v2 migration (#14421) * fix society v2 migration * Update frame/society/src/migrations.rs * Update frame/society/src/migrations.rs Co-authored-by: Bastian Köcher <git@kchr.de> * Update frame/society/src/migrations.rs Co-authored-by: Bastian Köcher <git@kchr.de> * update for versioned upgrade * fix society v2 migration * remove references to members being sorted from commnets * fix type * fix can_migrate check * add sanity log * fix sanity check * kick ci * kick ci * run tests with --experimental flag * versioned migration cleanup * revert pipeline change * use defensive! * semicolons * defensive and doc comment * address pr comment * feature gate the versioned migration * defensive_unwrap_or * fix test * fix doc comment * change defensive to a log warning * remove can_migrate anti-pattern * Update frame/society/Cargo.toml Co-authored-by: Bastian Köcher <git@kchr.de> * add experimental feature warning to doc comment * update doc comment * bump ci * kick ci * kick ci * kick ci --------- Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by: Bastian Köcher <git@kchr.de> * Moves `Block` to `frame_system` instead of `construct_runtime` and removes `Header` and `BlockNumber` (#14437) * Initial setup * Adds node block * Uses UncheckedExtrinsic and removes Where section * Updates frame_system to use Block * Adds deprecation warning * Fixes pallet-timestamp * Removes Header and BlockNumber * Addresses review comments * Addresses review comments * Adds comment about compiler bug * Removes where clause * Refactors code * Fixes errors in cargo check * Fixes errors in cargo check * Fixes warnings in cargo check * Formatting * Fixes construct_runtime tests * Uses import instead of full path for BlockNumber * Uses import instead of full path for Header * Formatting * Fixes construct_runtime tests * Fixes imports in benchmarks * Formatting * Fixes construct_runtime tests * Formatting * Minor updates * Fixes construct_runtime ui tests * Fixes construct_runtime ui tests with 1.70 * Fixes docs * Fixes docs * Adds u128 mock block type * Fixes split example * fixes for cumulus * ".git/.scripts/commands/fmt/fmt.sh" * Updates new tests * Fixes fully-qualified path in few places * Formatting * Update frame/examples/default-config/src/lib.rs Co-authored-by: Juan <juangirini@gmail.com> * Update frame/support/procedural/src/construct_runtime/mod.rs Co-authored-by: Juan <juangirini@gmail.com> * ".git/.scripts/commands/fmt/fmt.sh" * Addresses some review comments * Fixes build * ".git/.scripts/commands/fmt/fmt.sh" * Update frame/democracy/src/lib.rs Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update frame/democracy/src/lib.rs Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update frame/support/procedural/src/construct_runtime/mod.rs Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update frame/support/procedural/src/construct_runtime/mod.rs Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Addresses review comments * Updates trait bounds * Minor fix * ".git/.scripts/commands/fmt/fmt.sh" * Removes unnecessary bound * ".git/.scripts/commands/fmt/fmt.sh" * Updates test * Fixes build * Adds a bound for header * ".git/.scripts/commands/fmt/fmt.sh" * Removes where block * Minor fix * Minor fix * Fixes tests * ".git/.scripts/commands/update-ui/update-ui.sh" 1.70 * Updates test * Update primitives/runtime/src/traits.rs Co-authored-by: Bastian Köcher <git@kchr.de> * Update primitives/runtime/src/traits.rs Co-authored-by: Bastian Köcher <git@kchr.de> * Updates doc * Updates doc --------- Co-authored-by: command-bot <> Co-authored-by: Juan <juangirini@gmail.com> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de> * Refactor the asset-conversion-tx-payment pallet (#14558) * Code refactoring * Fix imports * Typo * Update frame/asset-conversion/src/types.rs Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Sync docs --------- Co-authored-by: parity-processbot <> Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * wip * wip * wip * improve try-runtime imports * remove deposit account * wip * wip * fix benchmark test * improved rustdocs * improved rustdocs * remove log * ignore variable * reduce caller funding * wip * fix tests * fix tests * move v13 out * add v14 * update v13 migration * v13 migration * benchmark v13_migration * fix broken compilation * ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime=dev --target_dir=substrate --pallet=pallet_contracts * remove all the `where BalanceOf` * add Balance to Config * improve docs * add new deposit storage error * remove todo message * wip * rename migration v13 pre rebase * fix tests * add missing migration; * bump storage version * apply review suggestions * improved comment * remove unnecessary code * simplify migrations * mock balance * mock more for benchmarks * make room for rebaes * make room for rebase * fix benchmarking tests * fix benchmarking tests with caller * improve cargo toml * solve nit * Update frame/contracts/src/lib.rs Co-authored-by: Alexander Theißen <alex.theissen@me.com> * Update frame/contracts/src/exec.rs Co-authored-by: Alexander Theißen <alex.theissen@me.com> * Update frame/contracts/src/exec.rs Co-authored-by: Alexander Theißen <alex.theissen@me.com> * Update frame/contracts/src/storage/meter.rs Co-authored-by: Alexander Theißen <alex.theissen@me.com> * review improvements * remove extra events * update cargo * undo update cargo * review updates * wip * wip * fix test * remove type Balance * add extra fields to events * fix zepter ci * fix tests * remove commented out code * remove deposit_account from benchmarking * update v15 migration * wip * remove deposit account from codebase * add contract info to v15 * make try-runtime fixes * fix wrong v14 logs * add extra post upgrade steps * remove old comments * wip * fix delegate deposit test * ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime=dev --target_dir=substrate --pallet=pallet_contracts * wip * wip * wip * implement review updates * ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime=dev --target_dir=substrate --pallet=pallet_contracts * fix documentation * fix consumers/providers * fix consumers/providers * do not check consumers in migration * review comments addressed * update fully qualified System * wip * wip * Transfer to beneficiary after `transfer_on_hold` (#14767) * transfer to beneficiary after transfer_on_hold * wip * add consumer comment * review updates * fix typo * make clippy happy * refactor `Terminated` * rename ContractStatus to ContractState * rename status to state * replace Contribution::Alive to ContractState::Alive * defer storage deposit charge * ".git/.scripts/commands/fmt/fmt.sh" * remove unused imports * Update frame/contracts/src/migration/v15.rs Co-authored-by: Sasha Gryaznov <hi@agryaznov.com> * Update frame/contracts/src/storage/meter.rs Co-authored-by: Sasha Gryaznov <hi@agryaznov.com> --------- Co-authored-by: PG Herveou <pgherveou@gmail.com> Co-authored-by: Toufeeq Pasha <47236805+ToufeeqP@users.noreply.github.com> Co-authored-by: Sam Johnson <sam@durosoft.com> Co-authored-by: Liam Aharon <liam.aharon@hotmail.com> Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: gupnik <17176722+gupnik@users.noreply.github.com> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Jegor Sidorenko <5252494+jsidorenko@users.noreply.github.com> Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> Co-authored-by: command-bot <> Co-authored-by: Alexander Theißen <alex.theissen@me.com> Co-authored-by: Sasha Gryaznov <hi@agryaznov.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: 2023-08-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `runner-ynta1nyy-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
|
//! EXECUTION: ``, 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/substrate/.git/.artifacts/bench.json
|
|
// --pallet=pallet_contracts
|
|
// --chain=dev
|
|
// --header=./HEADER-APACHE2
|
|
// --output=./frame/contracts/src/weights.rs
|
|
// --template=./.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_i64const(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: 2_410_000 picoseconds.
|
|
Weight::from_parts(2_581_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: `451 + k * (69 ±0)`
|
|
// Estimated: `441 + k * (70 ±0)`
|
|
// Minimum execution time: 13_278_000 picoseconds.
|
|
Weight::from_parts(13_944_000, 441)
|
|
// Standard Error: 1_643
|
|
.saturating_add(Weight::from_parts(1_194_404, 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_533_000 picoseconds.
|
|
Weight::from_parts(9_141_899, 6149)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_327, 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_998_000 picoseconds.
|
|
Weight::from_parts(17_776_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_919_000 picoseconds.
|
|
Weight::from_parts(4_057_153, 3635)
|
|
// Standard Error: 1_252
|
|
.saturating_add(Weight::from_parts(1_151_419, 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: 17_730_000 picoseconds.
|
|
Weight::from_parts(17_540_884, 6263)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(417, 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: 13_089_000 picoseconds.
|
|
Weight::from_parts(13_727_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(85), added: 2560, mode: `Measured`)
|
|
fn v14_migration_step() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `360`
|
|
// Estimated: `6300`
|
|
// Minimum execution time: 49_083_000 picoseconds.
|
|
Weight::from_parts(50_462_000, 6300)
|
|
.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: 49_299_000 picoseconds.
|
|
Weight::from_parts(50_805_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: 3_305_000 picoseconds.
|
|
Weight::from_parts(3_489_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: 12_657_000 picoseconds.
|
|
Weight::from_parts(13_100_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_784_000 picoseconds.
|
|
Weight::from_parts(4_994_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_762_000 picoseconds.
|
|
Weight::from_parts(6_945_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_999_000 picoseconds.
|
|
Weight::from_parts(7_372_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: `759`
|
|
// Estimated: `6710 + c * (1 ±0)`
|
|
// Minimum execution time: 304_121_000 picoseconds.
|
|
Weight::from_parts(288_627_840, 6710)
|
|
// Standard Error: 83
|
|
.saturating_add(Weight::from_parts(37_343, 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(85), added: 2560, 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: `290`
|
|
// Estimated: `8714`
|
|
// Minimum execution time: 4_101_589_000 picoseconds.
|
|
Weight::from_parts(694_193_047, 8714)
|
|
// Standard Error: 334
|
|
.saturating_add(Weight::from_parts(108_847, 0).saturating_mul(c.into()))
|
|
// Standard Error: 40
|
|
.saturating_add(Weight::from_parts(1_677, 0).saturating_mul(i.into()))
|
|
// Standard Error: 40
|
|
.saturating_add(Weight::from_parts(1_783, 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: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(85), added: 2560, mode: `Measured`)
|
|
/// 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]`.
|
|
/// The range of component `s` is `[0, 1048576]`.
|
|
fn instantiate(i: u32, s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `527`
|
|
// Estimated: `6471`
|
|
// Minimum execution time: 2_011_580_000 picoseconds.
|
|
Weight::from_parts(397_415_227, 6471)
|
|
// Standard Error: 10
|
|
.saturating_add(Weight::from_parts(1_689, 0).saturating_mul(i.into()))
|
|
// Standard Error: 10
|
|
.saturating_add(Weight::from_parts(1_679, 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: `793`
|
|
// Estimated: `6733`
|
|
// Minimum execution time: 204_975_000 picoseconds.
|
|
Weight::from_parts(214_770_000, 6733)
|
|
.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(85), added: 2560, 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: 269_545_000 picoseconds.
|
|
Weight::from_parts(256_054_650, 3607)
|
|
// Standard Error: 91
|
|
.saturating_add(Weight::from_parts(72_743, 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(85), added: 2560, 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: 47_880_000 picoseconds.
|
|
Weight::from_parts(49_427_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: 37_898_000 picoseconds.
|
|
Weight::from_parts(39_826_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: `833 + r * (6 ±0)`
|
|
// Estimated: `6773 + r * (6 ±0)`
|
|
// Minimum execution time: 260_916_000 picoseconds.
|
|
Weight::from_parts(295_521_846, 6773)
|
|
// Standard Error: 1_126
|
|
.saturating_add(Weight::from_parts(348_317, 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: `889 + r * (209 ±0)`
|
|
// Estimated: `6793 + r * (2684 ±0)`
|
|
// Minimum execution time: 274_335_000 picoseconds.
|
|
Weight::from_parts(132_998_512, 6793)
|
|
// Standard Error: 7_396
|
|
.saturating_add(Weight::from_parts(3_602_287, 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: `888 + r * (213 ±0)`
|
|
// Estimated: `6797 + r * (2688 ±0)`
|
|
// Minimum execution time: 272_514_000 picoseconds.
|
|
Weight::from_parts(104_825_618, 6797)
|
|
// Standard Error: 10_038
|
|
.saturating_add(Weight::from_parts(4_520_258, 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: `840 + r * (6 ±0)`
|
|
// Estimated: `6782 + r * (6 ±0)`
|
|
// Minimum execution time: 264_593_000 picoseconds.
|
|
Weight::from_parts(294_139_363, 6782)
|
|
// Standard Error: 907
|
|
.saturating_add(Weight::from_parts(432_964, 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: `830 + r * (3 ±0)`
|
|
// Estimated: `6771 + r * (3 ±0)`
|
|
// Minimum execution time: 260_412_000 picoseconds.
|
|
Weight::from_parts(284_371_703, 6771)
|
|
// Standard Error: 433
|
|
.saturating_add(Weight::from_parts(182_952, 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: `720 + r * (3 ±0)`
|
|
// Estimated: `6660 + r * (3 ±0)`
|
|
// Minimum execution time: 255_112_000 picoseconds.
|
|
Weight::from_parts(273_052_488, 6660)
|
|
// Standard Error: 376
|
|
.saturating_add(Weight::from_parts(166_644, 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: `834 + r * (6 ±0)`
|
|
// Estimated: `6774 + r * (6 ±0)`
|
|
// Minimum execution time: 270_426_000 picoseconds.
|
|
Weight::from_parts(289_240_775, 6774)
|
|
// Standard Error: 748
|
|
.saturating_add(Weight::from_parts(344_791, 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: `830 + r * (6 ±0)`
|
|
// Estimated: `6773 + r * (6 ±0)`
|
|
// Minimum execution time: 260_217_000 picoseconds.
|
|
Weight::from_parts(288_660_978, 6773)
|
|
// Standard Error: 1_199
|
|
.saturating_add(Weight::from_parts(550_304, 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: `974 + r * (6 ±0)`
|
|
// Estimated: `6898 + r * (6 ±0)`
|
|
// Minimum execution time: 273_473_000 picoseconds.
|
|
Weight::from_parts(298_889_279, 6898)
|
|
// Standard Error: 4_604
|
|
.saturating_add(Weight::from_parts(1_630_175, 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: `844 + r * (6 ±0)`
|
|
// Estimated: `6790 + r * (6 ±0)`
|
|
// Minimum execution time: 262_033_000 picoseconds.
|
|
Weight::from_parts(284_293_851, 6790)
|
|
// Standard Error: 591
|
|
.saturating_add(Weight::from_parts(369_240, 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: `842 + r * (6 ±0)`
|
|
// Estimated: `6783 + r * (6 ±0)`
|
|
// Minimum execution time: 274_568_000 picoseconds.
|
|
Weight::from_parts(294_688_466, 6783)
|
|
// Standard Error: 768
|
|
.saturating_add(Weight::from_parts(349_584, 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: `839 + r * (6 ±0)`
|
|
// Estimated: `6786 + r * (6 ±0)`
|
|
// Minimum execution time: 264_061_000 picoseconds.
|
|
Weight::from_parts(287_964_188, 6786)
|
|
// Standard Error: 490
|
|
.saturating_add(Weight::from_parts(356_273, 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: `830 + r * (6 ±0)`
|
|
// Estimated: `6771 + r * (6 ±0)`
|
|
// Minimum execution time: 275_707_000 picoseconds.
|
|
Weight::from_parts(290_797_828, 6771)
|
|
// Standard Error: 967
|
|
.saturating_add(Weight::from_parts(352_839, 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: `904 + r * (14 ±0)`
|
|
// Estimated: `6839 + r * (14 ±0)`
|
|
// Minimum execution time: 272_492_000 picoseconds.
|
|
Weight::from_parts(295_010_878, 6839)
|
|
// Standard Error: 2_549
|
|
.saturating_add(Weight::from_parts(1_426_715, 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: `832 + r * (6 ±0)`
|
|
// Estimated: `6774 + r * (6 ±0)`
|
|
// Minimum execution time: 257_981_000 picoseconds.
|
|
Weight::from_parts(285_824_773, 6774)
|
|
// Standard Error: 704
|
|
.saturating_add(Weight::from_parts(301_327, 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: `836`
|
|
// Estimated: `6776`
|
|
// Minimum execution time: 259_470_000 picoseconds.
|
|
Weight::from_parts(232_759_442, 6776)
|
|
// Standard Error: 24
|
|
.saturating_add(Weight::from_parts(981, 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: `820 + r * (45 ±0)`
|
|
// Estimated: `6760 + r * (45 ±0)`
|
|
// Minimum execution time: 252_740_000 picoseconds.
|
|
Weight::from_parts(278_155_436, 6760)
|
|
// Standard Error: 882_420
|
|
.saturating_add(Weight::from_parts(755_063, 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, 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: `830`
|
|
// Estimated: `6777`
|
|
// Minimum execution time: 257_318_000 picoseconds.
|
|
Weight::from_parts(285_765_697, 6777)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(322, 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(85), added: 2560, 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: `2939 + r * (316 ±0)`
|
|
// Estimated: `8879 + r * (5266 ±0)`
|
|
// Minimum execution time: 280_392_000 picoseconds.
|
|
Weight::from_parts(310_023_381, 8879)
|
|
// Standard Error: 1_008_026
|
|
.saturating_add(Weight::from_parts(130_208_818, 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: `911 + r * (10 ±0)`
|
|
// Estimated: `6852 + r * (10 ±0)`
|
|
// Minimum execution time: 270_547_000 picoseconds.
|
|
Weight::from_parts(295_931_189, 6852)
|
|
// Standard Error: 3_280
|
|
.saturating_add(Weight::from_parts(1_941_248, 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: `830 + r * (10 ±0)`
|
|
// Estimated: `6772 + r * (10 ±0)`
|
|
// Minimum execution time: 255_730_000 picoseconds.
|
|
Weight::from_parts(301_859_471, 6772)
|
|
// Standard Error: 5_401
|
|
.saturating_add(Weight::from_parts(3_887_632, 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: `847 + t * (32 ±0)`
|
|
// Estimated: `6792 + t * (2508 ±0)`
|
|
// Minimum execution time: 276_643_000 picoseconds.
|
|
Weight::from_parts(294_275_838, 6792)
|
|
// Standard Error: 106_745
|
|
.saturating_add(Weight::from_parts(2_831_489, 0).saturating_mul(t.into()))
|
|
// Standard Error: 29
|
|
.saturating_add(Weight::from_parts(624, 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: `829 + r * (7 ±0)`
|
|
// Estimated: `6774 + r * (7 ±0)`
|
|
// Minimum execution time: 169_012_000 picoseconds.
|
|
Weight::from_parts(179_567_029, 6774)
|
|
// Standard Error: 534
|
|
.saturating_add(Weight::from_parts(249_500, 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: `125780`
|
|
// Estimated: `131722`
|
|
// Minimum execution time: 408_647_000 picoseconds.
|
|
Weight::from_parts(387_678_006, 131722)
|
|
// Standard Error: 12
|
|
.saturating_add(Weight::from_parts(1_045, 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: `891 + r * (292 ±0)`
|
|
// Estimated: `892 + r * (293 ±0)`
|
|
// Minimum execution time: 279_315_000 picoseconds.
|
|
Weight::from_parts(171_270_899, 892)
|
|
// Standard Error: 15_492
|
|
.saturating_add(Weight::from_parts(6_776_878, 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: `1413`
|
|
// Estimated: `1396`
|
|
// Minimum execution time: 289_666_000 picoseconds.
|
|
Weight::from_parts(348_062_625, 1396)
|
|
// Standard Error: 79
|
|
.saturating_add(Weight::from_parts(532, 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: `1219 + n * (1 ±0)`
|
|
// Estimated: `1219 + n * (1 ±0)`
|
|
// Minimum execution time: 273_840_000 picoseconds.
|
|
Weight::from_parts(297_024_621, 1219)
|
|
// Standard Error: 55
|
|
.saturating_add(Weight::from_parts(945, 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: `887 + r * (288 ±0)`
|
|
// Estimated: `893 + r * (289 ±0)`
|
|
// Minimum execution time: 279_110_000 picoseconds.
|
|
Weight::from_parts(177_898_012, 893)
|
|
// Standard Error: 16_287
|
|
.saturating_add(Weight::from_parts(6_640_103, 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: `1215 + n * (1 ±0)`
|
|
// Estimated: `1215 + n * (1 ±0)`
|
|
// Minimum execution time: 276_566_000 picoseconds.
|
|
Weight::from_parts(304_992_376, 1215)
|
|
.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: `887 + r * (296 ±0)`
|
|
// Estimated: `889 + r * (297 ±0)`
|
|
// Minimum execution time: 266_285_000 picoseconds.
|
|
Weight::from_parts(200_488_939, 889)
|
|
// Standard Error: 11_193
|
|
.saturating_add(Weight::from_parts(5_467_725, 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: `1231 + n * (1 ±0)`
|
|
// Estimated: `1231 + n * (1 ±0)`
|
|
// Minimum execution time: 278_625_000 picoseconds.
|
|
Weight::from_parts(304_319_493, 1231)
|
|
// Standard Error: 39
|
|
.saturating_add(Weight::from_parts(415, 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: `898 + r * (288 ±0)`
|
|
// Estimated: `895 + r * (289 ±0)`
|
|
// Minimum execution time: 271_851_000 picoseconds.
|
|
Weight::from_parts(202_164_395, 895)
|
|
// Standard Error: 11_115
|
|
.saturating_add(Weight::from_parts(5_273_320, 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: `1218 + n * (1 ±0)`
|
|
// Estimated: `1218 + n * (1 ±0)`
|
|
// Minimum execution time: 274_200_000 picoseconds.
|
|
Weight::from_parts(299_524_586, 1218)
|
|
// Standard Error: 33
|
|
.saturating_add(Weight::from_parts(272, 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: `880 + r * (296 ±0)`
|
|
// Estimated: `885 + r * (297 ±0)`
|
|
// Minimum execution time: 258_535_000 picoseconds.
|
|
Weight::from_parts(190_468_808, 885)
|
|
// Standard Error: 11_940
|
|
.saturating_add(Weight::from_parts(6_737_079, 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: `1232 + n * (1 ±0)`
|
|
// Estimated: `1232 + n * (1 ±0)`
|
|
// Minimum execution time: 280_536_000 picoseconds.
|
|
Weight::from_parts(304_479_477, 1232)
|
|
// Standard Error: 37
|
|
.saturating_add(Weight::from_parts(534, 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: `1382 + r * (45 ±0)`
|
|
// Estimated: `7274 + r * (2520 ±0)`
|
|
// Minimum execution time: 260_373_000 picoseconds.
|
|
Weight::from_parts(278_290_000, 7274)
|
|
// Standard Error: 25_683
|
|
.saturating_add(Weight::from_parts(39_264_864, 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: `1227 + r * (245 ±0)`
|
|
// Estimated: `9407 + r * (2721 ±0)`
|
|
// Minimum execution time: 277_621_000 picoseconds.
|
|
Weight::from_parts(281_775_000, 9407)
|
|
// Standard Error: 110_802
|
|
.saturating_add(Weight::from_parts(245_363_533, 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: `6779 + r * (2637 ±3)`
|
|
// Minimum execution time: 267_314_000 picoseconds.
|
|
Weight::from_parts(279_888_000, 6779)
|
|
// Standard Error: 144_378
|
|
.saturating_add(Weight::from_parts(244_606_414, 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: `1274 + t * (277 ±0)`
|
|
// Estimated: `12164 + t * (5227 ±0)`
|
|
// Minimum execution time: 477_589_000 picoseconds.
|
|
Weight::from_parts(70_712_793, 12164)
|
|
// Standard Error: 11_713_135
|
|
.saturating_add(Weight::from_parts(375_371_698, 0).saturating_mul(t.into()))
|
|
// Standard Error: 17
|
|
.saturating_add(Weight::from_parts(991, 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: `Balances::Holds` (r:800 w:800)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(85), added: 2560, 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 `[1, 800]`.
|
|
fn seal_instantiate(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1245 + r * (255 ±0)`
|
|
// Estimated: `9587 + r * (2731 ±0)`
|
|
// Minimum execution time: 662_502_000 picoseconds.
|
|
Weight::from_parts(671_726_000, 9587)
|
|
// Standard Error: 351_643
|
|
.saturating_add(Weight::from_parts(390_457_971, 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: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(85), added: 2560, 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 `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: `1270 + t * (104 ±0)`
|
|
// Estimated: `12178 + t * (2549 ±1)`
|
|
// Minimum execution time: 2_675_525_000 picoseconds.
|
|
Weight::from_parts(851_421_242, 12178)
|
|
// Standard Error: 7_094_722
|
|
.saturating_add(Weight::from_parts(112_457_697, 0).saturating_mul(t.into()))
|
|
// Standard Error: 11
|
|
.saturating_add(Weight::from_parts(1_867, 0).saturating_mul(i.into()))
|
|
// Standard Error: 11
|
|
.saturating_add(Weight::from_parts(1_931, 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: `829 + r * (8 ±0)`
|
|
// Estimated: `6768 + r * (8 ±0)`
|
|
// Minimum execution time: 270_818_000 picoseconds.
|
|
Weight::from_parts(286_520_166, 6768)
|
|
// Standard Error: 575
|
|
.saturating_add(Weight::from_parts(402_286, 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: `837`
|
|
// Estimated: `6775`
|
|
// Minimum execution time: 257_134_000 picoseconds.
|
|
Weight::from_parts(268_214_648, 6775)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_098, 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: `831 + r * (8 ±0)`
|
|
// Estimated: `6773 + r * (8 ±0)`
|
|
// Minimum execution time: 259_222_000 picoseconds.
|
|
Weight::from_parts(283_273_283, 6773)
|
|
// Standard Error: 967
|
|
.saturating_add(Weight::from_parts(817_596, 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: `839`
|
|
// Estimated: `6781`
|
|
// Minimum execution time: 260_040_000 picoseconds.
|
|
Weight::from_parts(283_869_860, 6781)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(3_349, 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: `831 + r * (8 ±0)`
|
|
// Estimated: `6775 + r * (8 ±0)`
|
|
// Minimum execution time: 260_698_000 picoseconds.
|
|
Weight::from_parts(282_900_345, 6775)
|
|
// Standard Error: 805
|
|
.saturating_add(Weight::from_parts(469_457, 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: `839`
|
|
// Estimated: `6780`
|
|
// Minimum execution time: 256_967_000 picoseconds.
|
|
Weight::from_parts(273_024_512, 6780)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_204, 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: `831 + r * (8 ±0)`
|
|
// Estimated: `6772 + r * (8 ±0)`
|
|
// Minimum execution time: 272_039_000 picoseconds.
|
|
Weight::from_parts(289_853_116, 6772)
|
|
// Standard Error: 559
|
|
.saturating_add(Weight::from_parts(459_383, 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: `839`
|
|
// Estimated: `6778`
|
|
// Minimum execution time: 253_913_000 picoseconds.
|
|
Weight::from_parts(274_682_010, 6778)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_204, 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: `964 + n * (1 ±0)`
|
|
// Estimated: `6901 + n * (1 ±0)`
|
|
// Minimum execution time: 343_955_000 picoseconds.
|
|
Weight::from_parts(350_777_388, 6901)
|
|
// Standard Error: 14
|
|
.saturating_add(Weight::from_parts(5_915, 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: `774 + r * (112 ±0)`
|
|
// Estimated: `6715 + r * (112 ±0)`
|
|
// Minimum execution time: 268_698_000 picoseconds.
|
|
Weight::from_parts(336_398_814, 6715)
|
|
// Standard Error: 16_627
|
|
.saturating_add(Weight::from_parts(56_155_384, 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: `874 + r * (76 ±0)`
|
|
// Estimated: `6768 + r * (77 ±0)`
|
|
// Minimum execution time: 258_906_000 picoseconds.
|
|
Weight::from_parts(340_672_829, 6768)
|
|
// Standard Error: 18_295
|
|
.saturating_add(Weight::from_parts(46_106_884, 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: `844 + r * (42 ±0)`
|
|
// Estimated: `6783 + r * (42 ±0)`
|
|
// Minimum execution time: 275_105_000 picoseconds.
|
|
Weight::from_parts(313_700_348, 6783)
|
|
// Standard Error: 11_960
|
|
.saturating_add(Weight::from_parts(12_050_300, 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: `6774 + r * (3090 ±7)`
|
|
// Minimum execution time: 259_178_000 picoseconds.
|
|
Weight::from_parts(275_643_000, 6774)
|
|
// Standard Error: 54_044
|
|
.saturating_add(Weight::from_parts(26_026_930, 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: `895 + r * (131 ±0)`
|
|
// Estimated: `6845 + r * (2606 ±0)`
|
|
// Minimum execution time: 263_386_000 picoseconds.
|
|
Weight::from_parts(295_443_439, 6845)
|
|
// Standard Error: 24_422
|
|
.saturating_add(Weight::from_parts(6_429_537, 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: `936 + r * (183 ±0)`
|
|
// Estimated: `129453 + r * (2568 ±0)`
|
|
// Minimum execution time: 261_371_000 picoseconds.
|
|
Weight::from_parts(297_493_194, 129453)
|
|
// Standard Error: 23_734
|
|
.saturating_add(Weight::from_parts(5_673_169, 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: `825 + r * (3 ±0)`
|
|
// Estimated: `6771 + r * (3 ±0)`
|
|
// Minimum execution time: 275_558_000 picoseconds.
|
|
Weight::from_parts(287_220_765, 6771)
|
|
// Standard Error: 437
|
|
.saturating_add(Weight::from_parts(184_125, 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: `2076 + r * (39 ±0)`
|
|
// Estimated: `7866 + r * (40 ±0)`
|
|
// Minimum execution time: 265_752_000 picoseconds.
|
|
Weight::from_parts(331_187_665, 7866)
|
|
// Standard Error: 1_950
|
|
.saturating_add(Weight::from_parts(312_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, 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: `828 + r * (3 ±0)`
|
|
// Estimated: `6768 + r * (3 ±0)`
|
|
// Minimum execution time: 257_114_000 picoseconds.
|
|
Weight::from_parts(286_686_654, 6768)
|
|
// Standard Error: 426
|
|
.saturating_add(Weight::from_parts(162_295, 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_i64const(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 1_388_000 picoseconds.
|
|
Weight::from_parts(1_680_408, 0)
|
|
// Standard Error: 21
|
|
.saturating_add(Weight::from_parts(10_564, 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: 2_410_000 picoseconds.
|
|
Weight::from_parts(2_581_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: `451 + k * (69 ±0)`
|
|
// Estimated: `441 + k * (70 ±0)`
|
|
// Minimum execution time: 13_278_000 picoseconds.
|
|
Weight::from_parts(13_944_000, 441)
|
|
// Standard Error: 1_643
|
|
.saturating_add(Weight::from_parts(1_194_404, 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_533_000 picoseconds.
|
|
Weight::from_parts(9_141_899, 6149)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_327, 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_998_000 picoseconds.
|
|
Weight::from_parts(17_776_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_919_000 picoseconds.
|
|
Weight::from_parts(4_057_153, 3635)
|
|
// Standard Error: 1_252
|
|
.saturating_add(Weight::from_parts(1_151_419, 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: 17_730_000 picoseconds.
|
|
Weight::from_parts(17_540_884, 6263)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(417, 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: 13_089_000 picoseconds.
|
|
Weight::from_parts(13_727_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(85), added: 2560, mode: `Measured`)
|
|
fn v14_migration_step() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `360`
|
|
// Estimated: `6300`
|
|
// Minimum execution time: 49_083_000 picoseconds.
|
|
Weight::from_parts(50_462_000, 6300)
|
|
.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: 49_299_000 picoseconds.
|
|
Weight::from_parts(50_805_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: 3_305_000 picoseconds.
|
|
Weight::from_parts(3_489_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: 12_657_000 picoseconds.
|
|
Weight::from_parts(13_100_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_784_000 picoseconds.
|
|
Weight::from_parts(4_994_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_762_000 picoseconds.
|
|
Weight::from_parts(6_945_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_999_000 picoseconds.
|
|
Weight::from_parts(7_372_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: `759`
|
|
// Estimated: `6710 + c * (1 ±0)`
|
|
// Minimum execution time: 304_121_000 picoseconds.
|
|
Weight::from_parts(288_627_840, 6710)
|
|
// Standard Error: 83
|
|
.saturating_add(Weight::from_parts(37_343, 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(85), added: 2560, 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: `290`
|
|
// Estimated: `8714`
|
|
// Minimum execution time: 4_101_589_000 picoseconds.
|
|
Weight::from_parts(694_193_047, 8714)
|
|
// Standard Error: 334
|
|
.saturating_add(Weight::from_parts(108_847, 0).saturating_mul(c.into()))
|
|
// Standard Error: 40
|
|
.saturating_add(Weight::from_parts(1_677, 0).saturating_mul(i.into()))
|
|
// Standard Error: 40
|
|
.saturating_add(Weight::from_parts(1_783, 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: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(85), added: 2560, mode: `Measured`)
|
|
/// 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]`.
|
|
/// The range of component `s` is `[0, 1048576]`.
|
|
fn instantiate(i: u32, s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `527`
|
|
// Estimated: `6471`
|
|
// Minimum execution time: 2_011_580_000 picoseconds.
|
|
Weight::from_parts(397_415_227, 6471)
|
|
// Standard Error: 10
|
|
.saturating_add(Weight::from_parts(1_689, 0).saturating_mul(i.into()))
|
|
// Standard Error: 10
|
|
.saturating_add(Weight::from_parts(1_679, 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: `793`
|
|
// Estimated: `6733`
|
|
// Minimum execution time: 204_975_000 picoseconds.
|
|
Weight::from_parts(214_770_000, 6733)
|
|
.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(85), added: 2560, 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: 269_545_000 picoseconds.
|
|
Weight::from_parts(256_054_650, 3607)
|
|
// Standard Error: 91
|
|
.saturating_add(Weight::from_parts(72_743, 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(85), added: 2560, 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: 47_880_000 picoseconds.
|
|
Weight::from_parts(49_427_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: 37_898_000 picoseconds.
|
|
Weight::from_parts(39_826_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: `833 + r * (6 ±0)`
|
|
// Estimated: `6773 + r * (6 ±0)`
|
|
// Minimum execution time: 260_916_000 picoseconds.
|
|
Weight::from_parts(295_521_846, 6773)
|
|
// Standard Error: 1_126
|
|
.saturating_add(Weight::from_parts(348_317, 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: `889 + r * (209 ±0)`
|
|
// Estimated: `6793 + r * (2684 ±0)`
|
|
// Minimum execution time: 274_335_000 picoseconds.
|
|
Weight::from_parts(132_998_512, 6793)
|
|
// Standard Error: 7_396
|
|
.saturating_add(Weight::from_parts(3_602_287, 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: `888 + r * (213 ±0)`
|
|
// Estimated: `6797 + r * (2688 ±0)`
|
|
// Minimum execution time: 272_514_000 picoseconds.
|
|
Weight::from_parts(104_825_618, 6797)
|
|
// Standard Error: 10_038
|
|
.saturating_add(Weight::from_parts(4_520_258, 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: `840 + r * (6 ±0)`
|
|
// Estimated: `6782 + r * (6 ±0)`
|
|
// Minimum execution time: 264_593_000 picoseconds.
|
|
Weight::from_parts(294_139_363, 6782)
|
|
// Standard Error: 907
|
|
.saturating_add(Weight::from_parts(432_964, 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: `830 + r * (3 ±0)`
|
|
// Estimated: `6771 + r * (3 ±0)`
|
|
// Minimum execution time: 260_412_000 picoseconds.
|
|
Weight::from_parts(284_371_703, 6771)
|
|
// Standard Error: 433
|
|
.saturating_add(Weight::from_parts(182_952, 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: `720 + r * (3 ±0)`
|
|
// Estimated: `6660 + r * (3 ±0)`
|
|
// Minimum execution time: 255_112_000 picoseconds.
|
|
Weight::from_parts(273_052_488, 6660)
|
|
// Standard Error: 376
|
|
.saturating_add(Weight::from_parts(166_644, 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: `834 + r * (6 ±0)`
|
|
// Estimated: `6774 + r * (6 ±0)`
|
|
// Minimum execution time: 270_426_000 picoseconds.
|
|
Weight::from_parts(289_240_775, 6774)
|
|
// Standard Error: 748
|
|
.saturating_add(Weight::from_parts(344_791, 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: `830 + r * (6 ±0)`
|
|
// Estimated: `6773 + r * (6 ±0)`
|
|
// Minimum execution time: 260_217_000 picoseconds.
|
|
Weight::from_parts(288_660_978, 6773)
|
|
// Standard Error: 1_199
|
|
.saturating_add(Weight::from_parts(550_304, 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: `974 + r * (6 ±0)`
|
|
// Estimated: `6898 + r * (6 ±0)`
|
|
// Minimum execution time: 273_473_000 picoseconds.
|
|
Weight::from_parts(298_889_279, 6898)
|
|
// Standard Error: 4_604
|
|
.saturating_add(Weight::from_parts(1_630_175, 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: `844 + r * (6 ±0)`
|
|
// Estimated: `6790 + r * (6 ±0)`
|
|
// Minimum execution time: 262_033_000 picoseconds.
|
|
Weight::from_parts(284_293_851, 6790)
|
|
// Standard Error: 591
|
|
.saturating_add(Weight::from_parts(369_240, 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: `842 + r * (6 ±0)`
|
|
// Estimated: `6783 + r * (6 ±0)`
|
|
// Minimum execution time: 274_568_000 picoseconds.
|
|
Weight::from_parts(294_688_466, 6783)
|
|
// Standard Error: 768
|
|
.saturating_add(Weight::from_parts(349_584, 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: `839 + r * (6 ±0)`
|
|
// Estimated: `6786 + r * (6 ±0)`
|
|
// Minimum execution time: 264_061_000 picoseconds.
|
|
Weight::from_parts(287_964_188, 6786)
|
|
// Standard Error: 490
|
|
.saturating_add(Weight::from_parts(356_273, 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: `830 + r * (6 ±0)`
|
|
// Estimated: `6771 + r * (6 ±0)`
|
|
// Minimum execution time: 275_707_000 picoseconds.
|
|
Weight::from_parts(290_797_828, 6771)
|
|
// Standard Error: 967
|
|
.saturating_add(Weight::from_parts(352_839, 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: `904 + r * (14 ±0)`
|
|
// Estimated: `6839 + r * (14 ±0)`
|
|
// Minimum execution time: 272_492_000 picoseconds.
|
|
Weight::from_parts(295_010_878, 6839)
|
|
// Standard Error: 2_549
|
|
.saturating_add(Weight::from_parts(1_426_715, 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: `832 + r * (6 ±0)`
|
|
// Estimated: `6774 + r * (6 ±0)`
|
|
// Minimum execution time: 257_981_000 picoseconds.
|
|
Weight::from_parts(285_824_773, 6774)
|
|
// Standard Error: 704
|
|
.saturating_add(Weight::from_parts(301_327, 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: `836`
|
|
// Estimated: `6776`
|
|
// Minimum execution time: 259_470_000 picoseconds.
|
|
Weight::from_parts(232_759_442, 6776)
|
|
// Standard Error: 24
|
|
.saturating_add(Weight::from_parts(981, 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: `820 + r * (45 ±0)`
|
|
// Estimated: `6760 + r * (45 ±0)`
|
|
// Minimum execution time: 252_740_000 picoseconds.
|
|
Weight::from_parts(278_155_436, 6760)
|
|
// Standard Error: 882_420
|
|
.saturating_add(Weight::from_parts(755_063, 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, 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: `830`
|
|
// Estimated: `6777`
|
|
// Minimum execution time: 257_318_000 picoseconds.
|
|
Weight::from_parts(285_765_697, 6777)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(322, 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(85), added: 2560, 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: `2939 + r * (316 ±0)`
|
|
// Estimated: `8879 + r * (5266 ±0)`
|
|
// Minimum execution time: 280_392_000 picoseconds.
|
|
Weight::from_parts(310_023_381, 8879)
|
|
// Standard Error: 1_008_026
|
|
.saturating_add(Weight::from_parts(130_208_818, 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: `911 + r * (10 ±0)`
|
|
// Estimated: `6852 + r * (10 ±0)`
|
|
// Minimum execution time: 270_547_000 picoseconds.
|
|
Weight::from_parts(295_931_189, 6852)
|
|
// Standard Error: 3_280
|
|
.saturating_add(Weight::from_parts(1_941_248, 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: `830 + r * (10 ±0)`
|
|
// Estimated: `6772 + r * (10 ±0)`
|
|
// Minimum execution time: 255_730_000 picoseconds.
|
|
Weight::from_parts(301_859_471, 6772)
|
|
// Standard Error: 5_401
|
|
.saturating_add(Weight::from_parts(3_887_632, 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: `847 + t * (32 ±0)`
|
|
// Estimated: `6792 + t * (2508 ±0)`
|
|
// Minimum execution time: 276_643_000 picoseconds.
|
|
Weight::from_parts(294_275_838, 6792)
|
|
// Standard Error: 106_745
|
|
.saturating_add(Weight::from_parts(2_831_489, 0).saturating_mul(t.into()))
|
|
// Standard Error: 29
|
|
.saturating_add(Weight::from_parts(624, 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: `829 + r * (7 ±0)`
|
|
// Estimated: `6774 + r * (7 ±0)`
|
|
// Minimum execution time: 169_012_000 picoseconds.
|
|
Weight::from_parts(179_567_029, 6774)
|
|
// Standard Error: 534
|
|
.saturating_add(Weight::from_parts(249_500, 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: `125780`
|
|
// Estimated: `131722`
|
|
// Minimum execution time: 408_647_000 picoseconds.
|
|
Weight::from_parts(387_678_006, 131722)
|
|
// Standard Error: 12
|
|
.saturating_add(Weight::from_parts(1_045, 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: `891 + r * (292 ±0)`
|
|
// Estimated: `892 + r * (293 ±0)`
|
|
// Minimum execution time: 279_315_000 picoseconds.
|
|
Weight::from_parts(171_270_899, 892)
|
|
// Standard Error: 15_492
|
|
.saturating_add(Weight::from_parts(6_776_878, 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: `1413`
|
|
// Estimated: `1396`
|
|
// Minimum execution time: 289_666_000 picoseconds.
|
|
Weight::from_parts(348_062_625, 1396)
|
|
// Standard Error: 79
|
|
.saturating_add(Weight::from_parts(532, 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: `1219 + n * (1 ±0)`
|
|
// Estimated: `1219 + n * (1 ±0)`
|
|
// Minimum execution time: 273_840_000 picoseconds.
|
|
Weight::from_parts(297_024_621, 1219)
|
|
// Standard Error: 55
|
|
.saturating_add(Weight::from_parts(945, 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: `887 + r * (288 ±0)`
|
|
// Estimated: `893 + r * (289 ±0)`
|
|
// Minimum execution time: 279_110_000 picoseconds.
|
|
Weight::from_parts(177_898_012, 893)
|
|
// Standard Error: 16_287
|
|
.saturating_add(Weight::from_parts(6_640_103, 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: `1215 + n * (1 ±0)`
|
|
// Estimated: `1215 + n * (1 ±0)`
|
|
// Minimum execution time: 276_566_000 picoseconds.
|
|
Weight::from_parts(304_992_376, 1215)
|
|
.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: `887 + r * (296 ±0)`
|
|
// Estimated: `889 + r * (297 ±0)`
|
|
// Minimum execution time: 266_285_000 picoseconds.
|
|
Weight::from_parts(200_488_939, 889)
|
|
// Standard Error: 11_193
|
|
.saturating_add(Weight::from_parts(5_467_725, 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: `1231 + n * (1 ±0)`
|
|
// Estimated: `1231 + n * (1 ±0)`
|
|
// Minimum execution time: 278_625_000 picoseconds.
|
|
Weight::from_parts(304_319_493, 1231)
|
|
// Standard Error: 39
|
|
.saturating_add(Weight::from_parts(415, 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: `898 + r * (288 ±0)`
|
|
// Estimated: `895 + r * (289 ±0)`
|
|
// Minimum execution time: 271_851_000 picoseconds.
|
|
Weight::from_parts(202_164_395, 895)
|
|
// Standard Error: 11_115
|
|
.saturating_add(Weight::from_parts(5_273_320, 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: `1218 + n * (1 ±0)`
|
|
// Estimated: `1218 + n * (1 ±0)`
|
|
// Minimum execution time: 274_200_000 picoseconds.
|
|
Weight::from_parts(299_524_586, 1218)
|
|
// Standard Error: 33
|
|
.saturating_add(Weight::from_parts(272, 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: `880 + r * (296 ±0)`
|
|
// Estimated: `885 + r * (297 ±0)`
|
|
// Minimum execution time: 258_535_000 picoseconds.
|
|
Weight::from_parts(190_468_808, 885)
|
|
// Standard Error: 11_940
|
|
.saturating_add(Weight::from_parts(6_737_079, 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: `1232 + n * (1 ±0)`
|
|
// Estimated: `1232 + n * (1 ±0)`
|
|
// Minimum execution time: 280_536_000 picoseconds.
|
|
Weight::from_parts(304_479_477, 1232)
|
|
// Standard Error: 37
|
|
.saturating_add(Weight::from_parts(534, 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: `1382 + r * (45 ±0)`
|
|
// Estimated: `7274 + r * (2520 ±0)`
|
|
// Minimum execution time: 260_373_000 picoseconds.
|
|
Weight::from_parts(278_290_000, 7274)
|
|
// Standard Error: 25_683
|
|
.saturating_add(Weight::from_parts(39_264_864, 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: `1227 + r * (245 ±0)`
|
|
// Estimated: `9407 + r * (2721 ±0)`
|
|
// Minimum execution time: 277_621_000 picoseconds.
|
|
Weight::from_parts(281_775_000, 9407)
|
|
// Standard Error: 110_802
|
|
.saturating_add(Weight::from_parts(245_363_533, 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: `6779 + r * (2637 ±3)`
|
|
// Minimum execution time: 267_314_000 picoseconds.
|
|
Weight::from_parts(279_888_000, 6779)
|
|
// Standard Error: 144_378
|
|
.saturating_add(Weight::from_parts(244_606_414, 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: `1274 + t * (277 ±0)`
|
|
// Estimated: `12164 + t * (5227 ±0)`
|
|
// Minimum execution time: 477_589_000 picoseconds.
|
|
Weight::from_parts(70_712_793, 12164)
|
|
// Standard Error: 11_713_135
|
|
.saturating_add(Weight::from_parts(375_371_698, 0).saturating_mul(t.into()))
|
|
// Standard Error: 17
|
|
.saturating_add(Weight::from_parts(991, 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: `Balances::Holds` (r:800 w:800)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(85), added: 2560, 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 `[1, 800]`.
|
|
fn seal_instantiate(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1245 + r * (255 ±0)`
|
|
// Estimated: `9587 + r * (2731 ±0)`
|
|
// Minimum execution time: 662_502_000 picoseconds.
|
|
Weight::from_parts(671_726_000, 9587)
|
|
// Standard Error: 351_643
|
|
.saturating_add(Weight::from_parts(390_457_971, 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: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(85), added: 2560, 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 `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: `1270 + t * (104 ±0)`
|
|
// Estimated: `12178 + t * (2549 ±1)`
|
|
// Minimum execution time: 2_675_525_000 picoseconds.
|
|
Weight::from_parts(851_421_242, 12178)
|
|
// Standard Error: 7_094_722
|
|
.saturating_add(Weight::from_parts(112_457_697, 0).saturating_mul(t.into()))
|
|
// Standard Error: 11
|
|
.saturating_add(Weight::from_parts(1_867, 0).saturating_mul(i.into()))
|
|
// Standard Error: 11
|
|
.saturating_add(Weight::from_parts(1_931, 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: `829 + r * (8 ±0)`
|
|
// Estimated: `6768 + r * (8 ±0)`
|
|
// Minimum execution time: 270_818_000 picoseconds.
|
|
Weight::from_parts(286_520_166, 6768)
|
|
// Standard Error: 575
|
|
.saturating_add(Weight::from_parts(402_286, 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: `837`
|
|
// Estimated: `6775`
|
|
// Minimum execution time: 257_134_000 picoseconds.
|
|
Weight::from_parts(268_214_648, 6775)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_098, 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: `831 + r * (8 ±0)`
|
|
// Estimated: `6773 + r * (8 ±0)`
|
|
// Minimum execution time: 259_222_000 picoseconds.
|
|
Weight::from_parts(283_273_283, 6773)
|
|
// Standard Error: 967
|
|
.saturating_add(Weight::from_parts(817_596, 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: `839`
|
|
// Estimated: `6781`
|
|
// Minimum execution time: 260_040_000 picoseconds.
|
|
Weight::from_parts(283_869_860, 6781)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(3_349, 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: `831 + r * (8 ±0)`
|
|
// Estimated: `6775 + r * (8 ±0)`
|
|
// Minimum execution time: 260_698_000 picoseconds.
|
|
Weight::from_parts(282_900_345, 6775)
|
|
// Standard Error: 805
|
|
.saturating_add(Weight::from_parts(469_457, 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: `839`
|
|
// Estimated: `6780`
|
|
// Minimum execution time: 256_967_000 picoseconds.
|
|
Weight::from_parts(273_024_512, 6780)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_204, 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: `831 + r * (8 ±0)`
|
|
// Estimated: `6772 + r * (8 ±0)`
|
|
// Minimum execution time: 272_039_000 picoseconds.
|
|
Weight::from_parts(289_853_116, 6772)
|
|
// Standard Error: 559
|
|
.saturating_add(Weight::from_parts(459_383, 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: `839`
|
|
// Estimated: `6778`
|
|
// Minimum execution time: 253_913_000 picoseconds.
|
|
Weight::from_parts(274_682_010, 6778)
|
|
// Standard Error: 1
|
|
.saturating_add(Weight::from_parts(1_204, 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: `964 + n * (1 ±0)`
|
|
// Estimated: `6901 + n * (1 ±0)`
|
|
// Minimum execution time: 343_955_000 picoseconds.
|
|
Weight::from_parts(350_777_388, 6901)
|
|
// Standard Error: 14
|
|
.saturating_add(Weight::from_parts(5_915, 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: `774 + r * (112 ±0)`
|
|
// Estimated: `6715 + r * (112 ±0)`
|
|
// Minimum execution time: 268_698_000 picoseconds.
|
|
Weight::from_parts(336_398_814, 6715)
|
|
// Standard Error: 16_627
|
|
.saturating_add(Weight::from_parts(56_155_384, 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: `874 + r * (76 ±0)`
|
|
// Estimated: `6768 + r * (77 ±0)`
|
|
// Minimum execution time: 258_906_000 picoseconds.
|
|
Weight::from_parts(340_672_829, 6768)
|
|
// Standard Error: 18_295
|
|
.saturating_add(Weight::from_parts(46_106_884, 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: `844 + r * (42 ±0)`
|
|
// Estimated: `6783 + r * (42 ±0)`
|
|
// Minimum execution time: 275_105_000 picoseconds.
|
|
Weight::from_parts(313_700_348, 6783)
|
|
// Standard Error: 11_960
|
|
.saturating_add(Weight::from_parts(12_050_300, 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: `6774 + r * (3090 ±7)`
|
|
// Minimum execution time: 259_178_000 picoseconds.
|
|
Weight::from_parts(275_643_000, 6774)
|
|
// Standard Error: 54_044
|
|
.saturating_add(Weight::from_parts(26_026_930, 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: `895 + r * (131 ±0)`
|
|
// Estimated: `6845 + r * (2606 ±0)`
|
|
// Minimum execution time: 263_386_000 picoseconds.
|
|
Weight::from_parts(295_443_439, 6845)
|
|
// Standard Error: 24_422
|
|
.saturating_add(Weight::from_parts(6_429_537, 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: `936 + r * (183 ±0)`
|
|
// Estimated: `129453 + r * (2568 ±0)`
|
|
// Minimum execution time: 261_371_000 picoseconds.
|
|
Weight::from_parts(297_493_194, 129453)
|
|
// Standard Error: 23_734
|
|
.saturating_add(Weight::from_parts(5_673_169, 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: `825 + r * (3 ±0)`
|
|
// Estimated: `6771 + r * (3 ±0)`
|
|
// Minimum execution time: 275_558_000 picoseconds.
|
|
Weight::from_parts(287_220_765, 6771)
|
|
// Standard Error: 437
|
|
.saturating_add(Weight::from_parts(184_125, 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: `2076 + r * (39 ±0)`
|
|
// Estimated: `7866 + r * (40 ±0)`
|
|
// Minimum execution time: 265_752_000 picoseconds.
|
|
Weight::from_parts(331_187_665, 7866)
|
|
// Standard Error: 1_950
|
|
.saturating_add(Weight::from_parts(312_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, 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: `828 + r * (3 ±0)`
|
|
// Estimated: `6768 + r * (3 ±0)`
|
|
// Minimum execution time: 257_114_000 picoseconds.
|
|
Weight::from_parts(286_686_654, 6768)
|
|
// Standard Error: 426
|
|
.saturating_add(Weight::from_parts(162_295, 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_i64const(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 1_388_000 picoseconds.
|
|
Weight::from_parts(1_680_408, 0)
|
|
// Standard Error: 21
|
|
.saturating_add(Weight::from_parts(10_564, 0).saturating_mul(r.into()))
|
|
}
|
|
}
|