From df7c5b3eccef3e93e09bee5c579b21b037a794db Mon Sep 17 00:00:00 2001 From: Doordashcon <jesse.chejieh@gmail.com> Date: Thu, 11 May 2023 17:13:29 +0100 Subject: [PATCH] Substrate Companion (#7118) * sudo benchmarks * cargo fmt * sub weights * Update Cargo.lock * NC.l * undo * cargo fmt * update sudo weights * update lockfile for {"substrate"} --------- Co-authored-by: parity-processbot <> --- polkadot/Cargo.lock | 369 +++++++++--------- polkadot/runtime/rococo/Cargo.toml | 1 + polkadot/runtime/rococo/src/lib.rs | 2 + polkadot/runtime/rococo/src/weights/mod.rs | 1 + .../runtime/rococo/src/weights/pallet_sudo.rs | 86 ++++ polkadot/runtime/test-runtime/src/lib.rs | 1 + polkadot/runtime/westend/Cargo.toml | 1 + polkadot/runtime/westend/src/lib.rs | 2 + polkadot/runtime/westend/src/weights/mod.rs | 1 + .../westend/src/weights/pallet_sudo.rs | 86 ++++ 10 files changed, 366 insertions(+), 184 deletions(-) create mode 100644 polkadot/runtime/rococo/src/weights/pallet_sudo.rs create mode 100644 polkadot/runtime/westend/src/weights/pallet_sudo.rs diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index c83c8aedf8a..d62a43cf167 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "hash-db", "log", @@ -2480,7 +2480,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", ] @@ -2503,7 +2503,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support", "frame-support-procedural", @@ -2528,7 +2528,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "Inflector", "array-bytes", @@ -2575,7 +2575,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2586,7 +2586,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2603,7 +2603,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support", "frame-system", @@ -2632,7 +2632,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-recursion", "futures", @@ -2652,7 +2652,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "bitflags", "environmental", @@ -2685,7 +2685,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "Inflector", "cfg-expr", @@ -2701,7 +2701,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2713,7 +2713,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "proc-macro2", "quote", @@ -2723,7 +2723,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-executive", @@ -2749,7 +2749,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support", "frame-system", @@ -2760,7 +2760,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support", "log", @@ -2778,7 +2778,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -2793,7 +2793,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", "sp-api", @@ -2802,7 +2802,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support", "parity-scale-codec", @@ -2984,7 +2984,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "chrono", "frame-election-provider-support", @@ -4846,7 +4846,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "futures", "log", @@ -4865,7 +4865,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "anyhow", "jsonrpsee", @@ -5455,7 +5455,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5470,7 +5470,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support", "frame-system", @@ -5486,7 +5486,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support", "frame-system", @@ -5500,7 +5500,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5524,7 +5524,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5544,7 +5544,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5563,7 +5563,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5578,7 +5578,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support", "frame-system", @@ -5597,7 +5597,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5621,7 +5621,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5639,7 +5639,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5658,7 +5658,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5675,7 +5675,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5692,7 +5692,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5710,7 +5710,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5733,7 +5733,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5746,7 +5746,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5764,7 +5764,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5782,7 +5782,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5805,7 +5805,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5821,7 +5821,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5841,7 +5841,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5858,7 +5858,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5875,7 +5875,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5892,7 +5892,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5908,7 +5908,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -5924,7 +5924,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support", "frame-system", @@ -5941,7 +5941,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5961,7 +5961,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5972,7 +5972,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support", "frame-system", @@ -5989,7 +5989,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6013,7 +6013,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -6030,7 +6030,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -6045,7 +6045,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -6063,7 +6063,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -6078,7 +6078,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6097,7 +6097,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -6114,7 +6114,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support", "frame-system", @@ -6135,7 +6135,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -6151,7 +6151,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support", "frame-system", @@ -6165,7 +6165,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6188,7 +6188,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6199,7 +6199,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "log", "sp-arithmetic", @@ -6208,7 +6208,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", "sp-api", @@ -6217,7 +6217,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -6234,8 +6234,9 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ + "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", @@ -6248,7 +6249,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -6266,7 +6267,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -6285,7 +6286,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-support", "frame-system", @@ -6301,7 +6302,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6317,7 +6318,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6329,7 +6330,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -6346,7 +6347,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -6361,7 +6362,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -6377,7 +6378,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -6392,7 +6393,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-benchmarking", "frame-support", @@ -9416,7 +9417,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "log", "sp-core", @@ -9427,7 +9428,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "futures", @@ -9455,7 +9456,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "futures", "futures-timer", @@ -9478,7 +9479,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9493,7 +9494,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9512,7 +9513,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9523,7 +9524,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "array-bytes", "chrono", @@ -9563,7 +9564,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "fnv", "futures", @@ -9590,7 +9591,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "hash-db", "kvdb", @@ -9616,7 +9617,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "futures", @@ -9641,7 +9642,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "fork-tree", @@ -9677,7 +9678,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "futures", "jsonrpsee", @@ -9699,7 +9700,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "array-bytes", "async-trait", @@ -9734,7 +9735,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "futures", "jsonrpsee", @@ -9753,7 +9754,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9766,7 +9767,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9806,7 +9807,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "finality-grandpa", "futures", @@ -9826,7 +9827,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "futures", @@ -9849,7 +9850,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9873,7 +9874,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9886,7 +9887,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "log", "sc-allocator", @@ -9899,7 +9900,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "anyhow", "cfg-if", @@ -9917,7 +9918,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "ansi_term", "futures", @@ -9933,7 +9934,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -9947,7 +9948,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "array-bytes", "async-channel", @@ -9992,7 +9993,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "cid", "futures", @@ -10012,7 +10013,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "array-bytes", "async-trait", @@ -10040,7 +10041,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "ahash 0.8.2", "futures", @@ -10059,7 +10060,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "array-bytes", "futures", @@ -10081,7 +10082,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "array-bytes", "async-trait", @@ -10115,7 +10116,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "array-bytes", "futures", @@ -10135,7 +10136,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "array-bytes", "bytes", @@ -10166,7 +10167,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "futures", "libp2p", @@ -10179,7 +10180,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10188,7 +10189,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "futures", "jsonrpsee", @@ -10219,7 +10220,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10238,7 +10239,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "http", "jsonrpsee", @@ -10253,7 +10254,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "array-bytes", "futures", @@ -10279,7 +10280,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "directories", @@ -10345,7 +10346,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "log", "parity-scale-codec", @@ -10356,7 +10357,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "clap 4.2.5", "fs4", @@ -10372,7 +10373,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10391,7 +10392,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "futures", "libc", @@ -10410,7 +10411,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "chrono", "futures", @@ -10429,7 +10430,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "ansi_term", "atty", @@ -10460,7 +10461,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10471,7 +10472,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "futures", @@ -10498,7 +10499,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "futures", @@ -10512,7 +10513,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-channel", "futures", @@ -11060,7 +11061,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "hash-db", "log", @@ -11080,7 +11081,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "Inflector", "blake2", @@ -11094,7 +11095,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", "scale-info", @@ -11107,7 +11108,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "integer-sqrt", "num-traits", @@ -11121,7 +11122,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", "scale-info", @@ -11134,7 +11135,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", "sp-api", @@ -11146,7 +11147,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "futures", "log", @@ -11164,7 +11165,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "futures", @@ -11179,7 +11180,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "parity-scale-codec", @@ -11197,7 +11198,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "parity-scale-codec", @@ -11218,7 +11219,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11237,7 +11238,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "finality-grandpa", "log", @@ -11255,7 +11256,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", "scale-info", @@ -11267,7 +11268,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "array-bytes", "bitflags", @@ -11311,7 +11312,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "blake2b_simd", "byteorder", @@ -11325,7 +11326,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "proc-macro2", "quote", @@ -11336,7 +11337,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11345,7 +11346,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "proc-macro2", "quote", @@ -11355,7 +11356,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "environmental", "parity-scale-codec", @@ -11366,7 +11367,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11381,7 +11382,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "bytes", "ed25519", @@ -11407,7 +11408,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "lazy_static", "sp-core", @@ -11418,7 +11419,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "futures", "parity-scale-codec", @@ -11432,7 +11433,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11441,7 +11442,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11452,7 +11453,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11470,7 +11471,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", "scale-info", @@ -11484,7 +11485,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "sp-api", "sp-core", @@ -11494,7 +11495,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "backtrace", "lazy_static", @@ -11504,7 +11505,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "rustc-hash", "serde", @@ -11514,7 +11515,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "either", "hash256-std-hasher", @@ -11536,7 +11537,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11554,7 +11555,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "Inflector", "proc-macro-crate", @@ -11566,7 +11567,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", "scale-info", @@ -11580,7 +11581,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", "scale-info", @@ -11593,7 +11594,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "hash-db", "log", @@ -11613,7 +11614,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "log", "parity-scale-codec", @@ -11631,12 +11632,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11649,7 +11650,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "futures-timer", @@ -11664,7 +11665,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", "sp-std", @@ -11676,7 +11677,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "sp-api", "sp-runtime", @@ -11685,7 +11686,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "log", @@ -11701,7 +11702,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11724,7 +11725,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11741,7 +11742,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11752,7 +11753,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11766,7 +11767,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "parity-scale-codec", "scale-info", @@ -12007,7 +12008,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "platforms 2.0.0", ] @@ -12015,7 +12016,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12034,7 +12035,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "hyper", "log", @@ -12046,7 +12047,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "jsonrpsee", @@ -12059,7 +12060,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "jsonrpsee", "log", @@ -12078,7 +12079,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "array-bytes", "async-trait", @@ -12104,7 +12105,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12114,7 +12115,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12125,7 +12126,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "ansi_term", "build-helper", @@ -12959,7 +12960,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0c696fc1ce7a60dbcf13f176b9d2dcb9492e6335" +source = "git+https://github.com/paritytech/substrate?branch=master#a87e56f1696cae44593cdc069a01d8bed0bab636" dependencies = [ "async-trait", "clap 4.2.5", diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index 3a10b27c4f3..af92428207a 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -206,6 +206,7 @@ runtime-benchmarks = [ "pallet-society/runtime-benchmarks", "pallet-recovery/runtime-benchmarks", "pallet-staking/runtime-benchmarks", + "pallet-sudo/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "pallet-tips/runtime-benchmarks", "pallet-treasury/runtime-benchmarks", diff --git a/polkadot/runtime/rococo/src/lib.rs b/polkadot/runtime/rococo/src/lib.rs index a02b98f86ed..0f2c63e22a6 100644 --- a/polkadot/runtime/rococo/src/lib.rs +++ b/polkadot/runtime/rococo/src/lib.rs @@ -1320,6 +1320,7 @@ impl validator_manager::Config for Runtime { impl pallet_sudo::Config for Runtime { type RuntimeEvent = RuntimeEvent; type RuntimeCall = RuntimeCall; + type WeightInfo = weights::pallet_sudo::WeightInfo<Runtime>; } construct_runtime! { @@ -1576,6 +1577,7 @@ mod benches { [pallet_proxy, Proxy] [pallet_recovery, Recovery] [pallet_scheduler, Scheduler] + [pallet_sudo, Sudo] [frame_system, SystemBench::<Runtime>] [pallet_timestamp, Timestamp] [pallet_tips, Tips] diff --git a/polkadot/runtime/rococo/src/weights/mod.rs b/polkadot/runtime/rococo/src/weights/mod.rs index 372d03722a2..908753f8540 100644 --- a/polkadot/runtime/rococo/src/weights/mod.rs +++ b/polkadot/runtime/rococo/src/weights/mod.rs @@ -34,6 +34,7 @@ pub mod pallet_preimage; pub mod pallet_proxy; pub mod pallet_scheduler; pub mod pallet_session; +pub mod pallet_sudo; pub mod pallet_timestamp; pub mod pallet_tips; pub mod pallet_treasury; diff --git a/polkadot/runtime/rococo/src/weights/pallet_sudo.rs b/polkadot/runtime/rococo/src/weights/pallet_sudo.rs new file mode 100644 index 00000000000..180c0ec9c11 --- /dev/null +++ b/polkadot/runtime/rococo/src/weights/pallet_sudo.rs @@ -0,0 +1,86 @@ +// This file is part of Substrate. + +// Copyright (C) Parity Technologies (UK) Ltd. +// SPDX-License-Identifier: Apache-2.0 + +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +//! Autogenerated weights for pallet_sudo +//! +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev +//! DATE: 2023-04-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! WORST CASE MAP SIZE: `1000000` +//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 + +// Executed Command: +// target/production/substrate +// benchmark +// pallet +// --steps=50 +// --repeat=20 +// --extrinsic=* +// --execution=wasm +// --wasm-execution=compiled +// --heap-pages=4096 +// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/substrate/.git/.artifacts/bench.json +// --pallet=pallet_sudo +// --chain=dev +// --header=./HEADER-APACHE2 +// --output=./frame/sudo/src/weights.rs +// --template=./.maintain/frame-weight-template.hbs + +#![cfg_attr(rustfmt, rustfmt_skip)] +#![allow(unused_parens)] +#![allow(unused_imports)] + +use frame_support::{traits::Get, weights::Weight}; +use core::marker::PhantomData; + +/// Weight functions for pallet_sudo. +pub struct WeightInfo<T>(PhantomData<T>); +impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { + /// Storage: Sudo Key (r:1 w:1) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + fn set_key() -> Weight { + // Proof Size summary in bytes: + // Measured: `165` + // Estimated: `1517` + // Minimum execution time: 14_078_000 picoseconds. + Weight::from_parts(14_405_000, 1517) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } + + /// Storage: Sudo Key (r:1 w:0) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + fn sudo() -> Weight { + // Proof Size summary in bytes: + // Measured: `165` + // Estimated: `1517` + // Minimum execution time: 14_009_000 picoseconds. + Weight::from_parts(14_400_000, 1517) + .saturating_add(T::DbWeight::get().reads(1_u64)) + } + + /// Storage: Sudo Key (r:1 w:0) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + fn sudo_as() -> Weight { + // Proof Size summary in bytes: + // Measured: `165` + // Estimated: `1517` + // Minimum execution time: 13_954_000 picoseconds. + Weight::from_parts(14_248_000, 1517) + .saturating_add(T::DbWeight::get().reads(1_u64)) + } +} diff --git a/polkadot/runtime/test-runtime/src/lib.rs b/polkadot/runtime/test-runtime/src/lib.rs index 0bf776c019a..41387fa6bb9 100644 --- a/polkadot/runtime/test-runtime/src/lib.rs +++ b/polkadot/runtime/test-runtime/src/lib.rs @@ -464,6 +464,7 @@ impl pallet_vesting::Config for Runtime { impl pallet_sudo::Config for Runtime { type RuntimeEvent = RuntimeEvent; type RuntimeCall = RuntimeCall; + type WeightInfo = (); } impl parachains_configuration::Config for Runtime { diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 4aa2f18067f..77df86877fe 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -214,6 +214,7 @@ runtime-benchmarks = [ "pallet-scheduler/runtime-benchmarks", "pallet-society/runtime-benchmarks", "pallet-staking/runtime-benchmarks", + "pallet-sudo/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "pallet-treasury/runtime-benchmarks", "pallet-utility/runtime-benchmarks", diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index e7675c34fc9..538900f83a7 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -730,6 +730,7 @@ impl pallet_vesting::Config for Runtime { impl pallet_sudo::Config for Runtime { type RuntimeEvent = RuntimeEvent; type RuntimeCall = RuntimeCall; + type WeightInfo = weights::pallet_sudo::WeightInfo<Runtime>; } parameter_types! { @@ -1294,6 +1295,7 @@ mod benches { [pallet_scheduler, Scheduler] [pallet_session, SessionBench::<Runtime>] [pallet_staking, Staking] + [pallet_sudo, Sudo] [frame_system, SystemBench::<Runtime>] [pallet_timestamp, Timestamp] [pallet_utility, Utility] diff --git a/polkadot/runtime/westend/src/weights/mod.rs b/polkadot/runtime/westend/src/weights/mod.rs index d443b903bab..ba787031ec2 100644 --- a/polkadot/runtime/westend/src/weights/mod.rs +++ b/polkadot/runtime/westend/src/weights/mod.rs @@ -31,6 +31,7 @@ pub mod pallet_proxy; pub mod pallet_scheduler; pub mod pallet_session; pub mod pallet_staking; +pub mod pallet_sudo; pub mod pallet_timestamp; pub mod pallet_utility; pub mod pallet_vesting; diff --git a/polkadot/runtime/westend/src/weights/pallet_sudo.rs b/polkadot/runtime/westend/src/weights/pallet_sudo.rs new file mode 100644 index 00000000000..180c0ec9c11 --- /dev/null +++ b/polkadot/runtime/westend/src/weights/pallet_sudo.rs @@ -0,0 +1,86 @@ +// This file is part of Substrate. + +// Copyright (C) Parity Technologies (UK) Ltd. +// SPDX-License-Identifier: Apache-2.0 + +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +//! Autogenerated weights for pallet_sudo +//! +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev +//! DATE: 2023-04-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! WORST CASE MAP SIZE: `1000000` +//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 + +// Executed Command: +// target/production/substrate +// benchmark +// pallet +// --steps=50 +// --repeat=20 +// --extrinsic=* +// --execution=wasm +// --wasm-execution=compiled +// --heap-pages=4096 +// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/substrate/.git/.artifacts/bench.json +// --pallet=pallet_sudo +// --chain=dev +// --header=./HEADER-APACHE2 +// --output=./frame/sudo/src/weights.rs +// --template=./.maintain/frame-weight-template.hbs + +#![cfg_attr(rustfmt, rustfmt_skip)] +#![allow(unused_parens)] +#![allow(unused_imports)] + +use frame_support::{traits::Get, weights::Weight}; +use core::marker::PhantomData; + +/// Weight functions for pallet_sudo. +pub struct WeightInfo<T>(PhantomData<T>); +impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { + /// Storage: Sudo Key (r:1 w:1) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + fn set_key() -> Weight { + // Proof Size summary in bytes: + // Measured: `165` + // Estimated: `1517` + // Minimum execution time: 14_078_000 picoseconds. + Weight::from_parts(14_405_000, 1517) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } + + /// Storage: Sudo Key (r:1 w:0) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + fn sudo() -> Weight { + // Proof Size summary in bytes: + // Measured: `165` + // Estimated: `1517` + // Minimum execution time: 14_009_000 picoseconds. + Weight::from_parts(14_400_000, 1517) + .saturating_add(T::DbWeight::get().reads(1_u64)) + } + + /// Storage: Sudo Key (r:1 w:0) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + fn sudo_as() -> Weight { + // Proof Size summary in bytes: + // Measured: `165` + // Estimated: `1517` + // Minimum execution time: 13_954_000 picoseconds. + Weight::from_parts(14_248_000, 1517) + .saturating_add(T::DbWeight::get().reads(1_u64)) + } +} -- GitLab