From 7b2f70c73ff524c204214b0e3fc5522d2ad238eb Mon Sep 17 00:00:00 2001 From: Enddy Dumbrique Date: Wed, 22 May 2024 15:09:46 -0700 Subject: [PATCH] chore(upgrade): polkadot v1.1.0 to v1.2.0 Upgrade Polkadot v1.1.0 to v1.2.0. [Polkadot release notes](https://forum.polkadot.network/t/polkadot-release-analysis-v1-2-0/4451) Lazy Migration https://github.com/paritytech/polkadot-sdk/pull/1363 Update weights. issue-1718 --- Cargo.lock | 813 ++++++++---------- Cargo.toml | 190 ++-- e2e/package-lock.json | 3 +- e2e/proxy-pallet/proxy.test.ts | 6 +- node/service/src/block_sealing.rs | 1 + pallets/capacity/src/weights.rs | 44 +- .../frequency-tx-payment/src/tests/mock.rs | 5 +- .../src/tests/pallet_tests.rs | 76 +- pallets/frequency-tx-payment/src/weights.rs | 28 +- pallets/handles/src/weights.rs | 44 +- pallets/messages/src/weights.rs | 28 +- pallets/msa/src/tests/governance_tests.rs | 7 +- pallets/msa/src/weights.rs | 132 +-- pallets/schemas/src/tests/deprecated_tests.rs | 9 +- pallets/schemas/src/tests/other_tests.rs | 10 +- pallets/schemas/src/weights.rs | 140 +-- pallets/stateful-storage/src/weights.rs | 100 +-- pallets/time-release/src/weights.rs | 44 +- runtime/common/src/weights/block_weights.rs | 20 +- .../common/src/weights/extrinsic_weights.rs | 20 +- runtime/common/src/weights/pallet_balances.rs | 40 +- .../src/weights/pallet_collator_selection.rs | 68 +- .../src/weights/pallet_collective_council.rs | 126 +-- .../pallet_collective_technical_committee.rs | 128 +-- .../common/src/weights/pallet_democracy.rs | 158 ++-- runtime/common/src/weights/pallet_multisig.rs | 72 +- runtime/common/src/weights/pallet_preimage.rs | 181 ++-- runtime/common/src/weights/pallet_proxy.rs | 100 +-- .../common/src/weights/pallet_scheduler.rs | 82 +- runtime/common/src/weights/pallet_session.rs | 12 +- .../common/src/weights/pallet_timestamp.rs | 12 +- runtime/common/src/weights/pallet_treasury.rs | 36 +- runtime/common/src/weights/pallet_utility.rs | 36 +- runtime/frequency/src/lib.rs | 26 +- 34 files changed, 1398 insertions(+), 1399 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c31d57fec4..045837be8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,24 +360,10 @@ dependencies = [ "parity-scale-codec", ] -[[package]] -name = "ark-scale" -version = "0.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", - "parity-scale-codec", - "scale-info", -] - [[package]] name = "ark-secret-scalar" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +source = "git+https://github.com/w3f/ring-vrf?rev=f4fe253#f4fe2534ccc6d916cd10d9c16891e673728ec8b4" dependencies = [ "ark-ec", "ark-ff", @@ -425,7 +411,7 @@ dependencies = [ [[package]] name = "ark-transcript" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +source = "git+https://github.com/w3f/ring-vrf?rev=f4fe253#f4fe2534ccc6d916cd10d9c16891e673728ec8b4" dependencies = [ "ark-ff", "ark-serialize", @@ -755,13 +741,12 @@ dependencies = [ [[package]] name = "bandersnatch_vrfs" version = "0.0.1" -source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +source = "git+https://github.com/w3f/ring-vrf?rev=f4fe253#f4fe2534ccc6d916cd10d9c16891e673728ec8b4" dependencies = [ "ark-bls12-381", "ark-ec", "ark-ed-on-bls12-381-bandersnatch", "ark-ff", - "ark-scale 0.0.12", "ark-serialize", "ark-std", "dleq_vrf", @@ -816,7 +801,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "hash-db", "log", @@ -1356,7 +1341,7 @@ dependencies = [ [[package]] name = "common" version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213" +source = "git+https://github.com/w3f/ring-proof?rev=8657210#86572101f4210647984ab4efedba6b3fcc890895" dependencies = [ "ark-ec", "ark-ff", @@ -1365,6 +1350,7 @@ dependencies = [ "ark-std", "fflonk", "merlin 3.0.0", + "rand_chacha 0.3.1", ] [[package]] @@ -1759,7 +1745,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "clap", "parity-scale-codec", @@ -1775,7 +1761,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1798,7 +1784,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "cumulus-client-collator", @@ -1840,7 +1826,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -1869,7 +1855,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "anyhow", "async-trait", @@ -1884,7 +1870,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -1907,7 +1893,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1923,7 +1909,7 @@ dependencies = [ "sc-client-api", "sc-consensus", "sp-consensus", - "sp-maybe-compressed-blob", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", "sp-runtime", "tracing", ] @@ -1931,7 +1917,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -1966,7 +1952,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -1984,7 +1970,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2014,7 +2000,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -2025,7 +2011,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -2039,7 +2025,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2053,7 +2039,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2070,7 +2056,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2093,7 +2079,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "cumulus-primitives-core", "futures", @@ -2106,7 +2092,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2130,7 +2116,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2148,7 +2134,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", "async-trait", @@ -2183,7 +2169,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2221,7 +2207,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -2505,9 +2491,9 @@ dependencies = [ [[package]] name = "directories" -version = "4.0.1" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210" +checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" dependencies = [ "dirs-sys", ] @@ -2524,13 +2510,14 @@ dependencies = [ [[package]] name = "dirs-sys" -version = "0.3.7" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" +checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" dependencies = [ "libc", + "option-ext", "redox_users", - "winapi", + "windows-sys 0.48.0", ] [[package]] @@ -2558,11 +2545,11 @@ dependencies = [ [[package]] name = "dleq_vrf" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +source = "git+https://github.com/w3f/ring-vrf?rev=f4fe253#f4fe2534ccc6d916cd10d9c16891e673728ec8b4" dependencies = [ "ark-ec", "ark-ff", - "ark-scale 0.0.10", + "ark-scale", "ark-secret-scalar", "ark-serialize", "ark-std", @@ -2914,18 +2901,6 @@ dependencies = [ "quote", ] -[[package]] -name = "expander" -version = "0.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6" -dependencies = [ - "blake2", - "fs-err", - "proc-macro2", - "quote", -] - [[package]] name = "expander" version = "2.1.0" @@ -3115,7 +3090,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", ] @@ -3138,7 +3113,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "frame-support-procedural", @@ -3163,7 +3138,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "Inflector", "array-bytes", @@ -3211,7 +3186,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -3222,7 +3197,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3239,7 +3214,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "frame-system", @@ -3269,7 +3244,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-recursion", "futures", @@ -3291,7 +3266,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "aquamarine", "bitflags 1.3.2", @@ -3331,7 +3306,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "Inflector", "cfg-expr", @@ -3349,7 +3324,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.3.1", @@ -3361,7 +3336,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "proc-macro2", "quote", @@ -3371,7 +3346,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "cfg-if", "frame-support", @@ -3390,7 +3365,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -3405,7 +3380,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "sp-api", @@ -3414,7 +3389,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "parity-scale-codec", @@ -3554,7 +3529,7 @@ dependencies = [ "sp-std", "sp-transaction-pool", "sp-version", - "substrate-wasm-builder", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "system-runtime-api", ] @@ -4691,7 +4666,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "polkadot-primitives", @@ -5588,7 +5563,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "log", @@ -5607,7 +5582,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "anyhow", "jsonrpsee", @@ -6039,11 +6014,17 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +[[package]] +name = "option-ext" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + [[package]] name = "orchestra" -version = "0.0.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "227585216d05ba65c7ab0a0450a3cf2cbd81a98862a54c4df8e14d5ac6adb015" +checksum = "92829eef0328a3d1cd22a02c0e51deb92a5362df3e7d21a4e9bdc38934694e66" dependencies = [ "async-trait", "dyn-clonable", @@ -6051,19 +6032,20 @@ dependencies = [ "futures-timer", "orchestra-proc-macro", "pin-project", - "prioritized-metered-channel", + "prioritized-metered-channel 0.6.1", "thiserror", "tracing", ] [[package]] name = "orchestra-proc-macro" -version = "0.0.5" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2871aadd82a2c216ee68a69837a526dfe788ecbe74c4c5038a6acdbff6653066" +checksum = "eedb646674596266dc9bb2b5c7eea7c36b32ecc7777eba0d510196972d72c4fd" dependencies = [ - "expander 0.0.6", - "itertools 0.10.5", + "expander 2.1.0", + "indexmap 2.2.6", + "itertools 0.11.0", "petgraph", "proc-macro-crate 1.3.1", "proc-macro2", @@ -6083,7 +6065,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "frame-system", @@ -6100,7 +6082,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "frame-system", @@ -6116,7 +6098,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "frame-system", @@ -6130,7 +6112,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6154,7 +6136,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "aquamarine", "docify", @@ -6176,7 +6158,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6191,7 +6173,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "frame-system", @@ -6211,7 +6193,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -6236,7 +6218,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6274,7 +6256,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6293,7 +6275,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6312,7 +6294,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6329,7 +6311,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6346,7 +6328,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6364,7 +6346,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6387,7 +6369,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6401,7 +6383,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6420,7 +6402,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "docify", "frame-benchmarking", @@ -6496,7 +6478,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6571,7 +6553,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6587,7 +6569,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6607,7 +6589,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6624,7 +6606,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6641,7 +6623,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6710,7 +6692,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6790,7 +6772,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6806,7 +6788,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6822,7 +6804,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "frame-system", @@ -6841,7 +6823,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6861,7 +6843,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6872,7 +6854,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "frame-system", @@ -6889,7 +6871,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6913,7 +6895,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6930,7 +6912,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6945,7 +6927,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6963,7 +6945,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6978,7 +6960,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6997,7 +6979,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "docify", "frame-benchmarking", @@ -7071,7 +7053,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "frame-system", @@ -7093,7 +7075,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -7110,7 +7092,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -7128,7 +7110,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7151,7 +7133,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -7162,7 +7144,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "log", "sp-arithmetic", @@ -7171,7 +7153,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "sp-api", @@ -7180,7 +7162,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -7249,8 +7231,9 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", @@ -7284,8 +7267,9 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", @@ -7303,7 +7287,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -7322,7 +7306,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "frame-system", @@ -7338,7 +7322,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7354,7 +7338,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7366,7 +7350,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -7383,7 +7367,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -7399,7 +7383,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -7414,7 +7398,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -7429,7 +7413,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7450,7 +7434,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-benchmarking", "frame-support", @@ -7469,7 +7453,7 @@ dependencies = [ [[package]] name = "parachain-info" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -7825,7 +7809,7 @@ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-approval-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "futures-timer", @@ -7843,7 +7827,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "always-assert", "futures", @@ -7859,7 +7843,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "derive_more", "fatality", @@ -7882,8 +7866,9 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ + "async-trait", "fatality", "futures", "parity-scale-codec", @@ -7903,7 +7888,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "1.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "clap", "frame-benchmarking-cli", @@ -7921,7 +7906,7 @@ dependencies = [ "sp-core", "sp-io", "sp-keyring", - "sp-maybe-compressed-blob", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -7930,7 +7915,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bitvec", "fatality", @@ -7952,7 +7937,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "scale-info", @@ -7964,7 +7949,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "derive_more", "fatality", @@ -7989,7 +7974,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -8003,7 +7988,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "futures-timer", @@ -8024,7 +8009,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "always-assert", "async-trait", @@ -8047,7 +8032,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "parity-scale-codec", @@ -8057,7 +8042,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sp-core", - "sp-maybe-compressed-blob", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", "thiserror", "tracing-gum", ] @@ -8065,7 +8050,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bitvec", "derive_more", @@ -8094,7 +8079,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bitvec", "futures", @@ -8116,7 +8101,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bitvec", "fatality", @@ -8135,7 +8120,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "polkadot-node-subsystem", @@ -8150,7 +8135,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "futures", @@ -8164,14 +8149,14 @@ dependencies = [ "polkadot-overseer", "polkadot-parachain-primitives", "polkadot-primitives", - "sp-maybe-compressed-blob", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "polkadot-node-metrics", @@ -8186,7 +8171,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "futures-timer", @@ -8203,7 +8188,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "fatality", "futures", @@ -8222,7 +8207,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "futures", @@ -8239,7 +8224,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bitvec", "fatality", @@ -8256,7 +8241,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bitvec", "fatality", @@ -8273,7 +8258,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "always-assert", "futures", @@ -8290,7 +8275,7 @@ dependencies = [ "rand 0.8.5", "slotmap", "sp-core", - "sp-maybe-compressed-blob", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", "sp-wasm-interface", "substrate-build-script-utils", "tempfile", @@ -8301,7 +8286,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "polkadot-node-primitives", @@ -8317,7 +8302,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "cpu-time", "futures", @@ -8340,7 +8325,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-prepare-worker" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "libc", @@ -8353,7 +8338,7 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmtime", "sp-io", - "sp-maybe-compressed-blob", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", "sp-tracing", "tikv-jemalloc-ctl", "tokio", @@ -8363,7 +8348,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "polkadot-node-metrics", @@ -8378,7 +8363,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "lazy_static", "log", @@ -8396,7 +8381,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bs58 0.5.1", "futures", @@ -8404,7 +8389,7 @@ dependencies = [ "log", "parity-scale-codec", "polkadot-primitives", - "prioritized-metered-channel", + "prioritized-metered-channel 0.5.1", "sc-cli", "sc-service", "sc-tracing", @@ -8415,7 +8400,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -8439,7 +8424,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bounded-vec", "futures", @@ -8452,7 +8437,7 @@ dependencies = [ "sp-consensus-babe", "sp-core", "sp-keystore", - "sp-maybe-compressed-blob", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", "sp-runtime", "thiserror", "zstd 0.12.4", @@ -8461,7 +8446,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8471,7 +8456,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "derive_more", @@ -8482,6 +8467,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "polkadot-statement-table", + "sc-client-api", "sc-network", "sc-transaction-pool-api", "smallvec", @@ -8495,7 +8481,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "derive_more", @@ -8513,10 +8499,12 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", + "polkadot-node-subsystem-types", "polkadot-overseer", "polkadot-primitives", - "prioritized-metered-channel", + "prioritized-metered-channel 0.5.1", "rand 0.8.5", + "sc-client-api", "schnellru", "sp-application-crypto", "sp-core", @@ -8528,7 +8516,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "futures", @@ -8551,7 +8539,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bounded-collections", "derive_more", @@ -8568,7 +8556,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "env_logger 0.9.3", "log", @@ -8578,7 +8566,7 @@ dependencies = [ "polkadot-primitives", "quote", "sc-executor-common", - "sp-maybe-compressed-blob", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", "staging-kusama-runtime", "thiserror", ] @@ -8586,7 +8574,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bitvec", "hex-literal", @@ -8612,7 +8600,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -8641,107 +8629,10 @@ dependencies = [ "substrate-state-trie-migration-rpc", ] -[[package]] -name = "polkadot-runtime" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" -dependencies = [ - "bitvec", - "frame-benchmarking", - "frame-election-provider-support", - "frame-executive", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex-literal", - "log", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-bags-list", - "pallet-balances", - "pallet-bounties", - "pallet-child-bounties", - "pallet-collective", - "pallet-conviction-voting", - "pallet-democracy", - "pallet-election-provider-multi-phase", - "pallet-election-provider-support-benchmarking", - "pallet-elections-phragmen", - "pallet-fast-unstake", - "pallet-grandpa", - "pallet-identity", - "pallet-im-online", - "pallet-indices", - "pallet-membership", - "pallet-message-queue", - "pallet-multisig", - "pallet-nomination-pools", - "pallet-nomination-pools-benchmarking", - "pallet-nomination-pools-runtime-api", - "pallet-offences", - "pallet-offences-benchmarking", - "pallet-preimage", - "pallet-proxy", - "pallet-referenda", - "pallet-scheduler", - "pallet-session", - "pallet-session-benchmarking", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-staking-runtime-api", - "pallet-timestamp", - "pallet-tips", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-vesting", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", - "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-constants", - "polkadot-runtime-parachains", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "smallvec", - "sp-api", - "sp-arithmetic", - "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", - "sp-mmr-primitives", - "sp-npos-elections", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-storage", - "sp-transaction-pool", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "static_assertions", - "substrate-wasm-builder", -] - [[package]] name = "polkadot-runtime-common" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bitvec", "frame-benchmarking", @@ -8784,24 +8675,10 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-constants" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" -dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", - "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", -] - [[package]] name = "polkadot-runtime-metrics" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bs58 0.5.1", "frame-benchmarking", @@ -8814,7 +8691,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -8834,6 +8711,7 @@ dependencies = [ "pallet-timestamp", "pallet-vesting", "parity-scale-codec", + "polkadot-core-primitives", "polkadot-parachain-primitives", "polkadot-primitives", "polkadot-runtime-metrics", @@ -8860,7 +8738,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "frame-benchmarking", @@ -8915,8 +8793,6 @@ dependencies = [ "polkadot-parachain-primitives", "polkadot-primitives", "polkadot-rpc", - "polkadot-runtime", - "polkadot-runtime-common", "polkadot-runtime-parachains", "polkadot-statement-distribution", "rococo-runtime", @@ -8969,7 +8845,6 @@ dependencies = [ "sp-transaction-pool", "sp-version", "sp-weights", - "staging-kusama-runtime", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -8979,7 +8854,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -9003,7 +8878,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -9167,9 +9042,25 @@ dependencies = [ [[package]] name = "prioritized-metered-channel" -version = "0.2.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4" +checksum = "e99f0c89bd88f393aab44a4ab949351f7bc7e7e1179d11ecbfe50cbe4c47e342" +dependencies = [ + "coarsetime", + "crossbeam-queue", + "derive_more", + "futures", + "futures-timer", + "nanorand", + "thiserror", + "tracing", +] + +[[package]] +name = "prioritized-metered-channel" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a172e6cc603231f2cf004232eabcecccc0da53ba576ab286ef7baa0cfc7927ad" dependencies = [ "coarsetime", "crossbeam-queue", @@ -9682,13 +9573,14 @@ dependencies = [ [[package]] name = "ring" version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213" +source = "git+https://github.com/w3f/ring-proof?rev=8657210#86572101f4210647984ab4efedba6b3fcc890895" dependencies = [ "ark-ec", "ark-ff", "ark-poly", "ark-serialize", "ark-std", + "blake2", "common", "fflonk", "merlin 3.0.0", @@ -9743,7 +9635,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -9810,6 +9702,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-core", + "sp-genesis-builder", "sp-inherents", "sp-io", "sp-mmr-primitives", @@ -9825,13 +9718,13 @@ dependencies = [ "staging-xcm-builder", "staging-xcm-executor", "static_assertions", - "substrate-wasm-builder", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", ] [[package]] name = "rococo-runtime-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "polkadot-primitives", @@ -10065,7 +9958,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "log", "sp-core", @@ -10076,7 +9969,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "futures", @@ -10104,7 +9997,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "futures-timer", @@ -10127,7 +10020,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10142,7 +10035,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10161,7 +10054,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -10172,7 +10065,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", "chrono", @@ -10211,7 +10104,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "fnv", "futures", @@ -10231,13 +10124,14 @@ dependencies = [ "sp-state-machine", "sp-statement-store", "sp-storage", + "sp-trie", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "hash-db", "kvdb", @@ -10263,7 +10157,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "futures", @@ -10288,7 +10182,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "futures", @@ -10317,7 +10211,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "fork-tree", @@ -10334,7 +10228,6 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "scale-info", "sp-api", "sp-application-crypto", "sp-block-builder", @@ -10353,7 +10246,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "jsonrpsee", @@ -10375,7 +10268,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -10409,7 +10302,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "jsonrpsee", @@ -10428,7 +10321,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10441,7 +10334,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "ahash 0.8.11", "array-bytes", @@ -10482,7 +10375,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "finality-grandpa", "futures", @@ -10502,7 +10395,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "assert_matches", "async-trait", @@ -10537,7 +10430,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "futures", @@ -10560,7 +10453,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -10582,10 +10475,10 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "sc-allocator", - "sp-maybe-compressed-blob", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", "sp-wasm-interface", "thiserror", "wasm-instrument", @@ -10594,7 +10487,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "anyhow", "cfg-if", @@ -10611,7 +10504,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "ansi_term", "futures", @@ -10627,7 +10520,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -10641,7 +10534,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -10682,7 +10575,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-channel 1.9.0", "cid 0.9.0", @@ -10702,7 +10595,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -10719,7 +10612,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "ahash 0.8.11", "futures", @@ -10737,7 +10630,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -10758,7 +10651,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -10792,7 +10685,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", "futures", @@ -10810,7 +10703,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", "bytes", @@ -10844,7 +10737,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10853,7 +10746,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "jsonrpsee", @@ -10884,7 +10777,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10903,7 +10796,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "http", "jsonrpsee", @@ -10918,7 +10811,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", "futures", @@ -10946,7 +10839,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "directories", @@ -11010,7 +10903,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "log", "parity-scale-codec", @@ -11021,7 +10914,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "clap", "fs4", @@ -11035,7 +10928,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11054,7 +10947,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "libc", @@ -11073,7 +10966,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "chrono", "futures", @@ -11092,7 +10985,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "ansi_term", "atty", @@ -11121,7 +11014,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -11132,7 +11025,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "futures", @@ -11158,7 +11051,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "futures", @@ -11174,7 +11067,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-channel 1.9.0", "futures", @@ -11587,7 +11480,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "enumn", "parity-scale-codec", @@ -11781,7 +11674,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "hash-db", "log", @@ -11802,7 +11695,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "Inflector", "blake2", @@ -11816,7 +11709,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11829,7 +11722,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "integer-sqrt", "num-traits", @@ -11843,7 +11736,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11856,7 +11749,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "sp-api", "sp-inherents", @@ -11867,7 +11760,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "log", @@ -11885,7 +11778,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "futures", @@ -11900,7 +11793,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "parity-scale-codec", @@ -11917,7 +11810,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "parity-scale-codec", @@ -11936,7 +11829,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11955,7 +11848,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "finality-grandpa", "log", @@ -11973,7 +11866,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11985,10 +11878,9 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", - "arrayvec 0.7.4", "bandersnatch_vrfs", "bitflags 1.3.2", "blake2", @@ -12032,7 +11924,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "blake2b_simd", "byteorder", @@ -12045,7 +11937,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "quote", "sp-core-hashing", @@ -12055,7 +11947,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12064,7 +11956,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "proc-macro2", "quote", @@ -12074,7 +11966,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "environmental", "parity-scale-codec", @@ -12085,7 +11977,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "serde_json", "sp-api", @@ -12096,7 +11988,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -12110,7 +12002,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bytes", "ed25519-dalek", @@ -12134,7 +12026,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "lazy_static", "sp-core", @@ -12145,7 +12037,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -12163,10 +12055,19 @@ dependencies = [ "zstd 0.12.4", ] +[[package]] +name = "sp-maybe-compressed-blob" +version = "4.1.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" +dependencies = [ + "thiserror", + "zstd 0.12.4", +] + [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -12177,7 +12078,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12195,7 +12096,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "scale-info", @@ -12209,7 +12110,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "sp-api", "sp-core", @@ -12219,7 +12120,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "backtrace", "lazy_static", @@ -12229,7 +12130,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "rustc-hash", "serde", @@ -12239,7 +12140,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "either", "hash256-std-hasher", @@ -12261,7 +12162,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12279,7 +12180,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "Inflector", "proc-macro-crate 1.3.1", @@ -12291,7 +12192,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "scale-info", @@ -12306,7 +12207,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -12320,7 +12221,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "hash-db", "log", @@ -12341,7 +12242,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -12365,12 +12266,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12383,7 +12284,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "parity-scale-codec", @@ -12396,7 +12297,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "sp-std", @@ -12408,7 +12309,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "sp-api", "sp-runtime", @@ -12417,7 +12318,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "parity-scale-codec", @@ -12432,7 +12333,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "ahash 0.8.11", "hash-db", @@ -12455,7 +12356,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12472,7 +12373,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12483,7 +12384,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12496,7 +12397,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "parity-scale-codec", "scale-info", @@ -12565,7 +12466,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-kusama-runtime" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "binary-merkle-tree", "bitvec", @@ -12649,6 +12550,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-core", + "sp-genesis-builder", "sp-inherents", "sp-io", "sp-mmr-primitives", @@ -12665,13 +12567,13 @@ dependencies = [ "staging-xcm-builder", "staging-xcm-executor", "static_assertions", - "substrate-wasm-builder", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", ] [[package]] name = "staging-xcm" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "bounded-collections", "derivative", @@ -12688,7 +12590,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "frame-system", @@ -12710,7 +12612,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "environmental", "frame-benchmarking", @@ -12824,12 +12726,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12848,7 +12750,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "hyper", "log", @@ -12860,7 +12762,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "jsonrpsee", @@ -12873,7 +12775,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12890,7 +12792,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", "async-trait", @@ -12916,7 +12818,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "array-bytes", "frame-executive", @@ -12952,14 +12854,14 @@ dependencies = [ "sp-transaction-pool", "sp-trie", "sp-version", - "substrate-wasm-builder", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", "trie-db", ] [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "futures", "sc-block-builder", @@ -12984,7 +12886,25 @@ dependencies = [ "cargo_metadata", "filetime", "parity-wasm", - "sp-maybe-compressed-blob", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "strum 0.24.1", + "tempfile", + "toml 0.7.8", + "walkdir", + "wasm-opt", +] + +[[package]] +name = "substrate-wasm-builder" +version = "5.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" +dependencies = [ + "ansi_term", + "build-helper", + "cargo_metadata", + "filetime", + "parity-wasm", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", "strum 0.24.1", "tempfile", "toml 0.7.8", @@ -13517,7 +13437,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "coarsetime", "polkadot-node-jaeger", @@ -13529,7 +13449,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "expander 2.1.0", "proc-macro-crate 1.3.1", @@ -13584,9 +13504,9 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.27.1" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85" +checksum = "ff28e0f815c2fea41ebddf148e008b077d2faddb026c9555b29696114d602642" dependencies = [ "hash-db", "hashbrown 0.13.2", @@ -13659,7 +13579,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "async-trait", "clap", @@ -14327,7 +14247,7 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "westend-runtime" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "binary-merkle-tree", "bitvec", @@ -14404,6 +14324,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-core", + "sp-genesis-builder", "sp-inherents", "sp-io", "sp-mmr-primitives", @@ -14419,14 +14340,14 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", - "substrate-wasm-builder", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0)", "westend-runtime-constants", ] [[package]] name = "westend-runtime-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "frame-support", "polkadot-primitives", @@ -14801,7 +14722,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.2.0#63d7f90f778ae4aba0d82326cf7bba7087d96be4" dependencies = [ "Inflector", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index f11b1a2202..83e4cddc24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,27 +22,27 @@ parking_lot = "0.12.1" # substrate wasm parity-scale-codec = { version = "3.6.1", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -frame-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-io = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-io = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } scale-info = { version = "2.10.0", default-features = false, features = [ "derive", ] } -sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-version = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-version = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } chrono = { version = "0.4.24" } pretty_assertions = { version = "1.3.0" } smallvec = "1.11.0" @@ -52,52 +52,52 @@ serde = { version = "1.0", default-features = false } serial_test = { version = "0.9.0", default-features = false } # substrate pallets -pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-preimage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } # polkadot -polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -polkadot-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +polkadot-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } # cumulus -cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-client-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-relay-chain-rpc-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +cumulus-client-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +cumulus-relay-chain-rpc-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } -cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-pallet-session-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-primitives-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-primitives-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-collator-selection = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -parachain-info = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +cumulus-pallet-session-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +cumulus-primitives-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +cumulus-primitives-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +pallet-collator-selection = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +parachain-info = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } # client derive_more = "0.99.17" @@ -114,42 +114,42 @@ tokio = { version = "1.25.0", default-features = false } unicode-normalization = { version = "0.1.22", default-features = false } clap = { version = "4.2.5", features = ["derive"] } -frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-client-db = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-network-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-wasm-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -substrate-test-runtime-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-client-db = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sc-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-network-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +sp-wasm-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } +substrate-test-runtime-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false } +try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" } [profile.release] panic = "unwind" diff --git a/e2e/package-lock.json b/e2e/package-lock.json index 55e09257ff..6382f0aa88 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -2431,7 +2431,8 @@ "node_modules/@frequency-chain/api-augment": { "version": "0.0.0", "resolved": "file:../js/api-augment/dist/frequency-chain-api-augment-0.0.0.tgz", - "integrity": "sha512-nuMKMS4YvCIIL8gew99qKNy20Fh7PacKzGDewZeKLQsE5aqpmF8YIqcuIF4bUjs9heKrQkgyPviIss5++JBsNg==", + "integrity": "sha512-ZlGp6t5yVWDAw417htLPFjkuN+aXL6B5EsBcdSgcXwvMillMGCXCU6PSuKGW78hNqhLgPatJ3pXufSb05c6jvg==", + "license": "Apache-2.0", "dependencies": { "@polkadot/api": "^11.0.3", "@polkadot/rpc-provider": "^11.0.3", diff --git a/e2e/proxy-pallet/proxy.test.ts b/e2e/proxy-pallet/proxy.test.ts index 6628396b93..6727a18475 100644 --- a/e2e/proxy-pallet/proxy.test.ts +++ b/e2e/proxy-pallet/proxy.test.ts @@ -36,7 +36,7 @@ describe('Proxy', function () { ExtrinsicHelper.api.tx.proxy.proxy( stashKeys.address, 'Any', - ExtrinsicHelper.api.tx.balances.transfer(proxyKeys.address, 1n * DOLLARS) + ExtrinsicHelper.api.tx.balances.transferAllowDeath(proxyKeys.address, 1n * DOLLARS) ), proxyKeys, ExtrinsicHelper.api.events.balances.Transfer @@ -84,7 +84,7 @@ describe('Proxy', function () { ExtrinsicHelper.api.tx.proxy.proxy( stashKeys.address, 'Any', - ExtrinsicHelper.api.tx.balances.transfer(proxyKeys.address, 1n * DOLLARS) + ExtrinsicHelper.api.tx.balances.transferAllowDeath(proxyKeys.address, 1n * DOLLARS) ), proxyKeys, ExtrinsicHelper.api.events.system.ExtrinsicFailed @@ -104,7 +104,7 @@ describe('Proxy', function () { stashKeys.address, 'Any', ExtrinsicHelper.api.tx.utility.batch([ - ExtrinsicHelper.api.tx.balances.transfer(proxyKeys.address, 1n * DOLLARS), + ExtrinsicHelper.api.tx.balances.transferAllowDeath(proxyKeys.address, 1n * DOLLARS), ]) ), proxyKeys, diff --git a/node/service/src/block_sealing.rs b/node/service/src/block_sealing.rs index 1f737edf70..29bf109229 100644 --- a/node/service/src/block_sealing.rs +++ b/node/service/src/block_sealing.rs @@ -60,6 +60,7 @@ pub fn frequency_dev_sealing( import_queue, block_announce_validator_builder: None, warp_sync_params: None, + block_relay: None, })?; // Start off-chain workers if enabled diff --git a/pallets/capacity/src/weights.rs b/pallets/capacity/src/weights.rs index ca2764e2ca..73a60bc8fe 100644 --- a/pallets/capacity/src/weights.rs +++ b/pallets/capacity/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_capacity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -61,8 +61,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `6249` - // Minimum execution time: 40_905_000 picoseconds. - Weight::from_parts(41_735_000, 6249) + // Minimum execution time: 39_892_000 picoseconds. + Weight::from_parts(41_069_000, 6249) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -78,8 +78,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `285` // Estimated: `6249` - // Minimum execution time: 27_968_000 picoseconds. - Weight::from_parts(28_258_000, 6249) + // Minimum execution time: 27_071_000 picoseconds. + Weight::from_parts(27_828_000, 6249) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `2974` - // Minimum execution time: 3_960_000 picoseconds. - Weight::from_parts(4_060_000, 2974) + // Minimum execution time: 3_837_000 picoseconds. + Weight::from_parts(4_100_000, 2974) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -108,8 +108,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `271` // Estimated: `5071` - // Minimum execution time: 26_250_000 picoseconds. - Weight::from_parts(26_923_000, 5071) + // Minimum execution time: 26_393_000 picoseconds. + Weight::from_parts(27_053_000, 5071) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -119,8 +119,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_267_000 picoseconds. - Weight::from_parts(6_644_000, 0) + // Minimum execution time: 6_456_000 picoseconds. + Weight::from_parts(6_752_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -145,8 +145,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `6249` - // Minimum execution time: 40_905_000 picoseconds. - Weight::from_parts(41_735_000, 6249) + // Minimum execution time: 39_892_000 picoseconds. + Weight::from_parts(41_069_000, 6249) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -162,8 +162,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `285` // Estimated: `6249` - // Minimum execution time: 27_968_000 picoseconds. - Weight::from_parts(28_258_000, 6249) + // Minimum execution time: 27_071_000 picoseconds. + Weight::from_parts(27_828_000, 6249) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -175,8 +175,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `2974` - // Minimum execution time: 3_960_000 picoseconds. - Weight::from_parts(4_060_000, 2974) + // Minimum execution time: 3_837_000 picoseconds. + Weight::from_parts(4_100_000, 2974) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -192,8 +192,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `271` // Estimated: `5071` - // Minimum execution time: 26_250_000 picoseconds. - Weight::from_parts(26_923_000, 5071) + // Minimum execution time: 26_393_000 picoseconds. + Weight::from_parts(27_053_000, 5071) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -203,8 +203,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_267_000 picoseconds. - Weight::from_parts(6_644_000, 0) + // Minimum execution time: 6_456_000 picoseconds. + Weight::from_parts(6_752_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/pallets/frequency-tx-payment/src/tests/mock.rs b/pallets/frequency-tx-payment/src/tests/mock.rs index 3130a398d8..8d7ec3dd63 100644 --- a/pallets/frequency-tx-payment/src/tests/mock.rs +++ b/pallets/frequency-tx-payment/src/tests/mock.rs @@ -226,14 +226,15 @@ pub struct TestCapacityCalls; impl GetStableWeight for TestCapacityCalls { fn get_stable_weight(call: &RuntimeCall) -> Option { match call { - RuntimeCall::Balances(BalancesCall::transfer { .. }) => Some(Weight::from_parts(11, 0)), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { .. }) => + Some(Weight::from_parts(11, 0)), RuntimeCall::Msa(pallet_msa::Call::create { .. }) => Some(Weight::from_parts(12, 0)), _ => None, } } fn get_inner_calls(_call: &RuntimeCall) -> Option> { - return Some(vec![&RuntimeCall::Msa(pallet_msa::Call::create {})]) + return Some(vec![&RuntimeCall::Msa(pallet_msa::Call::create {})]); } } diff --git a/pallets/frequency-tx-payment/src/tests/pallet_tests.rs b/pallets/frequency-tx-payment/src/tests/pallet_tests.rs index e55a41e7fd..9753b5e3d1 100644 --- a/pallets/frequency-tx-payment/src/tests/pallet_tests.rs +++ b/pallets/frequency-tx-payment/src/tests/pallet_tests.rs @@ -23,7 +23,7 @@ fn transaction_payment_validate_is_succesful() { .execute_with(|| { let account_id = 1u64; let balances_call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); let dispatch_info = DispatchInfo { weight: Weight::from_parts(5, 0), ..Default::default() }; let len = 10; @@ -48,7 +48,7 @@ fn transaction_payment_validate_errors_when_balance_is_cannot_pay_for_fee() { .execute_with(|| { let account_id = 1u64; let balances_call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); let dispatch_info = DispatchInfo { weight: Weight::from_parts(5, 0), ..Default::default() }; let len = 10; @@ -76,7 +76,7 @@ fn transaction_payment_with_token_and_no_overcharge_post_dispatch_refund_is_succ .execute_with(|| { let account_id = 1u64; let balances_call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); let dispatch_info = DispatchInfo { weight: Weight::from_parts(5, 0), ..Default::default() }; let len = 10; @@ -119,7 +119,7 @@ fn transaction_payment_with_token_and_post_dispatch_refund_is_succesful() { .execute_with(|| { let account_id = 1u64; let balances_call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); let dispatch_info = DispatchInfo { weight: Weight::from_parts(5, 0), ..Default::default() }; let len = 10; @@ -168,7 +168,7 @@ fn transaction_payment_with_capacity_and_no_overcharge_post_dispatch_refund_is_s let account_id = 1u64; let balances_call: &::RuntimeCall = &RuntimeCall::FrequencyTxPayment(Call::pay_with_capacity { - call: Box::new(RuntimeCall::Balances(BalancesCall::transfer { + call: Box::new(RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100, })), @@ -279,7 +279,7 @@ fn charge_frq_transaction_payment_withdraw_fee_for_capacity_batch_tx_returns_tup let who = 1u64; let call: &::RuntimeCall = &RuntimeCall::FrequencyTxPayment(Call::pay_with_capacity_batch_all { - calls: vec![RuntimeCall::Balances(BalancesCall::transfer { + calls: vec![RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100, })], @@ -314,7 +314,7 @@ fn charge_frq_transaction_payment_withdraw_fee_for_capacity_tx_returns_tupple_wi let who = 1u64; let call: &::RuntimeCall = &RuntimeCall::FrequencyTxPayment(Call::pay_with_capacity { - call: Box::new(RuntimeCall::Balances(BalancesCall::transfer { + call: Box::new(RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100, })), @@ -351,7 +351,7 @@ fn charge_frq_transaction_payment_withdraw_fee_errors_for_capacity_tx_when_user_ let who = 1u64; let call: &::RuntimeCall = &RuntimeCall::FrequencyTxPayment(Call::pay_with_capacity { - call: Box::new(RuntimeCall::Balances(BalancesCall::transfer { + call: Box::new(RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100, })), @@ -380,7 +380,7 @@ fn charge_frq_transaction_payment_withdraw_fee_errors_for_non_capacity_tx_when_u let charge_tx_payment = ChargeFrqTransactionPayment::::from(0u64); let who = 1u64; let call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); let info = DispatchInfo { weight: Weight::from_parts(5, 0), ..Default::default() }; let len = 10; @@ -402,7 +402,7 @@ fn charge_frq_transaction_payment_withdraw_fee_for_non_capacity_tx_returns_tuppl let charge_tx_payment = ChargeFrqTransactionPayment::::from(0u64); let who = 1u64; let call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); let info = DispatchInfo { weight: Weight::from_parts(5, 0), ..Default::default() }; let len = 10; @@ -434,7 +434,7 @@ fn charge_frq_transaction_payment_withdraw_fee_for_free_non_capacity_tx_returns_ let charge_tx_payment = ChargeFrqTransactionPayment::::from(0u64); let who = 1u64; let call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); let info = DispatchInfo { weight: Weight::from_parts(5, 0), @@ -463,7 +463,10 @@ fn charge_frq_transaction_payment_tip_is_zero_for_capacity_calls() { let charge_tx_payment = ChargeFrqTransactionPayment::::from(fake_tip); let call: &::RuntimeCall = &RuntimeCall::FrequencyTxPayment(Call::pay_with_capacity { - call: Box::new(RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 })), + call: Box::new(RuntimeCall::Balances(BalancesCall::transfer_allow_death { + dest: 2, + value: 100, + })), }); let result = charge_tx_payment.tip(call); @@ -476,7 +479,7 @@ fn charge_frq_transaction_payment_tip_is_some_amount_for_non_capacity_calls() { let tip = 200; let charge_tx_payment = ChargeFrqTransactionPayment::::from(tip); let call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); let result = charge_tx_payment.tip(call); @@ -522,7 +525,7 @@ fn withdraw_fee_allows_only_configured_capacity_calls() { .execute_with(|| { let account_id = 1u64; let allowed_call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); let forbidden_call: &::RuntimeCall = &RuntimeCall::Balances(BalancesCall::transfer_all { dest: 2, keep_alive: false }); @@ -550,7 +553,7 @@ fn withdraw_fee_returns_custom_error_when_the_account_key_does_not_have_the_requ let _ = tests::mock::create_msa_account(account_id); let call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); let expected_err = TransactionValidityError::Invalid(InvalidTransaction::Payment); assert_withdraw_fee_result(account_id, call, Some(expected_err)); @@ -576,7 +579,7 @@ fn withdraw_fee_returns_custom_error_when_the_account_key_is_not_associated_with )); let call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); let expected_err = TransactionValidityError::Invalid(InvalidTransaction::Custom( ChargeFrqTransactionPaymentError::InvalidMsaKey as u8, @@ -617,7 +620,7 @@ fn withdraw_fee_replenishes_capacity_account_on_new_epoch_before_deducting_fee() Capacity::set_capacity_for(provider_msa_id, capacity_details); let call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); assert_withdraw_fee_result(provider_msa_id, call, None); @@ -663,7 +666,7 @@ fn withdraw_fee_does_not_replenish_if_not_new_epoch() { Capacity::set_capacity_for(provider_msa_id, capacity_details); let call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); assert_withdraw_fee_result(provider_msa_id, call, None); @@ -691,7 +694,7 @@ fn compute_capacity_fee_successful() { .build() .execute_with(|| { let call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); // fee = base_weight + extrinsic weight + len = CAPACITY_EXTRINSIC_BASE_WEIGHT + 11 + 10 = CAPACITY_EXTRINSIC_BASE_WEIGHT + 21 let fee = FrequencyTxPayment::compute_capacity_fee( @@ -715,8 +718,8 @@ fn pay_with_capacity_batch_all_happy_path() { let origin = 1u64; let calls = vec![ - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 10 }), - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 10 }), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 10 }), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 10 }), ]; let token_balance_before_call = Balances::free_balance(origin); @@ -745,17 +748,17 @@ fn pay_with_capacity_batch_all_errors_when_transaction_amount_exceeds_maximum() let token_balance_before_call = Balances::free_balance(origin); let too_many_calls = vec![ - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }), - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }), - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }), - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }), - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }), - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }), - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }), - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }), - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }), - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }), - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }), + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }), ]; assert_noop!( FrequencyTxPayment::pay_with_capacity_batch_all( @@ -782,10 +785,13 @@ fn pay_with_capacity_batch_all_transactions_will_all_fail_if_one_fails() { .execute_with(|| { let origin = 1u64; let successful_balance_transfer_call = - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); let balance_transfer_call_insufficient_funds = - RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100000000 }); + RuntimeCall::Balances(BalancesCall::transfer_allow_death { + dest: 2, + value: 100000000, + }); let token_balance_before_call = Balances::free_balance(origin); @@ -816,7 +822,7 @@ fn pay_with_capacity_batch_all_transactions_will_all_fail_if_one_fails() { fn compute_capacity_fee_returns_zero_when_call_is_not_capacity_eligible() { let balance_factor = 10; let call: &::RuntimeCall = - &RuntimeCall::Balances(BalancesCall::transfer { dest: 2, value: 100 }); + &RuntimeCall::Balances(BalancesCall::transfer_allow_death { dest: 2, value: 100 }); let origin = 111111; let extra = (); let xt = TestXt::new(call.clone(), Some((origin, extra))); diff --git a/pallets/frequency-tx-payment/src/weights.rs b/pallets/frequency-tx-payment/src/weights.rs index d16fc5dd07..0f81e5ac36 100644 --- a/pallets/frequency-tx-payment/src/weights.rs +++ b/pallets/frequency-tx-payment/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_frequency_tx_payment` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -44,18 +44,18 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_198_000 picoseconds. - Weight::from_parts(3_419_000, 0) + // Minimum execution time: 3_481_000 picoseconds. + Weight::from_parts(3_604_000, 0) } /// The range of component `n` is `[0, 10]`. fn pay_with_capacity_batch_all(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_966_000 picoseconds. - Weight::from_parts(8_089_079, 0) - // Standard Error: 12_460 - .saturating_add(Weight::from_parts(4_506_124, 0).saturating_mul(n.into())) + // Minimum execution time: 7_204_000 picoseconds. + Weight::from_parts(8_396_591, 0) + // Standard Error: 12_776 + .saturating_add(Weight::from_parts(4_780_895, 0).saturating_mul(n.into())) } } @@ -65,18 +65,18 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_198_000 picoseconds. - Weight::from_parts(3_419_000, 0) + // Minimum execution time: 3_481_000 picoseconds. + Weight::from_parts(3_604_000, 0) } /// The range of component `n` is `[0, 10]`. fn pay_with_capacity_batch_all(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_966_000 picoseconds. - Weight::from_parts(8_089_079, 0) - // Standard Error: 12_460 - .saturating_add(Weight::from_parts(4_506_124, 0).saturating_mul(n.into())) + // Minimum execution time: 7_204_000 picoseconds. + Weight::from_parts(8_396_591, 0) + // Standard Error: 12_776 + .saturating_add(Weight::from_parts(4_780_895, 0).saturating_mul(n.into())) } } diff --git a/pallets/handles/src/weights.rs b/pallets/handles/src/weights.rs index 28319eddd2..ef3a8b68e4 100644 --- a/pallets/handles/src/weights.rs +++ b/pallets/handles/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_handles` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -54,10 +54,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `116` // Estimated: `5009` - // Minimum execution time: 79_668_000 picoseconds. - Weight::from_parts(81_041_235, 5009) - // Standard Error: 17_182 - .saturating_add(Weight::from_parts(98_924, 0).saturating_mul(b.into())) + // Minimum execution time: 79_343_000 picoseconds. + Weight::from_parts(81_195_381, 5009) + // Standard Error: 20_547 + .saturating_add(Weight::from_parts(98_214, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -74,10 +74,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `222 + b * (1 ±0)` // Estimated: `5009` - // Minimum execution time: 90_082_000 picoseconds. - Weight::from_parts(91_301_258, 5009) - // Standard Error: 8_271 - .saturating_add(Weight::from_parts(171_709, 0).saturating_mul(b.into())) + // Minimum execution time: 89_301_000 picoseconds. + Weight::from_parts(91_216_152, 5009) + // Standard Error: 13_165 + .saturating_add(Weight::from_parts(159_540, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `231` // Estimated: `5009` - // Minimum execution time: 21_186_000 picoseconds. - Weight::from_parts(21_498_000, 5009) + // Minimum execution time: 20_778_000 picoseconds. + Weight::from_parts(21_140_000, 5009) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -113,10 +113,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `116` // Estimated: `5009` - // Minimum execution time: 79_668_000 picoseconds. - Weight::from_parts(81_041_235, 5009) - // Standard Error: 17_182 - .saturating_add(Weight::from_parts(98_924, 0).saturating_mul(b.into())) + // Minimum execution time: 79_343_000 picoseconds. + Weight::from_parts(81_195_381, 5009) + // Standard Error: 20_547 + .saturating_add(Weight::from_parts(98_214, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -133,10 +133,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `222 + b * (1 ±0)` // Estimated: `5009` - // Minimum execution time: 90_082_000 picoseconds. - Weight::from_parts(91_301_258, 5009) - // Standard Error: 8_271 - .saturating_add(Weight::from_parts(171_709, 0).saturating_mul(b.into())) + // Minimum execution time: 89_301_000 picoseconds. + Weight::from_parts(91_216_152, 5009) + // Standard Error: 13_165 + .saturating_add(Weight::from_parts(159_540, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -150,8 +150,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `231` // Estimated: `5009` - // Minimum execution time: 21_186_000 picoseconds. - Weight::from_parts(21_498_000, 5009) + // Minimum execution time: 20_778_000 picoseconds. + Weight::from_parts(21_140_000, 5009) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/pallets/messages/src/weights.rs b/pallets/messages/src/weights.rs index 92b74d496d..2891373312 100644 --- a/pallets/messages/src/weights.rs +++ b/pallets/messages/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_messages` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -53,10 +53,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `329` // Estimated: `5167` - // Minimum execution time: 30_832_000 picoseconds. - Weight::from_parts(31_893_045, 5167) - // Standard Error: 44 - .saturating_add(Weight::from_parts(846, 0).saturating_mul(n.into())) + // Minimum execution time: 30_280_000 picoseconds. + Weight::from_parts(33_431_567, 5167) + // Standard Error: 246 + .saturating_add(Weight::from_parts(850, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -70,8 +70,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `722` // Estimated: `4998` - // Minimum execution time: 30_409_000 picoseconds. - Weight::from_parts(30_810_000, 4998) + // Minimum execution time: 29_898_000 picoseconds. + Weight::from_parts(31_211_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -92,10 +92,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `329` // Estimated: `5167` - // Minimum execution time: 30_832_000 picoseconds. - Weight::from_parts(31_893_045, 5167) - // Standard Error: 44 - .saturating_add(Weight::from_parts(846, 0).saturating_mul(n.into())) + // Minimum execution time: 30_280_000 picoseconds. + Weight::from_parts(33_431_567, 5167) + // Standard Error: 246 + .saturating_add(Weight::from_parts(850, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -109,8 +109,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `722` // Estimated: `4998` - // Minimum execution time: 30_409_000 picoseconds. - Weight::from_parts(30_810_000, 4998) + // Minimum execution time: 29_898_000 picoseconds. + Weight::from_parts(31_211_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/pallets/msa/src/tests/governance_tests.rs b/pallets/msa/src/tests/governance_tests.rs index ebb509a46d..580392f5c6 100644 --- a/pallets/msa/src/tests/governance_tests.rs +++ b/pallets/msa/src/tests/governance_tests.rs @@ -1,7 +1,4 @@ -use frame_support::{ - assert_noop, assert_ok, - traits::{ChangeMembers, Hash}, -}; +use frame_support::{assert_noop, assert_ok, traits::ChangeMembers}; use sp_weights::Weight; @@ -38,7 +35,7 @@ fn propose_to_be_provider_happy_path() { ); // Find the Proposed event and get it's hash and index so it can be voted on - let proposed_events: Vec<(u32, Hash)> = System::events() + let proposed_events: Vec<(u32, ::Hash)> = System::events() .iter() .filter_map(|event| match event.event { RuntimeEvent::Council(pallet_collective::Event::Proposed { diff --git a/pallets/msa/src/weights.rs b/pallets/msa/src/weights.rs index aa4a4f2f92..9a7784ce5c 100644 --- a/pallets/msa/src/weights.rs +++ b/pallets/msa/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_msa` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -60,8 +60,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `4998` - // Minimum execution time: 15_631_000 picoseconds. - Weight::from_parts(15_862_000, 4998) + // Minimum execution time: 15_600_000 picoseconds. + Weight::from_parts(16_328_000, 4998) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -86,10 +86,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1284` // Estimated: `7521` - // Minimum execution time: 120_642_000 picoseconds. - Weight::from_parts(123_035_633, 7521) - // Standard Error: 19_709 - .saturating_add(Weight::from_parts(147_012, 0).saturating_mul(s.into())) + // Minimum execution time: 120_473_000 picoseconds. + Weight::from_parts(124_632_867, 7521) + // Standard Error: 28_568 + .saturating_add(Weight::from_parts(140_060, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -101,8 +101,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 16_053_000 picoseconds. - Weight::from_parts(16_699_000, 5167) + // Minimum execution time: 15_807_000 picoseconds. + Weight::from_parts(16_304_000, 5167) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -116,10 +116,10 @@ impl WeightInfo for SubstrateWeight { /// Proof: `Msa::PublicKeyCountForMsaId` (`max_values`: None, `max_size`: Some(17), added: 2492, mode: `MaxEncodedLen`) fn add_public_key_to_msa() -> Weight { // Proof Size summary in bytes: - // Measured: `1541` + // Measured: `1646` // Estimated: `10971` - // Minimum execution time: 172_787_000 picoseconds. - Weight::from_parts(176_778_000, 10971) + // Minimum execution time: 173_632_000 picoseconds. + Weight::from_parts(177_785_000, 10971) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -131,8 +131,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `254` // Estimated: `7521` - // Minimum execution time: 27_398_000 picoseconds. - Weight::from_parts(28_551_000, 7521) + // Minimum execution time: 27_485_000 picoseconds. + Weight::from_parts(28_846_000, 7521) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -144,8 +144,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `71` // Estimated: `4998` - // Minimum execution time: 22_917_000 picoseconds. - Weight::from_parts(23_850_000, 4998) + // Minimum execution time: 22_241_000 picoseconds. + Weight::from_parts(23_092_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -164,12 +164,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[0, 30]`. fn grant_delegation(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1331` + // Measured: `1332` // Estimated: `7521` - // Minimum execution time: 106_859_000 picoseconds. - Weight::from_parts(110_081_299, 7521) - // Standard Error: 8_861 - .saturating_add(Weight::from_parts(120_408, 0).saturating_mul(s.into())) + // Minimum execution time: 108_190_000 picoseconds. + Weight::from_parts(112_430_226, 7521) + // Standard Error: 24_963 + .saturating_add(Weight::from_parts(80_154, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -181,8 +181,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 16_224_000 picoseconds. - Weight::from_parts(16_662_000, 5167) + // Minimum execution time: 15_823_000 picoseconds. + Weight::from_parts(16_373_000, 5167) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -194,8 +194,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 13_135_000 picoseconds. - Weight::from_parts(13_387_000, 4998) + // Minimum execution time: 12_493_000 picoseconds. + Weight::from_parts(12_846_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -207,8 +207,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 13_150_000 picoseconds. - Weight::from_parts(13_486_000, 4998) + // Minimum execution time: 12_897_000 picoseconds. + Weight::from_parts(13_466_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -226,8 +226,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `147` // Estimated: `5097` - // Minimum execution time: 22_794_000 picoseconds. - Weight::from_parts(24_043_000, 5097) + // Minimum execution time: 22_711_000 picoseconds. + Weight::from_parts(22_898_000, 5097) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -242,10 +242,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `316 + s * (6 ±0)` // Estimated: `5167` - // Minimum execution time: 19_662_000 picoseconds. - Weight::from_parts(20_766_414, 5167) - // Standard Error: 5_053 - .saturating_add(Weight::from_parts(110_797, 0).saturating_mul(s.into())) + // Minimum execution time: 19_721_000 picoseconds. + Weight::from_parts(20_811_454, 5167) + // Standard Error: 4_191 + .saturating_add(Weight::from_parts(111_198, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -263,8 +263,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `4998` - // Minimum execution time: 15_631_000 picoseconds. - Weight::from_parts(15_862_000, 4998) + // Minimum execution time: 15_600_000 picoseconds. + Weight::from_parts(16_328_000, 4998) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -289,10 +289,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1284` // Estimated: `7521` - // Minimum execution time: 120_642_000 picoseconds. - Weight::from_parts(123_035_633, 7521) - // Standard Error: 19_709 - .saturating_add(Weight::from_parts(147_012, 0).saturating_mul(s.into())) + // Minimum execution time: 120_473_000 picoseconds. + Weight::from_parts(124_632_867, 7521) + // Standard Error: 28_568 + .saturating_add(Weight::from_parts(140_060, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(10_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -304,8 +304,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 16_053_000 picoseconds. - Weight::from_parts(16_699_000, 5167) + // Minimum execution time: 15_807_000 picoseconds. + Weight::from_parts(16_304_000, 5167) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -319,10 +319,10 @@ impl WeightInfo for () { /// Proof: `Msa::PublicKeyCountForMsaId` (`max_values`: None, `max_size`: Some(17), added: 2492, mode: `MaxEncodedLen`) fn add_public_key_to_msa() -> Weight { // Proof Size summary in bytes: - // Measured: `1541` + // Measured: `1646` // Estimated: `10971` - // Minimum execution time: 172_787_000 picoseconds. - Weight::from_parts(176_778_000, 10971) + // Minimum execution time: 173_632_000 picoseconds. + Weight::from_parts(177_785_000, 10971) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -334,8 +334,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `254` // Estimated: `7521` - // Minimum execution time: 27_398_000 picoseconds. - Weight::from_parts(28_551_000, 7521) + // Minimum execution time: 27_485_000 picoseconds. + Weight::from_parts(28_846_000, 7521) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -347,8 +347,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `71` // Estimated: `4998` - // Minimum execution time: 22_917_000 picoseconds. - Weight::from_parts(23_850_000, 4998) + // Minimum execution time: 22_241_000 picoseconds. + Weight::from_parts(23_092_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -367,12 +367,12 @@ impl WeightInfo for () { /// The range of component `s` is `[0, 30]`. fn grant_delegation(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1331` + // Measured: `1332` // Estimated: `7521` - // Minimum execution time: 106_859_000 picoseconds. - Weight::from_parts(110_081_299, 7521) - // Standard Error: 8_861 - .saturating_add(Weight::from_parts(120_408, 0).saturating_mul(s.into())) + // Minimum execution time: 108_190_000 picoseconds. + Weight::from_parts(112_430_226, 7521) + // Standard Error: 24_963 + .saturating_add(Weight::from_parts(80_154, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -384,8 +384,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 16_224_000 picoseconds. - Weight::from_parts(16_662_000, 5167) + // Minimum execution time: 15_823_000 picoseconds. + Weight::from_parts(16_373_000, 5167) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -397,8 +397,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 13_135_000 picoseconds. - Weight::from_parts(13_387_000, 4998) + // Minimum execution time: 12_493_000 picoseconds. + Weight::from_parts(12_846_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -410,8 +410,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 13_150_000 picoseconds. - Weight::from_parts(13_486_000, 4998) + // Minimum execution time: 12_897_000 picoseconds. + Weight::from_parts(13_466_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -429,8 +429,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `147` // Estimated: `5097` - // Minimum execution time: 22_794_000 picoseconds. - Weight::from_parts(24_043_000, 5097) + // Minimum execution time: 22_711_000 picoseconds. + Weight::from_parts(22_898_000, 5097) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -445,10 +445,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `316 + s * (6 ±0)` // Estimated: `5167` - // Minimum execution time: 19_662_000 picoseconds. - Weight::from_parts(20_766_414, 5167) - // Standard Error: 5_053 - .saturating_add(Weight::from_parts(110_797, 0).saturating_mul(s.into())) + // Minimum execution time: 19_721_000 picoseconds. + Weight::from_parts(20_811_454, 5167) + // Standard Error: 4_191 + .saturating_add(Weight::from_parts(111_198, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/pallets/schemas/src/tests/deprecated_tests.rs b/pallets/schemas/src/tests/deprecated_tests.rs index b1cf378adc..5617521fe3 100644 --- a/pallets/schemas/src/tests/deprecated_tests.rs +++ b/pallets/schemas/src/tests/deprecated_tests.rs @@ -4,12 +4,7 @@ use common_primitives::{ node::AccountId, schema::{ModelType, PayloadLocation, SchemaId, SchemaSetting}, }; -use frame_support::{ - assert_noop, assert_ok, - traits::{ChangeMembers, Hash}, - weights::Weight, - BoundedVec, -}; +use frame_support::{assert_noop, assert_ok, traits::ChangeMembers, weights::Weight, BoundedVec}; use parity_scale_codec::Encode; use serial_test::serial; @@ -95,7 +90,7 @@ fn propose_to_create_schema_happy_path() { ); // Find the Proposed event and get it's hash and index so it can be voted on - let proposed_events: Vec<(u32, Hash)> = System::events() + let proposed_events: Vec<(u32, ::Hash)> = System::events() .iter() .filter_map(|event| match event.event { RuntimeEvent::Council(pallet_collective::Event::Proposed { diff --git a/pallets/schemas/src/tests/other_tests.rs b/pallets/schemas/src/tests/other_tests.rs index 43e5052767..69d3163629 100644 --- a/pallets/schemas/src/tests/other_tests.rs +++ b/pallets/schemas/src/tests/other_tests.rs @@ -12,11 +12,7 @@ use common_primitives::{ }, }; use frame_support::{ - assert_noop, assert_ok, - dispatch::RawOrigin, - traits::{ChangeMembers, Hash}, - weights::Weight, - BoundedVec, + assert_noop, assert_ok, dispatch::RawOrigin, traits::ChangeMembers, weights::Weight, BoundedVec, }; use parity_scale_codec::Encode; use serial_test::serial; @@ -781,7 +777,7 @@ fn propose_to_create_schema_v2_happy_path() { ); // Find the Proposed event and get it's hash and index so it can be voted on - let proposed_events: Vec<(u32, Hash)> = System::events() + let proposed_events: Vec<(u32, ::Hash)> = System::events() .iter() .filter_map(|event| match event.event { RuntimeEvent::Council(pallet_collective::Event::Proposed { @@ -930,7 +926,7 @@ fn propose_to_create_schema_name_happy_path() { ); // Find the Proposed event and get it's hash and index so it can be voted on - let proposed_events: Vec<(u32, Hash)> = System::events() + let proposed_events: Vec<(u32, ::Hash)> = System::events() .iter() .filter_map(|event| match event.event { RuntimeEvent::Council(pallet_collective::Event::Proposed { diff --git a/pallets/schemas/src/weights.rs b/pallets/schemas/src/weights.rs index e5c13e68a8..b4f0b92e56 100644 --- a/pallets/schemas/src/weights.rs +++ b/pallets/schemas/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_schemas` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -61,10 +61,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 14_839_000 picoseconds. - Weight::from_parts(15_085_000, 2974) - // Standard Error: 48 - .saturating_add(Weight::from_parts(34_433, 0).saturating_mul(m.into())) + // Minimum execution time: 15_199_000 picoseconds. + Weight::from_parts(335_943, 2974) + // Standard Error: 74 + .saturating_add(Weight::from_parts(35_142, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -81,10 +81,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 15_171_000 picoseconds. - Weight::from_parts(15_251_000, 2974) - // Standard Error: 45 - .saturating_add(Weight::from_parts(34_456, 0).saturating_mul(m.into())) + // Minimum execution time: 15_168_000 picoseconds. + Weight::from_parts(15_305_000, 2974) + // Standard Error: 55 + .saturating_add(Weight::from_parts(34_794, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -103,10 +103,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 21_027_000 picoseconds. - Weight::from_parts(8_794_340, 5180) - // Standard Error: 34 - .saturating_add(Weight::from_parts(3_187, 0).saturating_mul(m.into())) + // Minimum execution time: 20_680_000 picoseconds. + Weight::from_parts(7_227_505, 5180) + // Standard Error: 36 + .saturating_add(Weight::from_parts(3_265, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -123,10 +123,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 14_891_000 picoseconds. - Weight::from_parts(15_023_000, 2974) - // Standard Error: 42 - .saturating_add(Weight::from_parts(34_376, 0).saturating_mul(m.into())) + // Minimum execution time: 15_303_000 picoseconds. + Weight::from_parts(3_659_695, 2974) + // Standard Error: 79 + .saturating_add(Weight::from_parts(35_142, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -145,10 +145,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 24_625_000 picoseconds. - Weight::from_parts(5_304_819, 5552) - // Standard Error: 63 - .saturating_add(Weight::from_parts(35_021, 0).saturating_mul(m.into())) + // Minimum execution time: 24_721_000 picoseconds. + Weight::from_parts(5_490_538, 5552) + // Standard Error: 83 + .saturating_add(Weight::from_parts(35_294, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -158,8 +158,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_287_000 picoseconds. - Weight::from_parts(6_632_000, 0) + // Minimum execution time: 6_413_000 picoseconds. + Weight::from_parts(6_785_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Schemas::GovernanceSchemaModelMaxBytes` (r:1 w:0) @@ -177,10 +177,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 24_479_000 picoseconds. - Weight::from_parts(6_314_500, 5552) - // Standard Error: 61 - .saturating_add(Weight::from_parts(34_969, 0).saturating_mul(m.into())) + // Minimum execution time: 24_450_000 picoseconds. + Weight::from_parts(24_744_000, 5552) + // Standard Error: 100 + .saturating_add(Weight::from_parts(34_636, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -199,10 +199,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 21_373_000 picoseconds. - Weight::from_parts(10_125_933, 5180) - // Standard Error: 34 - .saturating_add(Weight::from_parts(3_149, 0).saturating_mul(m.into())) + // Minimum execution time: 20_995_000 picoseconds. + Weight::from_parts(8_417_438, 5180) + // Standard Error: 35 + .saturating_add(Weight::from_parts(3_203, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -222,8 +222,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `433` // Estimated: `5383` - // Minimum execution time: 26_446_000 picoseconds. - Weight::from_parts(27_904_000, 5383) + // Minimum execution time: 26_644_000 picoseconds. + Weight::from_parts(27_275_000, 5383) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -235,8 +235,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `203` // Estimated: `5552` - // Minimum execution time: 16_375_000 picoseconds. - Weight::from_parts(16_840_000, 5552) + // Minimum execution time: 16_604_000 picoseconds. + Weight::from_parts(16_976_000, 5552) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -257,10 +257,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 14_839_000 picoseconds. - Weight::from_parts(15_085_000, 2974) - // Standard Error: 48 - .saturating_add(Weight::from_parts(34_433, 0).saturating_mul(m.into())) + // Minimum execution time: 15_199_000 picoseconds. + Weight::from_parts(335_943, 2974) + // Standard Error: 74 + .saturating_add(Weight::from_parts(35_142, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -277,10 +277,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 15_171_000 picoseconds. - Weight::from_parts(15_251_000, 2974) - // Standard Error: 45 - .saturating_add(Weight::from_parts(34_456, 0).saturating_mul(m.into())) + // Minimum execution time: 15_168_000 picoseconds. + Weight::from_parts(15_305_000, 2974) + // Standard Error: 55 + .saturating_add(Weight::from_parts(34_794, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -299,10 +299,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 21_027_000 picoseconds. - Weight::from_parts(8_794_340, 5180) - // Standard Error: 34 - .saturating_add(Weight::from_parts(3_187, 0).saturating_mul(m.into())) + // Minimum execution time: 20_680_000 picoseconds. + Weight::from_parts(7_227_505, 5180) + // Standard Error: 36 + .saturating_add(Weight::from_parts(3_265, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -319,10 +319,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 14_891_000 picoseconds. - Weight::from_parts(15_023_000, 2974) - // Standard Error: 42 - .saturating_add(Weight::from_parts(34_376, 0).saturating_mul(m.into())) + // Minimum execution time: 15_303_000 picoseconds. + Weight::from_parts(3_659_695, 2974) + // Standard Error: 79 + .saturating_add(Weight::from_parts(35_142, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -341,10 +341,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 24_625_000 picoseconds. - Weight::from_parts(5_304_819, 5552) - // Standard Error: 63 - .saturating_add(Weight::from_parts(35_021, 0).saturating_mul(m.into())) + // Minimum execution time: 24_721_000 picoseconds. + Weight::from_parts(5_490_538, 5552) + // Standard Error: 83 + .saturating_add(Weight::from_parts(35_294, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -354,8 +354,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_287_000 picoseconds. - Weight::from_parts(6_632_000, 0) + // Minimum execution time: 6_413_000 picoseconds. + Weight::from_parts(6_785_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: `Schemas::GovernanceSchemaModelMaxBytes` (r:1 w:0) @@ -373,10 +373,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 24_479_000 picoseconds. - Weight::from_parts(6_314_500, 5552) - // Standard Error: 61 - .saturating_add(Weight::from_parts(34_969, 0).saturating_mul(m.into())) + // Minimum execution time: 24_450_000 picoseconds. + Weight::from_parts(24_744_000, 5552) + // Standard Error: 100 + .saturating_add(Weight::from_parts(34_636, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -395,10 +395,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 21_373_000 picoseconds. - Weight::from_parts(10_125_933, 5180) - // Standard Error: 34 - .saturating_add(Weight::from_parts(3_149, 0).saturating_mul(m.into())) + // Minimum execution time: 20_995_000 picoseconds. + Weight::from_parts(8_417_438, 5180) + // Standard Error: 35 + .saturating_add(Weight::from_parts(3_203, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -418,8 +418,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `433` // Estimated: `5383` - // Minimum execution time: 26_446_000 picoseconds. - Weight::from_parts(27_904_000, 5383) + // Minimum execution time: 26_644_000 picoseconds. + Weight::from_parts(27_275_000, 5383) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -431,8 +431,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `203` // Estimated: `5552` - // Minimum execution time: 16_375_000 picoseconds. - Weight::from_parts(16_840_000, 5552) + // Minimum execution time: 16_604_000 picoseconds. + Weight::from_parts(16_976_000, 5552) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/pallets/stateful-storage/src/weights.rs b/pallets/stateful-storage/src/weights.rs index e1eba56e62..e0d3e28a56 100644 --- a/pallets/stateful-storage/src/weights.rs +++ b/pallets/stateful-storage/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_stateful_storage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -59,10 +59,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `318` // Estimated: `5268` - // Minimum execution time: 27_873_000 picoseconds. - Weight::from_parts(27_671_187, 5268) - // Standard Error: 43 - .saturating_add(Weight::from_parts(931, 0).saturating_mul(s.into())) + // Minimum execution time: 28_242_000 picoseconds. + Weight::from_parts(27_900_732, 5268) + // Standard Error: 55 + .saturating_add(Weight::from_parts(913, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -79,8 +79,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `10696` // Estimated: `15646` - // Minimum execution time: 42_087_000 picoseconds. - Weight::from_parts(45_807_921, 15646) + // Minimum execution time: 41_710_000 picoseconds. + Weight::from_parts(46_932_708, 15646) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,10 +97,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1479` // Estimated: `6429` - // Minimum execution time: 31_500_000 picoseconds. - Weight::from_parts(33_194_407, 6429) - // Standard Error: 157 - .saturating_add(Weight::from_parts(688, 0).saturating_mul(s.into())) + // Minimum execution time: 32_136_000 picoseconds. + Weight::from_parts(33_175_749, 6429) + // Standard Error: 145 + .saturating_add(Weight::from_parts(586, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -116,8 +116,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1477` // Estimated: `6427` - // Minimum execution time: 31_097_000 picoseconds. - Weight::from_parts(32_144_000, 6427) + // Minimum execution time: 30_521_000 picoseconds. + Weight::from_parts(31_578_000, 6427) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -132,10 +132,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `325` // Estimated: `5275` - // Minimum execution time: 87_507_000 picoseconds. - Weight::from_parts(80_222_222, 5275) - // Standard Error: 182 - .saturating_add(Weight::from_parts(6_286, 0).saturating_mul(s.into())) + // Minimum execution time: 86_702_000 picoseconds. + Weight::from_parts(80_632_791, 5275) + // Standard Error: 211 + .saturating_add(Weight::from_parts(6_403, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -150,8 +150,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `10703` // Estimated: `15653` - // Minimum execution time: 96_637_000 picoseconds. - Weight::from_parts(101_358_603, 15653) + // Minimum execution time: 95_913_000 picoseconds. + Weight::from_parts(101_323_404, 15653) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -166,10 +166,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1412` // Estimated: `6362` - // Minimum execution time: 84_879_000 picoseconds. - Weight::from_parts(86_712_779, 6362) - // Standard Error: 359 - .saturating_add(Weight::from_parts(6_738, 0).saturating_mul(s.into())) + // Minimum execution time: 85_348_000 picoseconds. + Weight::from_parts(87_200_628, 6362) + // Standard Error: 580 + .saturating_add(Weight::from_parts(8_844, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -183,8 +183,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1410` // Estimated: `6360` - // Minimum execution time: 84_123_000 picoseconds. - Weight::from_parts(85_510_000, 6360) + // Minimum execution time: 84_697_000 picoseconds. + Weight::from_parts(88_072_000, 6360) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -205,10 +205,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `318` // Estimated: `5268` - // Minimum execution time: 27_873_000 picoseconds. - Weight::from_parts(27_671_187, 5268) - // Standard Error: 43 - .saturating_add(Weight::from_parts(931, 0).saturating_mul(s.into())) + // Minimum execution time: 28_242_000 picoseconds. + Weight::from_parts(27_900_732, 5268) + // Standard Error: 55 + .saturating_add(Weight::from_parts(913, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -225,8 +225,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `10696` // Estimated: `15646` - // Minimum execution time: 42_087_000 picoseconds. - Weight::from_parts(45_807_921, 15646) + // Minimum execution time: 41_710_000 picoseconds. + Weight::from_parts(46_932_708, 15646) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -243,10 +243,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1479` // Estimated: `6429` - // Minimum execution time: 31_500_000 picoseconds. - Weight::from_parts(33_194_407, 6429) - // Standard Error: 157 - .saturating_add(Weight::from_parts(688, 0).saturating_mul(s.into())) + // Minimum execution time: 32_136_000 picoseconds. + Weight::from_parts(33_175_749, 6429) + // Standard Error: 145 + .saturating_add(Weight::from_parts(586, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -262,8 +262,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1477` // Estimated: `6427` - // Minimum execution time: 31_097_000 picoseconds. - Weight::from_parts(32_144_000, 6427) + // Minimum execution time: 30_521_000 picoseconds. + Weight::from_parts(31_578_000, 6427) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -278,10 +278,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `325` // Estimated: `5275` - // Minimum execution time: 87_507_000 picoseconds. - Weight::from_parts(80_222_222, 5275) - // Standard Error: 182 - .saturating_add(Weight::from_parts(6_286, 0).saturating_mul(s.into())) + // Minimum execution time: 86_702_000 picoseconds. + Weight::from_parts(80_632_791, 5275) + // Standard Error: 211 + .saturating_add(Weight::from_parts(6_403, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -296,8 +296,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `10703` // Estimated: `15653` - // Minimum execution time: 96_637_000 picoseconds. - Weight::from_parts(101_358_603, 15653) + // Minimum execution time: 95_913_000 picoseconds. + Weight::from_parts(101_323_404, 15653) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -312,10 +312,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1412` // Estimated: `6362` - // Minimum execution time: 84_879_000 picoseconds. - Weight::from_parts(86_712_779, 6362) - // Standard Error: 359 - .saturating_add(Weight::from_parts(6_738, 0).saturating_mul(s.into())) + // Minimum execution time: 85_348_000 picoseconds. + Weight::from_parts(87_200_628, 6362) + // Standard Error: 580 + .saturating_add(Weight::from_parts(8_844, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -329,8 +329,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1410` // Estimated: `6360` - // Minimum execution time: 84_123_000 picoseconds. - Weight::from_parts(85_510_000, 6360) + // Minimum execution time: 84_697_000 picoseconds. + Weight::from_parts(88_072_000, 6360) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/pallets/time-release/src/weights.rs b/pallets/time-release/src/weights.rs index f45eb4b861..6a259ff754 100644 --- a/pallets/time-release/src/weights.rs +++ b/pallets/time-release/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_time_release` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -55,8 +55,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `6399` - // Minimum execution time: 49_068_000 picoseconds. - Weight::from_parts(50_002_000, 6399) + // Minimum execution time: 48_886_000 picoseconds. + Weight::from_parts(49_777_000, 6399) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -73,10 +73,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `268` // Estimated: `6399` - // Minimum execution time: 30_960_000 picoseconds. - Weight::from_parts(31_928_243, 6399) - // Standard Error: 2_109 - .saturating_add(Weight::from_parts(6_216, 0).saturating_mul(i.into())) + // Minimum execution time: 31_194_000 picoseconds. + Weight::from_parts(32_082_319, 6399) + // Standard Error: 2_283 + .saturating_add(Weight::from_parts(8_184, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -93,10 +93,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `39` // Estimated: `6249` - // Minimum execution time: 25_802_000 picoseconds. - Weight::from_parts(26_377_349, 6249) - // Standard Error: 1_647 - .saturating_add(Weight::from_parts(45_444, 0).saturating_mul(i.into())) + // Minimum execution time: 25_313_000 picoseconds. + Weight::from_parts(26_001_264, 6249) + // Standard Error: 2_075 + .saturating_add(Weight::from_parts(60_892, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -118,8 +118,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `6399` - // Minimum execution time: 49_068_000 picoseconds. - Weight::from_parts(50_002_000, 6399) + // Minimum execution time: 48_886_000 picoseconds. + Weight::from_parts(49_777_000, 6399) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -136,10 +136,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `268` // Estimated: `6399` - // Minimum execution time: 30_960_000 picoseconds. - Weight::from_parts(31_928_243, 6399) - // Standard Error: 2_109 - .saturating_add(Weight::from_parts(6_216, 0).saturating_mul(i.into())) + // Minimum execution time: 31_194_000 picoseconds. + Weight::from_parts(32_082_319, 6399) + // Standard Error: 2_283 + .saturating_add(Weight::from_parts(8_184, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -156,10 +156,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `39` // Estimated: `6249` - // Minimum execution time: 25_802_000 picoseconds. - Weight::from_parts(26_377_349, 6249) - // Standard Error: 1_647 - .saturating_add(Weight::from_parts(45_444, 0).saturating_mul(i.into())) + // Minimum execution time: 25_313_000 picoseconds. + Weight::from_parts(26_001_264, 6249) + // Standard Error: 2_075 + .saturating_add(Weight::from_parts(60_892, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/runtime/common/src/weights/block_weights.rs b/runtime/common/src/weights/block_weights.rs index 228a6f1f6a..8ed20a1708 100644 --- a/runtime/common/src/weights/block_weights.rs +++ b/runtime/common/src/weights/block_weights.rs @@ -16,8 +16,8 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21 (Y/M/D) -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! DATE: 2024-05-24 (Y/M/D) +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Frequency Development (No Relay)` //! WARMUPS: `10`, REPEAT: `100` @@ -43,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 377_053, 408_146 - /// Average: 383_956 - /// Median: 380_896 - /// Std-Dev: 7560.45 + /// Min, Max: 376_264, 439_159 + /// Average: 384_915 + /// Median: 380_671 + /// Std-Dev: 10768.76 /// /// Percentiles nanoseconds: - /// 99th: 406_105 - /// 95th: 400_845 - /// 75th: 384_674 + /// 99th: 422_362 + /// 95th: 406_098 + /// 75th: 385_976 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(383_956), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(384_915), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/extrinsic_weights.rs b/runtime/common/src/weights/extrinsic_weights.rs index 2373cc6102..3cab0fa74b 100644 --- a/runtime/common/src/weights/extrinsic_weights.rs +++ b/runtime/common/src/weights/extrinsic_weights.rs @@ -16,8 +16,8 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21 (Y/M/D) -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! DATE: 2024-05-24 (Y/M/D) +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Frequency Development (No Relay)` //! WARMUPS: `10`, REPEAT: `100` @@ -43,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 97_518, 100_610 - /// Average: 98_454 - /// Median: 98_396 - /// Std-Dev: 634.26 + /// Min, Max: 97_466, 100_014 + /// Average: 98_539 + /// Median: 98_455 + /// Std-Dev: 575.37 /// /// Percentiles nanoseconds: - /// 99th: 100_132 - /// 95th: 99_481 - /// 75th: 98_882 + /// 99th: 99_911 + /// 95th: 99_641 + /// 75th: 98_950 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(98_454), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(98_539), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/pallet_balances.rs b/runtime/common/src/weights/pallet_balances.rs index 5bcd8d0fb7..12c33d2785 100644 --- a/runtime/common/src/weights/pallet_balances.rs +++ b/runtime/common/src/weights/pallet_balances.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -39,8 +39,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `5078` - // Minimum execution time: 53_363_000 picoseconds. - Weight::from_parts(54_283_000, 5078) + // Minimum execution time: 53_212_000 picoseconds. + Weight::from_parts(53_622_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -50,8 +50,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `5078` - // Minimum execution time: 39_716_000 picoseconds. - Weight::from_parts(40_632_000, 5078) + // Minimum execution time: 39_723_000 picoseconds. + Weight::from_parts(40_480_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -61,8 +61,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `207` // Estimated: `5078` - // Minimum execution time: 14_555_000 picoseconds. - Weight::from_parts(15_081_000, 5078) + // Minimum execution time: 14_640_000 picoseconds. + Weight::from_parts(15_215_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -72,8 +72,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `207` // Estimated: `5078` - // Minimum execution time: 22_032_000 picoseconds. - Weight::from_parts(22_556_000, 5078) + // Minimum execution time: 21_794_000 picoseconds. + Weight::from_parts(22_278_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -83,8 +83,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `103` // Estimated: `7681` - // Minimum execution time: 55_443_000 picoseconds. - Weight::from_parts(56_727_000, 7681) + // Minimum execution time: 54_930_000 picoseconds. + Weight::from_parts(55_795_000, 7681) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -94,8 +94,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `5078` - // Minimum execution time: 51_241_000 picoseconds. - Weight::from_parts(51_838_000, 5078) + // Minimum execution time: 49_839_000 picoseconds. + Weight::from_parts(50_389_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -105,8 +105,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `207` // Estimated: `5078` - // Minimum execution time: 17_600_000 picoseconds. - Weight::from_parts(18_293_000, 5078) + // Minimum execution time: 17_272_000 picoseconds. + Weight::from_parts(17_619_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -117,10 +117,10 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0 + u * (136 ±0)` // Estimated: `2475 + u * (2603 ±0)` - // Minimum execution time: 17_317_000 picoseconds. - Weight::from_parts(17_635_000, 2475) - // Standard Error: 15_331 - .saturating_add(Weight::from_parts(14_945_388, 0).saturating_mul(u.into())) + // Minimum execution time: 16_996_000 picoseconds. + Weight::from_parts(17_184_000, 2475) + // Standard Error: 20_781 + .saturating_add(Weight::from_parts(14_877_193, 0).saturating_mul(u.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) diff --git a/runtime/common/src/weights/pallet_collator_selection.rs b/runtime/common/src/weights/pallet_collator_selection.rs index fc0c93d324..66554ffef5 100644 --- a/runtime/common/src/weights/pallet_collator_selection.rs +++ b/runtime/common/src/weights/pallet_collator_selection.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_collator_selection //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -42,10 +42,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `334 + b * (79 ±0)` // Estimated: `2809 + b * (2554 ±0)` - // Minimum execution time: 13_175_000 picoseconds. - Weight::from_parts(11_629_620, 2809) - // Standard Error: 9_686 - .saturating_add(Weight::from_parts(3_219_955, 0).saturating_mul(b.into())) + // Minimum execution time: 13_026_000 picoseconds. + Weight::from_parts(11_528_896, 2809) + // Standard Error: 11_636 + .saturating_add(Weight::from_parts(3_232_614, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 2554).saturating_mul(b.into())) @@ -64,12 +64,12 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `1086 + b * (32 ±0) + c * (51 ±0)` // Estimated: `5981 + b * (29 ±0) + c * (53 ±0)` - // Minimum execution time: 48_546_000 picoseconds. - Weight::from_parts(46_715_961, 5981) - // Standard Error: 9_635 - .saturating_add(Weight::from_parts(139_562, 0).saturating_mul(b.into())) - // Standard Error: 2_857 - .saturating_add(Weight::from_parts(251_338, 0).saturating_mul(c.into())) + // Minimum execution time: 47_852_000 picoseconds. + Weight::from_parts(48_578_432, 5981) + // Standard Error: 12_192 + .saturating_add(Weight::from_parts(8_749, 0).saturating_mul(b.into())) + // Standard Error: 3_615 + .saturating_add(Weight::from_parts(247_179, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 29).saturating_mul(b.into())) @@ -84,10 +84,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `119 + b * (32 ±0)` // Estimated: `5371` - // Minimum execution time: 13_520_000 picoseconds. - Weight::from_parts(13_820_276, 5371) - // Standard Error: 2_787 - .saturating_add(Weight::from_parts(196_675, 0).saturating_mul(b.into())) + // Minimum execution time: 13_536_000 picoseconds. + Weight::from_parts(13_722_230, 5371) + // Standard Error: 2_657 + .saturating_add(Weight::from_parts(183_619, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,8 +97,8 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_144_000 picoseconds. - Weight::from_parts(6_401_000, 0) + // Minimum execution time: 6_296_000 picoseconds. + Weight::from_parts(6_552_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CollatorSelection::CandidacyBond` (r:0 w:1) @@ -107,8 +107,8 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_083_000 picoseconds. - Weight::from_parts(6_415_000, 0) + // Minimum execution time: 6_309_000 picoseconds. + Weight::from_parts(6_468_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CollatorSelection::Candidates` (r:1 w:1) @@ -128,10 +128,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `789 + c * (57 ±0)` // Estimated: `5743 + c * (57 ±0)` - // Minimum execution time: 41_651_000 picoseconds. - Weight::from_parts(44_913_986, 5743) - // Standard Error: 3_556 - .saturating_add(Weight::from_parts(265_109, 0).saturating_mul(c.into())) + // Minimum execution time: 42_012_000 picoseconds. + Weight::from_parts(43_737_824, 5743) + // Standard Error: 3_692 + .saturating_add(Weight::from_parts(330_367, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 57).saturating_mul(c.into())) @@ -147,10 +147,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `518 + c * (49 ±0)` // Estimated: `5371` - // Minimum execution time: 30_546_000 picoseconds. - Weight::from_parts(32_935_550, 5371) - // Standard Error: 2_993 - .saturating_add(Weight::from_parts(287_263, 0).saturating_mul(c.into())) + // Minimum execution time: 30_937_000 picoseconds. + Weight::from_parts(33_438_382, 5371) + // Standard Error: 3_618 + .saturating_add(Weight::from_parts(265_830, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -162,8 +162,8 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `212` // Estimated: `7681` - // Minimum execution time: 44_940_000 picoseconds. - Weight::from_parts(45_901_000, 7681) + // Minimum execution time: 45_259_000 picoseconds. + Weight::from_parts(46_615_000, 7681) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -181,10 +181,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `1250 + c * (98 ±0) + r * (126 ±0)` // Estimated: `5371 + c * (2519 ±0) + r * (2603 ±0)` - // Minimum execution time: 18_826_000 picoseconds. - Weight::from_parts(19_213_000, 5371) - // Standard Error: 338_749 - .saturating_add(Weight::from_parts(15_185_606, 0).saturating_mul(c.into())) + // Minimum execution time: 19_148_000 picoseconds. + Weight::from_parts(20_365_000, 5371) + // Standard Error: 339_582 + .saturating_add(Weight::from_parts(14_912_636, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) diff --git a/runtime/common/src/weights/pallet_collective_council.rs b/runtime/common/src/weights/pallet_collective_council.rs index 1543e189d9..fa54e2622d 100644 --- a/runtime/common/src/weights/pallet_collective_council.rs +++ b/runtime/common/src/weights/pallet_collective_council.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -51,12 +51,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `0 + m * (832 ±0) + p * (310 ±0)` // Estimated: `5779 + m * (489 ±3) + p * (2615 ±1)` - // Minimum execution time: 9_418_000 picoseconds. - Weight::from_parts(9_701_000, 5779) - // Standard Error: 62_403 - .saturating_add(Weight::from_parts(2_961_894, 0).saturating_mul(m.into())) - // Standard Error: 25_358 - .saturating_add(Weight::from_parts(3_359_559, 0).saturating_mul(p.into())) + // Minimum execution time: 8_982_000 picoseconds. + Weight::from_parts(9_428_000, 5779) + // Standard Error: 63_044 + .saturating_add(Weight::from_parts(2_915_882, 0).saturating_mul(m.into())) + // Standard Error: 25_619 + .saturating_add(Weight::from_parts(3_374_196, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -74,12 +74,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `70 + m * (32 ±0)` // Estimated: `3039 + m * (32 ±0)` - // Minimum execution time: 13_433_000 picoseconds. - Weight::from_parts(13_756_663, 3039) - // Standard Error: 14 - .saturating_add(Weight::from_parts(1_557, 0).saturating_mul(b.into())) - // Standard Error: 1_513 - .saturating_add(Weight::from_parts(19_231, 0).saturating_mul(m.into())) + // Minimum execution time: 13_298_000 picoseconds. + Weight::from_parts(13_502_882, 3039) + // Standard Error: 11 + .saturating_add(Weight::from_parts(1_552, 0).saturating_mul(b.into())) + // Standard Error: 1_197 + .saturating_add(Weight::from_parts(18_760, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -95,12 +95,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `70 + m * (32 ±0)` // Estimated: `5019 + m * (32 ±0)` - // Minimum execution time: 16_092_000 picoseconds. - Weight::from_parts(16_279_034, 5019) - // Standard Error: 16 - .saturating_add(Weight::from_parts(1_626, 0).saturating_mul(b.into())) - // Standard Error: 1_807 - .saturating_add(Weight::from_parts(33_046, 0).saturating_mul(m.into())) + // Minimum execution time: 15_841_000 picoseconds. + Weight::from_parts(15_881_388, 5019) + // Standard Error: 19 + .saturating_add(Weight::from_parts(1_552, 0).saturating_mul(b.into())) + // Standard Error: 2_087 + .saturating_add(Weight::from_parts(56_592, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -124,14 +124,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `113 + m * (32 ±0) + p * (51 ±0)` // Estimated: `5015 + m * (42 ±0) + p * (49 ±0)` - // Minimum execution time: 22_531_000 picoseconds. - Weight::from_parts(21_322_643, 5015) + // Minimum execution time: 22_189_000 picoseconds. + Weight::from_parts(21_276_666, 5015) // Standard Error: 49 - .saturating_add(Weight::from_parts(2_503, 0).saturating_mul(b.into())) - // Standard Error: 5_892 - .saturating_add(Weight::from_parts(162_592, 0).saturating_mul(m.into())) - // Standard Error: 2_056 - .saturating_add(Weight::from_parts(283_386, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(2_475, 0).saturating_mul(b.into())) + // Standard Error: 5_806 + .saturating_add(Weight::from_parts(146_428, 0).saturating_mul(m.into())) + // Standard Error: 2_026 + .saturating_add(Weight::from_parts(268_618, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 42).saturating_mul(m.into())) @@ -147,10 +147,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `571 + m * (64 ±0)` // Estimated: `5521 + m * (64 ±0)` - // Minimum execution time: 19_151_000 picoseconds. - Weight::from_parts(19_980_249, 5521) - // Standard Error: 4_382 - .saturating_add(Weight::from_parts(54_212, 0).saturating_mul(m.into())) + // Minimum execution time: 18_137_000 picoseconds. + Weight::from_parts(18_954_304, 5521) + // Standard Error: 4_761 + .saturating_add(Weight::from_parts(76_399, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -171,12 +171,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `41 + m * (64 ±0) + p * (54 ±0)` // Estimated: `5009 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 23_298_000 picoseconds. - Weight::from_parts(23_354_666, 5009) - // Standard Error: 5_542 - .saturating_add(Weight::from_parts(166_588, 0).saturating_mul(m.into())) - // Standard Error: 1_478 - .saturating_add(Weight::from_parts(255_421, 0).saturating_mul(p.into())) + // Minimum execution time: 23_336_000 picoseconds. + Weight::from_parts(22_986_496, 5009) + // Standard Error: 5_732 + .saturating_add(Weight::from_parts(161_398, 0).saturating_mul(m.into())) + // Standard Error: 1_529 + .saturating_add(Weight::from_parts(238_466, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(m.into())) @@ -200,14 +200,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `72 + b * (1 ±0) + m * (64 ±0) + p * (72 ±0)` // Estimated: `5015 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 34_043_000 picoseconds. - Weight::from_parts(33_826_182, 5015) - // Standard Error: 63 - .saturating_add(Weight::from_parts(2_178, 0).saturating_mul(b.into())) - // Standard Error: 9_777 - .saturating_add(Weight::from_parts(156_740, 0).saturating_mul(m.into())) - // Standard Error: 2_615 - .saturating_add(Weight::from_parts(411_145, 0).saturating_mul(p.into())) + // Minimum execution time: 33_886_000 picoseconds. + Weight::from_parts(33_988_578, 5015) + // Standard Error: 78 + .saturating_add(Weight::from_parts(2_624, 0).saturating_mul(b.into())) + // Standard Error: 12_156 + .saturating_add(Weight::from_parts(149_647, 0).saturating_mul(m.into())) + // Standard Error: 3_252 + .saturating_add(Weight::from_parts(387_842, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -232,12 +232,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `61 + m * (64 ±0) + p * (54 ±0)` // Estimated: `5029 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 26_108_000 picoseconds. - Weight::from_parts(25_869_675, 5029) - // Standard Error: 5_819 - .saturating_add(Weight::from_parts(168_805, 0).saturating_mul(m.into())) - // Standard Error: 1_552 - .saturating_add(Weight::from_parts(250_341, 0).saturating_mul(p.into())) + // Minimum execution time: 25_826_000 picoseconds. + Weight::from_parts(25_293_538, 5029) + // Standard Error: 7_163 + .saturating_add(Weight::from_parts(189_326, 0).saturating_mul(m.into())) + // Standard Error: 1_910 + .saturating_add(Weight::from_parts(251_400, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(m.into())) @@ -263,14 +263,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `92 + b * (1 ±0) + m * (64 ±0) + p * (72 ±0)` // Estimated: `5035 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 36_308_000 picoseconds. - Weight::from_parts(37_463_470, 5035) - // Standard Error: 65 - .saturating_add(Weight::from_parts(2_220, 0).saturating_mul(b.into())) - // Standard Error: 10_057 - .saturating_add(Weight::from_parts(41_384, 0).saturating_mul(m.into())) - // Standard Error: 2_690 - .saturating_add(Weight::from_parts(437_390, 0).saturating_mul(p.into())) + // Minimum execution time: 36_692_000 picoseconds. + Weight::from_parts(37_126_317, 5035) + // Standard Error: 70 + .saturating_add(Weight::from_parts(2_108, 0).saturating_mul(b.into())) + // Standard Error: 10_830 + .saturating_add(Weight::from_parts(96_931, 0).saturating_mul(m.into())) + // Standard Error: 2_897 + .saturating_add(Weight::from_parts(417_958, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -289,10 +289,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `226 + p * (32 ±0)` // Estimated: `3196 + p * (32 ±0)` - // Minimum execution time: 14_435_000 picoseconds. - Weight::from_parts(15_091_144, 3196) - // Standard Error: 980 - .saturating_add(Weight::from_parts(213_552, 0).saturating_mul(p.into())) + // Minimum execution time: 13_921_000 picoseconds. + Weight::from_parts(14_948_069, 3196) + // Standard Error: 1_294 + .saturating_add(Weight::from_parts(197_388, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) diff --git a/runtime/common/src/weights/pallet_collective_technical_committee.rs b/runtime/common/src/weights/pallet_collective_technical_committee.rs index 32c80e892f..7c2eb416ae 100644 --- a/runtime/common/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/common/src/weights/pallet_collective_technical_committee.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -51,12 +51,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `0 + m * (832 ±0) + p * (310 ±0)` // Estimated: `5846 + m * (489 ±3) + p * (2615 ±1)` - // Minimum execution time: 9_270_000 picoseconds. - Weight::from_parts(9_494_000, 5846) - // Standard Error: 62_598 - .saturating_add(Weight::from_parts(3_021_604, 0).saturating_mul(m.into())) - // Standard Error: 25_438 - .saturating_add(Weight::from_parts(3_372_829, 0).saturating_mul(p.into())) + // Minimum execution time: 9_164_000 picoseconds. + Weight::from_parts(9_561_000, 5846) + // Standard Error: 63_251 + .saturating_add(Weight::from_parts(2_915_574, 0).saturating_mul(m.into())) + // Standard Error: 25_703 + .saturating_add(Weight::from_parts(3_387_491, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -74,12 +74,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `137 + m * (32 ±0)` // Estimated: `3106 + m * (32 ±0)` - // Minimum execution time: 13_460_000 picoseconds. - Weight::from_parts(13_601_344, 3106) - // Standard Error: 9 - .saturating_add(Weight::from_parts(1_583, 0).saturating_mul(b.into())) - // Standard Error: 1_012 - .saturating_add(Weight::from_parts(22_505, 0).saturating_mul(m.into())) + // Minimum execution time: 13_442_000 picoseconds. + Weight::from_parts(13_520_575, 3106) + // Standard Error: 10 + .saturating_add(Weight::from_parts(1_616, 0).saturating_mul(b.into())) + // Standard Error: 1_152 + .saturating_add(Weight::from_parts(22_538, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -95,12 +95,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `137 + m * (32 ±0)` // Estimated: `5086 + m * (32 ±0)` - // Minimum execution time: 16_141_000 picoseconds. - Weight::from_parts(16_194_515, 5086) - // Standard Error: 11 - .saturating_add(Weight::from_parts(1_642, 0).saturating_mul(b.into())) - // Standard Error: 1_178 - .saturating_add(Weight::from_parts(39_019, 0).saturating_mul(m.into())) + // Minimum execution time: 15_886_000 picoseconds. + Weight::from_parts(15_907_220, 5086) + // Standard Error: 15 + .saturating_add(Weight::from_parts(1_587, 0).saturating_mul(b.into())) + // Standard Error: 1_610 + .saturating_add(Weight::from_parts(47_052, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -124,14 +124,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `180 + m * (32 ±0) + p * (51 ±0)` // Estimated: `5082 + m * (42 ±0) + p * (49 ±0)` - // Minimum execution time: 22_561_000 picoseconds. - Weight::from_parts(21_562_487, 5082) - // Standard Error: 47 - .saturating_add(Weight::from_parts(2_364, 0).saturating_mul(b.into())) - // Standard Error: 5_634 - .saturating_add(Weight::from_parts(149_782, 0).saturating_mul(m.into())) - // Standard Error: 1_966 - .saturating_add(Weight::from_parts(271_115, 0).saturating_mul(p.into())) + // Minimum execution time: 22_265_000 picoseconds. + Weight::from_parts(21_084_973, 5082) + // Standard Error: 45 + .saturating_add(Weight::from_parts(2_434, 0).saturating_mul(b.into())) + // Standard Error: 5_379 + .saturating_add(Weight::from_parts(158_323, 0).saturating_mul(m.into())) + // Standard Error: 1_877 + .saturating_add(Weight::from_parts(264_323, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 42).saturating_mul(m.into())) @@ -147,10 +147,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `638 + m * (64 ±0)` // Estimated: `5588 + m * (64 ±0)` - // Minimum execution time: 18_790_000 picoseconds. - Weight::from_parts(19_395_092, 5588) - // Standard Error: 4_032 - .saturating_add(Weight::from_parts(67_440, 0).saturating_mul(m.into())) + // Minimum execution time: 18_722_000 picoseconds. + Weight::from_parts(19_235_830, 5588) + // Standard Error: 4_018 + .saturating_add(Weight::from_parts(68_927, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -171,12 +171,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `108 + m * (64 ±0) + p * (54 ±0)` // Estimated: `5076 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 23_546_000 picoseconds. - Weight::from_parts(23_438_920, 5076) - // Standard Error: 5_515 - .saturating_add(Weight::from_parts(155_518, 0).saturating_mul(m.into())) - // Standard Error: 1_471 - .saturating_add(Weight::from_parts(249_653, 0).saturating_mul(p.into())) + // Minimum execution time: 23_471_000 picoseconds. + Weight::from_parts(23_203_180, 5076) + // Standard Error: 5_392 + .saturating_add(Weight::from_parts(151_377, 0).saturating_mul(m.into())) + // Standard Error: 1_438 + .saturating_add(Weight::from_parts(235_588, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(m.into())) @@ -200,14 +200,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `139 + b * (1 ±0) + m * (64 ±0) + p * (72 ±0)` // Estimated: `5082 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 33_985_000 picoseconds. - Weight::from_parts(33_834_373, 5082) - // Standard Error: 61 - .saturating_add(Weight::from_parts(2_019, 0).saturating_mul(b.into())) - // Standard Error: 9_526 - .saturating_add(Weight::from_parts(164_960, 0).saturating_mul(m.into())) - // Standard Error: 2_548 - .saturating_add(Weight::from_parts(402_794, 0).saturating_mul(p.into())) + // Minimum execution time: 33_965_000 picoseconds. + Weight::from_parts(34_290_890, 5082) + // Standard Error: 73 + .saturating_add(Weight::from_parts(2_668, 0).saturating_mul(b.into())) + // Standard Error: 11_394 + .saturating_add(Weight::from_parts(108_568, 0).saturating_mul(m.into())) + // Standard Error: 3_048 + .saturating_add(Weight::from_parts(381_655, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -232,12 +232,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `128 + m * (64 ±0) + p * (54 ±0)` // Estimated: `5096 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 26_182_000 picoseconds. - Weight::from_parts(25_620_820, 5096) - // Standard Error: 5_379 - .saturating_add(Weight::from_parts(185_041, 0).saturating_mul(m.into())) - // Standard Error: 1_434 - .saturating_add(Weight::from_parts(251_273, 0).saturating_mul(p.into())) + // Minimum execution time: 25_840_000 picoseconds. + Weight::from_parts(25_643_993, 5096) + // Standard Error: 7_133 + .saturating_add(Weight::from_parts(164_746, 0).saturating_mul(m.into())) + // Standard Error: 1_902 + .saturating_add(Weight::from_parts(245_115, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(m.into())) @@ -263,14 +263,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `159 + b * (1 ±0) + m * (64 ±0) + p * (72 ±0)` // Estimated: `5102 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 36_821_000 picoseconds. - Weight::from_parts(36_912_274, 5102) - // Standard Error: 61 - .saturating_add(Weight::from_parts(2_224, 0).saturating_mul(b.into())) - // Standard Error: 9_491 - .saturating_add(Weight::from_parts(103_907, 0).saturating_mul(m.into())) - // Standard Error: 2_539 - .saturating_add(Weight::from_parts(425_455, 0).saturating_mul(p.into())) + // Minimum execution time: 36_657_000 picoseconds. + Weight::from_parts(37_522_896, 5102) + // Standard Error: 66 + .saturating_add(Weight::from_parts(1_929, 0).saturating_mul(b.into())) + // Standard Error: 10_341 + .saturating_add(Weight::from_parts(72_327, 0).saturating_mul(m.into())) + // Standard Error: 2_766 + .saturating_add(Weight::from_parts(411_469, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -289,10 +289,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `293 + p * (32 ±0)` // Estimated: `3263 + p * (32 ±0)` - // Minimum execution time: 14_357_000 picoseconds. - Weight::from_parts(14_924_372, 3263) - // Standard Error: 851 - .saturating_add(Weight::from_parts(207_791, 0).saturating_mul(p.into())) + // Minimum execution time: 14_130_000 picoseconds. + Weight::from_parts(15_007_261, 3263) + // Standard Error: 1_183 + .saturating_add(Weight::from_parts(192_852, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) diff --git a/runtime/common/src/weights/pallet_democracy.rs b/runtime/common/src/weights/pallet_democracy.rs index 57264a3217..23464bd844 100644 --- a/runtime/common/src/weights/pallet_democracy.rs +++ b/runtime/common/src/weights/pallet_democracy.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_democracy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -45,8 +45,8 @@ impl pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `289` // Estimated: `5041` - // Minimum execution time: 16_819_000 picoseconds. - Weight::from_parts(17_167_000, 5041) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 17_872_000 picoseconds. + Weight::from_parts(18_869_000, 5041) + .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Democracy::NextExternal` (r:1 w:0) @@ -421,8 +423,8 @@ impl pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `4821` // Estimated: `19672` - // Minimum execution time: 41_390_000 picoseconds. - Weight::from_parts(41_650_000, 19672) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 44_362_000 picoseconds. + Weight::from_parts(47_664_000, 19672) + .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Democracy::PublicProps` (r:1 w:0) @@ -449,22 +453,24 @@ impl pallet_democracy::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `144` // Estimated: `5041` - // Minimum execution time: 12_948_000 picoseconds. - Weight::from_parts(13_479_000, 5041) - .saturating_add(T::DbWeight::get().reads(1_u64)) + // Minimum execution time: 14_471_000 picoseconds. + Weight::from_parts(14_929_000, 5041) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:0) @@ -475,8 +481,8 @@ impl pallet_democracy::WeightInfo for SubstrateWeight pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_629_000 picoseconds. - Weight::from_parts(13_513_889, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(540, 0).saturating_mul(z.into())) + // Minimum execution time: 12_905_000 picoseconds. + Weight::from_parts(13_895_166, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(514, 0).saturating_mul(z.into())) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) @@ -51,12 +51,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `192 + s * (2 ±0)` // Estimated: `8296` - // Minimum execution time: 41_475_000 picoseconds. - Weight::from_parts(30_974_765, 8296) - // Standard Error: 524 - .saturating_add(Weight::from_parts(120_828, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_468, 0).saturating_mul(z.into())) + // Minimum execution time: 41_011_000 picoseconds. + Weight::from_parts(31_177_829, 8296) + // Standard Error: 1_130 + .saturating_add(Weight::from_parts(122_149, 0).saturating_mul(s.into())) + // Standard Error: 11 + .saturating_add(Weight::from_parts(1_435, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -68,12 +68,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `211` // Estimated: `8296` - // Minimum execution time: 26_632_000 picoseconds. - Weight::from_parts(16_882_487, 8296) - // Standard Error: 419 - .saturating_add(Weight::from_parts(105_399, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(1_482, 0).saturating_mul(z.into())) + // Minimum execution time: 26_319_000 picoseconds. + Weight::from_parts(16_918_093, 8296) + // Standard Error: 875 + .saturating_add(Weight::from_parts(109_018, 0).saturating_mul(s.into())) + // Standard Error: 8 + .saturating_add(Weight::from_parts(1_529, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -87,12 +87,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `314 + s * (33 ±0)` // Estimated: `8296` - // Minimum execution time: 47_276_000 picoseconds. - Weight::from_parts(33_791_012, 8296) - // Standard Error: 607 - .saturating_add(Weight::from_parts(145_423, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_543, 0).saturating_mul(z.into())) + // Minimum execution time: 46_353_000 picoseconds. + Weight::from_parts(33_958_714, 8296) + // Standard Error: 1_546 + .saturating_add(Weight::from_parts(157_150, 0).saturating_mul(s.into())) + // Standard Error: 15 + .saturating_add(Weight::from_parts(1_522, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -103,10 +103,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `193 + s * (2 ±0)` // Estimated: `8296` - // Minimum execution time: 28_932_000 picoseconds. - Weight::from_parts(29_896_081, 8296) - // Standard Error: 635 - .saturating_add(Weight::from_parts(123_604, 0).saturating_mul(s.into())) + // Minimum execution time: 28_264_000 picoseconds. + Weight::from_parts(29_870_103, 8296) + // Standard Error: 840 + .saturating_add(Weight::from_parts(118_427, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -117,10 +117,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `211` // Estimated: `8296` - // Minimum execution time: 15_612_000 picoseconds. - Weight::from_parts(15_983_553, 8296) - // Standard Error: 425 - .saturating_add(Weight::from_parts(108_733, 0).saturating_mul(s.into())) + // Minimum execution time: 15_923_000 picoseconds. + Weight::from_parts(16_305_739, 8296) + // Standard Error: 533 + .saturating_add(Weight::from_parts(103_801, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -131,10 +131,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `383 + s * (1 ±0)` // Estimated: `8296` - // Minimum execution time: 29_840_000 picoseconds. - Weight::from_parts(30_966_365, 8296) - // Standard Error: 581 - .saturating_add(Weight::from_parts(116_906, 0).saturating_mul(s.into())) + // Minimum execution time: 29_745_000 picoseconds. + Weight::from_parts(31_128_069, 8296) + // Standard Error: 589 + .saturating_add(Weight::from_parts(112_645, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_preimage.rs b/runtime/common/src/weights/pallet_preimage.rs index 25506e0e69..4379a55f4f 100644 --- a/runtime/common/src/weights/pallet_preimage.rs +++ b/runtime/common/src/weights/pallet_preimage.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_preimage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -33,24 +33,30 @@ use core::marker::PhantomData; /// Weights for `pallet_preimage` using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_preimage::WeightInfo for SubstrateWeight { - /// Storage: `Preimage::StatusFor` (r:1 w:1) + /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) + /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Balances::Holds` (r:1 w:1) + /// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`) /// Storage: `Preimage::PreimageFor` (r:0 w:1) /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `182` + // Measured: `42` // Estimated: `5041` - // Minimum execution time: 28_738_000 picoseconds. - Weight::from_parts(29_273_000, 5041) - // Standard Error: 5 - .saturating_add(Weight::from_parts(2_305, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 45_175_000 picoseconds. + Weight::from_parts(45_734_000, 5041) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_523, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(3_u64)) + .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:1) + /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) + /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) /// Storage: `Preimage::PreimageFor` (r:0 w:1) /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 4194304]`. @@ -58,15 +64,17 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 14_958_000 picoseconds. - Weight::from_parts(15_174_000, 5041) - // Standard Error: 5 - .saturating_add(Weight::from_parts(2_299, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(1_u64)) + // Minimum execution time: 16_043_000 picoseconds. + Weight::from_parts(16_214_000, 5041) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_531, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:1) + /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) + /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) /// Storage: `Preimage::PreimageFor` (r:0 w:1) /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 4194304]`. @@ -74,118 +82,159 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 14_118_000 picoseconds. - Weight::from_parts(14_282_000, 5041) - // Standard Error: 5 - .saturating_add(Weight::from_parts(2_288, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(1_u64)) + // Minimum execution time: 15_293_000 picoseconds. + Weight::from_parts(15_447_000, 5041) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_522, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:1) + /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) + /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Balances::Holds` (r:1 w:1) + /// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`) /// Storage: `Preimage::PreimageFor` (r:0 w:1) /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) fn unnote_preimage() -> Weight { // Proof Size summary in bytes: - // Measured: `328` + // Measured: `243` // Estimated: `5041` - // Minimum execution time: 36_401_000 picoseconds. - Weight::from_parts(37_617_000, 5041) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 68_830_000 picoseconds. + Weight::from_parts(71_359_000, 5041) + .saturating_add(T::DbWeight::get().reads(3_u64)) + .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:1) + /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) + /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) /// Storage: `Preimage::PreimageFor` (r:0 w:1) /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) fn unnote_no_deposit_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `144` // Estimated: `5041` - // Minimum execution time: 20_116_000 picoseconds. - Weight::from_parts(20_626_000, 5041) - .saturating_add(T::DbWeight::get().reads(1_u64)) + // Minimum execution time: 38_199_000 picoseconds. + Weight::from_parts(39_952_000, 5041) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:1) + /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) + /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) fn request_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `188` // Estimated: `5041` - // Minimum execution time: 17_664_000 picoseconds. - Weight::from_parts(18_065_000, 5041) - .saturating_add(T::DbWeight::get().reads(1_u64)) + // Minimum execution time: 23_886_000 picoseconds. + Weight::from_parts(33_418_000, 5041) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:1) + /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) + /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) fn request_no_deposit_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `144` // Estimated: `5041` - // Minimum execution time: 11_238_000 picoseconds. - Weight::from_parts(11_537_000, 5041) - .saturating_add(T::DbWeight::get().reads(1_u64)) + // Minimum execution time: 18_126_000 picoseconds. + Weight::from_parts(23_415_000, 5041) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:1) + /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) + /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) fn request_unnoted_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `5041` - // Minimum execution time: 14_183_000 picoseconds. - Weight::from_parts(14_667_000, 5041) - .saturating_add(T::DbWeight::get().reads(1_u64)) + // Minimum execution time: 18_713_000 picoseconds. + Weight::from_parts(29_594_000, 5041) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:1) + /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) + /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) fn request_requested_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 8_438_000 picoseconds. - Weight::from_parts(8_690_000, 5041) - .saturating_add(T::DbWeight::get().reads(1_u64)) + // Minimum execution time: 11_156_000 picoseconds. + Weight::from_parts(12_987_000, 5041) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:1) + /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) + /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) /// Storage: `Preimage::PreimageFor` (r:0 w:1) /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) fn unrequest_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `144` // Estimated: `5041` - // Minimum execution time: 18_997_000 picoseconds. - Weight::from_parts(19_511_000, 5041) - .saturating_add(T::DbWeight::get().reads(1_u64)) + // Minimum execution time: 27_306_000 picoseconds. + Weight::from_parts(34_966_000, 5041) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:1) + /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) + /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) fn unrequest_unnoted_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 8_876_000 picoseconds. - Weight::from_parts(9_070_000, 5041) - .saturating_add(T::DbWeight::get().reads(1_u64)) + // Minimum execution time: 12_663_000 picoseconds. + Weight::from_parts(13_830_000, 5041) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:1) + /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) + /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) fn unrequest_multi_referenced_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 8_428_000 picoseconds. - Weight::from_parts(8_669_000, 5041) - .saturating_add(T::DbWeight::get().reads(1_u64)) + // Minimum execution time: 11_861_000 picoseconds. + Weight::from_parts(13_137_000, 5041) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } + /// Storage: `Preimage::StatusFor` (r:1023 w:1023) + /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1023 w:1023) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: `Balances::Holds` (r:1023 w:1023) + /// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`) + /// Storage: `Preimage::RequestStatusFor` (r:0 w:1023) + /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// The range of component `n` is `[1, 1024]`. + fn ensure_updated(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `233 + n * (227 ±0)` + // Estimated: `2475 + n * (2603 ±0)` + // Minimum execution time: 50_759_000 picoseconds. + Weight::from_parts(51_296_000, 2475) + // Standard Error: 63_304 + .saturating_add(Weight::from_parts(53_465_398, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) + .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(n.into()))) + .saturating_add(Weight::from_parts(0, 2603).saturating_mul(n.into())) + } } @@ -354,4 +403,16 @@ mod tests { > 5041 ); } + #[test] + fn test_ensure_updated() { + assert!( + BlockWeights::get() + .per_class + .get(frame_support::dispatch::DispatchClass::Normal) + .max_extrinsic + .unwrap_or_else(::max_value) + .proof_size() + > 2475 + ); + } } diff --git a/runtime/common/src/weights/pallet_proxy.rs b/runtime/common/src/weights/pallet_proxy.rs index 285f63c50c..37d271efb5 100644 --- a/runtime/common/src/weights/pallet_proxy.rs +++ b/runtime/common/src/weights/pallet_proxy.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_proxy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -40,10 +40,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `127 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 14_370_000 picoseconds. - Weight::from_parts(14_938_279, 6191) - // Standard Error: 1_003 - .saturating_add(Weight::from_parts(40_935, 0).saturating_mul(p.into())) + // Minimum execution time: 13_914_000 picoseconds. + Weight::from_parts(14_413_825, 6191) + // Standard Error: 1_014 + .saturating_add(Weight::from_parts(50_324, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Proxy::Proxies` (r:1 w:0) @@ -58,12 +58,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `490 + a * (68 ±0) + p * (37 ±0)` // Estimated: `7183` - // Minimum execution time: 38_810_000 picoseconds. - Weight::from_parts(36_914_398, 7183) - // Standard Error: 4_353 - .saturating_add(Weight::from_parts(132_852, 0).saturating_mul(a.into())) - // Standard Error: 4_497 - .saturating_add(Weight::from_parts(110_199, 0).saturating_mul(p.into())) + // Minimum execution time: 38_099_000 picoseconds. + Weight::from_parts(36_580_875, 7183) + // Standard Error: 4_753 + .saturating_add(Weight::from_parts(120_980, 0).saturating_mul(a.into())) + // Standard Error: 4_911 + .saturating_add(Weight::from_parts(130_583, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -77,12 +77,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `407 + a * (68 ±0)` // Estimated: `7183` - // Minimum execution time: 23_646_000 picoseconds. - Weight::from_parts(23_763_432, 7183) - // Standard Error: 1_557 - .saturating_add(Weight::from_parts(131_422, 0).saturating_mul(a.into())) - // Standard Error: 1_609 - .saturating_add(Weight::from_parts(33_887, 0).saturating_mul(p.into())) + // Minimum execution time: 23_779_000 picoseconds. + Weight::from_parts(23_987_438, 7183) + // Standard Error: 2_023 + .saturating_add(Weight::from_parts(120_852, 0).saturating_mul(a.into())) + // Standard Error: 2_090 + .saturating_add(Weight::from_parts(32_065, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -96,12 +96,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `407 + a * (68 ±0)` // Estimated: `7183` - // Minimum execution time: 23_824_000 picoseconds. - Weight::from_parts(23_848_577, 7183) - // Standard Error: 1_541 - .saturating_add(Weight::from_parts(134_037, 0).saturating_mul(a.into())) - // Standard Error: 1_592 - .saturating_add(Weight::from_parts(34_603, 0).saturating_mul(p.into())) + // Minimum execution time: 23_727_000 picoseconds. + Weight::from_parts(23_866_944, 7183) + // Standard Error: 2_050 + .saturating_add(Weight::from_parts(121_590, 0).saturating_mul(a.into())) + // Standard Error: 2_119 + .saturating_add(Weight::from_parts(36_228, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -117,12 +117,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `422 + a * (68 ±0) + p * (37 ±0)` // Estimated: `7183` - // Minimum execution time: 33_074_000 picoseconds. - Weight::from_parts(32_879_879, 7183) - // Standard Error: 4_375 - .saturating_add(Weight::from_parts(135_368, 0).saturating_mul(a.into())) - // Standard Error: 4_520 - .saturating_add(Weight::from_parts(115_341, 0).saturating_mul(p.into())) + // Minimum execution time: 32_798_000 picoseconds. + Weight::from_parts(33_078_368, 7183) + // Standard Error: 5_037 + .saturating_add(Weight::from_parts(133_810, 0).saturating_mul(a.into())) + // Standard Error: 5_204 + .saturating_add(Weight::from_parts(108_719, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -133,10 +133,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `127 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 23_025_000 picoseconds. - Weight::from_parts(23_944_624, 6191) - // Standard Error: 983 - .saturating_add(Weight::from_parts(42_431, 0).saturating_mul(p.into())) + // Minimum execution time: 23_270_000 picoseconds. + Weight::from_parts(24_079_131, 6191) + // Standard Error: 1_190 + .saturating_add(Weight::from_parts(34_383, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -147,10 +147,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `127 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 23_313_000 picoseconds. - Weight::from_parts(24_381_602, 6191) - // Standard Error: 1_632 - .saturating_add(Weight::from_parts(43_238, 0).saturating_mul(p.into())) + // Minimum execution time: 23_116_000 picoseconds. + Weight::from_parts(23_830_493, 6191) + // Standard Error: 2_101 + .saturating_add(Weight::from_parts(67_637, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -161,10 +161,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `127 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 21_201_000 picoseconds. - Weight::from_parts(22_019_887, 6191) - // Standard Error: 1_073 - .saturating_add(Weight::from_parts(36_758, 0).saturating_mul(p.into())) + // Minimum execution time: 21_083_000 picoseconds. + Weight::from_parts(22_038_243, 6191) + // Standard Error: 1_144 + .saturating_add(Weight::from_parts(19_616, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -175,10 +175,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `139` // Estimated: `6191` - // Minimum execution time: 25_264_000 picoseconds. - Weight::from_parts(25_958_863, 6191) - // Standard Error: 1_029 - .saturating_add(Weight::from_parts(8_597, 0).saturating_mul(p.into())) + // Minimum execution time: 24_754_000 picoseconds. + Weight::from_parts(25_604_344, 6191) + // Standard Error: 1_606 + .saturating_add(Weight::from_parts(24_338, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -189,10 +189,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `164 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 22_007_000 picoseconds. - Weight::from_parts(22_806_186, 6191) - // Standard Error: 972 - .saturating_add(Weight::from_parts(39_378, 0).saturating_mul(p.into())) + // Minimum execution time: 22_099_000 picoseconds. + Weight::from_parts(22_955_468, 6191) + // Standard Error: 1_272 + .saturating_add(Weight::from_parts(19_864, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_scheduler.rs b/runtime/common/src/weights/pallet_scheduler.rs index 7459259ece..bbc8c873b2 100644 --- a/runtime/common/src/weights/pallet_scheduler.rs +++ b/runtime/common/src/weights/pallet_scheduler.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -39,8 +39,8 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `179 + s * (1 ±0)` // Estimated: `5129 + s * (1 ±0)` - // Minimum execution time: 18_702_000 picoseconds. - Weight::from_parts(18_916_000, 5129) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_376, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 19_847_000 picoseconds. + Weight::from_parts(20_006_000, 5129) + // Standard Error: 9 + .saturating_add(Weight::from_parts(1_515, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } @@ -88,30 +90,30 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_435_000 picoseconds. - Weight::from_parts(4_707_000, 0) + // Minimum execution time: 4_293_000 picoseconds. + Weight::from_parts(4_453_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_035_000 picoseconds. - Weight::from_parts(2_186_000, 0) + // Minimum execution time: 2_046_000 picoseconds. + Weight::from_parts(2_238_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_996_000 picoseconds. - Weight::from_parts(2_182_000, 0) + // Minimum execution time: 1_942_000 picoseconds. + Weight::from_parts(2_009_000, 0) } /// Storage: `Scheduler::Agenda` (r:1 w:1) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(10463), added: 12938, mode: `MaxEncodedLen`) @@ -120,10 +122,10 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_session::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `518` // Estimated: `5468` - // Minimum execution time: 15_342_000 picoseconds. - Weight::from_parts(15_806_000, 5468) + // Minimum execution time: 15_282_000 picoseconds. + Weight::from_parts(15_786_000, 5468) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -54,8 +54,8 @@ impl pallet_session::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `409` // Estimated: `5359` - // Minimum execution time: 10_916_000 picoseconds. - Weight::from_parts(11_432_000, 5359) + // Minimum execution time: 10_975_000 picoseconds. + Weight::from_parts(11_319_000, 5359) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/common/src/weights/pallet_timestamp.rs b/runtime/common/src/weights/pallet_timestamp.rs index b3ad61859e..dd99fd6907 100644 --- a/runtime/common/src/weights/pallet_timestamp.rs +++ b/runtime/common/src/weights/pallet_timestamp.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -39,8 +39,8 @@ impl pallet_timestamp::WeightInfo for SubstrateWeight pallet_timestamp::WeightInfo for SubstrateWeight pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 265_000 picoseconds. - Weight::from_parts(285_000, 0) + // Minimum execution time: 217_000 picoseconds. + Weight::from_parts(280_000, 0) } /// Storage: `Treasury::ProposalCount` (r:1 w:1) /// Proof: `Treasury::ProposalCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -48,8 +48,8 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `146` // Estimated: `2974` - // Minimum execution time: 25_700_000 picoseconds. - Weight::from_parts(26_621_000, 2974) + // Minimum execution time: 25_516_000 picoseconds. + Weight::from_parts(26_463_000, 2974) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -61,8 +61,8 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `304` // Estimated: `5078` - // Minimum execution time: 27_096_000 picoseconds. - Weight::from_parts(28_005_000, 5078) + // Minimum execution time: 27_504_000 picoseconds. + Weight::from_parts(27_969_000, 5078) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -75,10 +75,10 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `317 + p * (12 ±0)` // Estimated: `5058` - // Minimum execution time: 8_167_000 picoseconds. - Weight::from_parts(10_051_618, 5058) - // Standard Error: 1_169 - .saturating_add(Weight::from_parts(104_336, 0).saturating_mul(p.into())) + // Minimum execution time: 8_089_000 picoseconds. + Weight::from_parts(9_687_325, 5058) + // Standard Error: 1_094 + .saturating_add(Weight::from_parts(115_046, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -88,8 +88,8 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `90` // Estimated: `3228` - // Minimum execution time: 6_392_000 picoseconds. - Weight::from_parts(6_616_000, 3228) + // Minimum execution time: 6_440_000 picoseconds. + Weight::from_parts(6_625_000, 3228) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -106,10 +106,10 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `526 + p * (256 ±0)` // Estimated: `5078 + p * (5206 ±0)` - // Minimum execution time: 26_968_000 picoseconds. - Weight::from_parts(38_578_360, 5078) - // Standard Error: 15_193 - .saturating_add(Weight::from_parts(37_950_775, 0).saturating_mul(p.into())) + // Minimum execution time: 26_692_000 picoseconds. + Weight::from_parts(38_441_023, 5078) + // Standard Error: 28_783 + .saturating_add(Weight::from_parts(38_332_827, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) diff --git a/runtime/common/src/weights/pallet_utility.rs b/runtime/common/src/weights/pallet_utility.rs index 7552b236b0..8e0192d55a 100644 --- a/runtime/common/src/weights/pallet_utility.rs +++ b/runtime/common/src/weights/pallet_utility.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-174`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-4-53`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -38,44 +38,44 @@ impl pallet_utility::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_681_000 picoseconds. - Weight::from_parts(8_695_048, 0) - // Standard Error: 1_567 - .saturating_add(Weight::from_parts(4_305_445, 0).saturating_mul(c.into())) + // Minimum execution time: 5_544_000 picoseconds. + Weight::from_parts(1_309_192, 0) + // Standard Error: 1_198 + .saturating_add(Weight::from_parts(4_361_696, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_007_000 picoseconds. - Weight::from_parts(4_252_000, 0) + // Minimum execution time: 3_882_000 picoseconds. + Weight::from_parts(4_040_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_600_000 picoseconds. - Weight::from_parts(7_894_908, 0) - // Standard Error: 1_801 - .saturating_add(Weight::from_parts(4_439_409, 0).saturating_mul(c.into())) + // Minimum execution time: 5_505_000 picoseconds. + Weight::from_parts(6_558_226, 0) + // Standard Error: 1_223 + .saturating_add(Weight::from_parts(4_573_930, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_692_000 picoseconds. - Weight::from_parts(8_147_000, 0) + // Minimum execution time: 7_419_000 picoseconds. + Weight::from_parts(7_779_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_765_000 picoseconds. - Weight::from_parts(8_165_556, 0) - // Standard Error: 1_843 - .saturating_add(Weight::from_parts(4_218_695, 0).saturating_mul(c.into())) + // Minimum execution time: 5_546_000 picoseconds. + Weight::from_parts(5_879_281, 0) + // Standard Error: 1_187 + .saturating_add(Weight::from_parts(4_353_492, 0).saturating_mul(c.into())) } } diff --git a/runtime/frequency/src/lib.rs b/runtime/frequency/src/lib.rs index 74dc8fde93..065894bc62 100644 --- a/runtime/frequency/src/lib.rs +++ b/runtime/frequency/src/lib.rs @@ -39,7 +39,10 @@ use frame_support::{ dispatch::{DispatchClass, GetDispatchInfo, Pays}, pallet_prelude::{DispatchResultWithPostInfo, Get, GetStorageVersion}, parameter_types, - traits::{ConstBool, ConstU128, ConstU32, EitherOfDiverse, EqualPrivilegeOnly, InstanceFilter}, + traits::{ + fungible::HoldConsideration, ConstBool, ConstU128, ConstU32, EitherOfDiverse, + EqualPrivilegeOnly, InstanceFilter, LinearStoragePrice, + }, weights::{constants::RocksDbWeight, ConstantMultiplier, Weight}, Twox128, }; @@ -398,7 +401,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("frequency"), impl_name: create_runtime_str!("frequency"), authoring_version: 1, - spec_version: 78, + spec_version: 79, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -412,7 +415,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("frequency-testnet"), impl_name: create_runtime_str!("frequency"), authoring_version: 1, - spec_version: 78, + spec_version: 79, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -646,7 +649,7 @@ impl pallet_balances::Config for Runtime { type WeightInfo = weights::pallet_balances::SubstrateWeight; type MaxReserves = BalancesMaxReserves; type ReserveIdentifier = [u8; 8]; - type MaxHolds = ConstU32<0>; + type MaxHolds = ConstU32<1>; type MaxFreezes = BalancesMaxFreezes; type RuntimeHoldReason = RuntimeHoldReason; type FreezeIdentifier = RuntimeFreezeReason; @@ -677,6 +680,10 @@ impl pallet_scheduler::Config for Runtime { type Preimages = Preimage; } +parameter_types! { + pub const PreimageHoldReason: RuntimeHoldReason = RuntimeHoldReason::Preimage(pallet_preimage::HoldReason::Preimage); +} + // See https://paritytech.github.io/substrate/master/pallet_preimage/index.html for // the descriptions of these configs. impl pallet_preimage::Config for Runtime { @@ -688,8 +695,13 @@ impl pallet_preimage::Config for Runtime { EnsureRoot, pallet_collective::EnsureMember, >; - type BaseDeposit = PreimageBaseDeposit; - type ByteDeposit = PreimageByteDeposit; + + type Consideration = HoldConsideration< + AccountId, + Balances, + PreimageHoldReason, + LinearStoragePrice, + >; } // See https://paritytech.github.io/substrate/master/pallet_collective/index.html for @@ -1180,7 +1192,7 @@ construct_runtime!( #[cfg(any(not(feature = "frequency"), feature = "frequency-lint-check"))] Sudo: pallet_sudo::{Pallet, Call, Config, Storage, Event }= 4, - Preimage: pallet_preimage::{Pallet, Call, Storage, Event} = 5, + Preimage: pallet_preimage::{Pallet, Call, Storage, Event, HoldReason} = 5, Democracy: pallet_democracy::{Pallet, Call, Config, Storage, Event } = 6, Scheduler: pallet_scheduler::{Pallet, Call, Storage, Event } = 8, Utility: pallet_utility::{Pallet, Call, Event} = 9,