From 33d53cb79f7aee7634c187b2e641040d78f07bd2 Mon Sep 17 00:00:00 2001 From: doordashcon Date: Sun, 23 Apr 2023 17:50:15 +0100 Subject: [PATCH 1/9] sudo benchmarks --- Cargo.lock | 460 +++++++++++++++++++------------- runtime/rococo/Cargo.toml | 1 + runtime/rococo/src/lib.rs | 43 +-- runtime/test-runtime/src/lib.rs | 1 + runtime/westend/Cargo.toml | 1 + runtime/westend/src/lib.rs | 23 +- 6 files changed, 316 insertions(+), 213 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d53e89163464..20041e113421 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -477,7 +477,6 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "hash-db", "log", @@ -2389,7 +2388,6 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", ] @@ -2412,7 +2410,6 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support", "frame-support-procedural", @@ -2437,7 +2434,6 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "Inflector", "array-bytes", @@ -2484,7 +2480,6 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2495,7 +2490,6 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2512,7 +2506,6 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support", "frame-system", @@ -2541,7 +2534,6 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-recursion", "futures", @@ -2559,7 +2551,6 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "bitflags", "environmental", @@ -2592,7 +2583,6 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "Inflector", "cfg-expr", @@ -2608,7 +2598,6 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2620,7 +2609,6 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "proc-macro2", "quote", @@ -2630,7 +2618,6 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -2655,7 +2642,6 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support", "frame-system", @@ -2666,7 +2652,6 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support", "log", @@ -2684,7 +2669,6 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -2699,7 +2683,6 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", "sp-api", @@ -2708,7 +2691,6 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support", "parity-scale-codec", @@ -2890,7 +2872,6 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "chrono", "frame-election-provider-support", @@ -4715,7 +4696,6 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "futures", "log", @@ -4734,7 +4714,6 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "anyhow", "jsonrpsee", @@ -5318,7 +5297,6 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5333,7 +5311,6 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support", "frame-system", @@ -5349,7 +5326,6 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support", "frame-system", @@ -5363,7 +5339,6 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5387,7 +5362,6 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5407,7 +5381,6 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5426,7 +5399,6 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5441,7 +5413,6 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support", "frame-system", @@ -5460,7 +5431,6 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5484,7 +5454,6 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5502,7 +5471,6 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5521,7 +5489,6 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5538,7 +5505,6 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5555,7 +5521,6 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5573,7 +5538,6 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5596,7 +5560,6 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5609,7 +5572,6 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5627,7 +5589,6 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5645,7 +5606,6 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5668,7 +5628,6 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5684,7 +5643,6 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5704,7 +5662,6 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5721,7 +5678,6 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5738,7 +5694,6 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5755,7 +5710,6 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5771,7 +5725,6 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5787,7 +5740,6 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support", "frame-system", @@ -5804,7 +5756,6 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5824,7 +5775,6 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5835,7 +5785,6 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support", "frame-system", @@ -5852,7 +5801,6 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5876,7 +5824,6 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5893,7 +5840,6 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5908,7 +5854,6 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5926,7 +5871,6 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5941,7 +5885,6 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5960,7 +5903,6 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5977,7 +5919,6 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support", "frame-system", @@ -5998,7 +5939,6 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6014,7 +5954,6 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support", "frame-system", @@ -6028,7 +5967,6 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6051,7 +5989,6 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6062,7 +5999,6 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "log", "sp-arithmetic", @@ -6071,7 +6007,6 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", "sp-api", @@ -6080,7 +6015,6 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6097,8 +6031,8 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ + "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", @@ -6111,7 +6045,6 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6129,7 +6062,6 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6148,7 +6080,6 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-support", "frame-system", @@ -6164,7 +6095,6 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6180,7 +6110,6 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6192,7 +6121,6 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6209,7 +6137,6 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6224,7 +6151,6 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6240,7 +6166,6 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6255,7 +6180,6 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9248,7 +9172,6 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "log", "sp-core", @@ -9259,7 +9182,6 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "futures", @@ -9287,7 +9209,6 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "futures", "futures-timer", @@ -9310,7 +9231,6 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9325,7 +9245,6 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9344,7 +9263,6 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9355,7 +9273,6 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "array-bytes", "chrono", @@ -9395,7 +9312,6 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "fnv", "futures", @@ -9421,7 +9337,6 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "hash-db", "kvdb", @@ -9447,7 +9362,6 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "futures", @@ -9472,7 +9386,6 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "fork-tree", @@ -9508,7 +9421,6 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "futures", "jsonrpsee", @@ -9530,7 +9442,6 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "array-bytes", "async-trait", @@ -9565,7 +9476,6 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "futures", "jsonrpsee", @@ -9584,7 +9494,6 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9597,7 +9506,6 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9637,7 +9545,6 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "finality-grandpa", "futures", @@ -9657,7 +9564,6 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "futures", @@ -9680,7 +9586,6 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9704,7 +9609,6 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9717,7 +9621,6 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "log", "sc-allocator", @@ -9730,7 +9633,6 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "anyhow", "cfg-if", @@ -9748,7 +9650,6 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "ansi_term", "futures", @@ -9764,7 +9665,6 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "array-bytes", "async-trait", @@ -9779,7 +9679,6 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "array-bytes", "async-channel", @@ -9824,7 +9723,6 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "cid", "futures", @@ -9844,7 +9742,6 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "array-bytes", "async-trait", @@ -9872,7 +9769,6 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "ahash 0.8.2", "futures", @@ -9891,7 +9787,6 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "array-bytes", "futures", @@ -9913,7 +9808,6 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "array-bytes", "async-trait", @@ -9947,7 +9841,6 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "array-bytes", "futures", @@ -9967,7 +9860,6 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "array-bytes", "bytes", @@ -9998,7 +9890,6 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "futures", "libp2p", @@ -10011,7 +9902,6 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10020,7 +9910,6 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "futures", "jsonrpsee", @@ -10050,7 +9939,6 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10069,7 +9957,6 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "http", "jsonrpsee", @@ -10084,7 +9971,6 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "array-bytes", "futures", @@ -10110,7 +9996,6 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "directories", @@ -10176,7 +10061,6 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "log", "parity-scale-codec", @@ -10187,7 +10071,6 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "clap 4.0.15", "fs4", @@ -10203,7 +10086,6 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10222,7 +10104,6 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "futures", "libc", @@ -10241,7 +10122,6 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "chrono", "futures", @@ -10260,7 +10140,6 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "ansi_term", "atty", @@ -10291,7 +10170,6 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10302,7 +10180,6 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "futures", @@ -10329,7 +10206,6 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "futures", @@ -10343,7 +10219,6 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-channel", "futures", @@ -10891,7 +10766,6 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "hash-db", "log", @@ -10911,7 +10785,6 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "Inflector", "blake2", @@ -10925,7 +10798,6 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10938,7 +10810,6 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "integer-sqrt", "num-traits", @@ -10952,7 +10823,6 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10965,7 +10835,6 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", "sp-api", @@ -10977,7 +10846,6 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "futures", "log", @@ -10995,7 +10863,6 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "futures", @@ -11010,7 +10877,6 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "parity-scale-codec", @@ -11028,7 +10894,6 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "parity-scale-codec", @@ -11049,7 +10914,6 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11068,7 +10932,6 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "finality-grandpa", "log", @@ -11086,7 +10949,6 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", "scale-info", @@ -11098,7 +10960,6 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "array-bytes", "bitflags", @@ -11141,7 +11002,6 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "blake2b_simd", "byteorder", @@ -11155,7 +11015,6 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "proc-macro2", "quote", @@ -11166,7 +11025,6 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11175,7 +11033,6 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "proc-macro2", "quote", @@ -11185,7 +11042,6 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "environmental", "parity-scale-codec", @@ -11196,7 +11052,6 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11211,7 +11066,6 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "bytes", "ed25519", @@ -11237,7 +11091,6 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "lazy_static", "sp-core", @@ -11248,7 +11101,6 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "futures", "parity-scale-codec", @@ -11262,7 +11114,6 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11271,7 +11122,6 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11282,7 +11132,6 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11300,7 +11149,6 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", "scale-info", @@ -11314,7 +11162,6 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "sp-api", "sp-core", @@ -11324,7 +11171,6 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "backtrace", "lazy_static", @@ -11334,7 +11180,6 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "rustc-hash", "serde", @@ -11344,7 +11189,6 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "either", "hash256-std-hasher", @@ -11366,7 +11210,6 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11384,7 +11227,6 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "Inflector", "proc-macro-crate", @@ -11396,7 +11238,6 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", "scale-info", @@ -11410,7 +11251,6 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", "scale-info", @@ -11422,7 +11262,6 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "hash-db", "log", @@ -11442,12 +11281,10 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11460,7 +11297,6 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "futures-timer", @@ -11475,7 +11311,6 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", "sp-std", @@ -11487,7 +11322,6 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "sp-api", "sp-runtime", @@ -11496,7 +11330,6 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "log", @@ -11512,7 +11345,6 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11535,7 +11367,6 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11552,7 +11383,6 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11563,7 +11393,6 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11577,7 +11406,6 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "parity-scale-codec", "scale-info", @@ -11807,7 +11635,6 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "platforms 2.0.0", ] @@ -11815,7 +11642,6 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11834,7 +11660,6 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "hyper", "log", @@ -11846,7 +11671,6 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "jsonrpsee", @@ -11859,7 +11683,6 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "jsonrpsee", "log", @@ -11878,7 +11701,6 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "array-bytes", "async-trait", @@ -11904,7 +11726,6 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11914,7 +11735,6 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11925,7 +11745,6 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "ansi_term", "build-helper", @@ -12759,7 +12578,6 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2fde3802da6256b5846ce33760685ca40008d00d" dependencies = [ "async-trait", "clap 4.0.15", @@ -14373,3 +14191,279 @@ dependencies = [ "libc", "pkg-config", ] + +[[patch.unused]] +name = "chain-spec-builder" +version = "2.0.0" + +[[patch.unused]] +name = "frame-benchmarking-pallet-pov" +version = "4.0.0-dev" + +[[patch.unused]] +name = "frame-election-solution-type-fuzzer" +version = "2.0.0-alpha.5" + +[[patch.unused]] +name = "frame-support-test-compile-pass" +version = "4.0.0-dev" + +[[patch.unused]] +name = "kitchensink-runtime" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-bench" +version = "0.9.0-dev" + +[[patch.unused]] +name = "node-cli" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-executor" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-inspect" +version = "0.9.0-dev" + +[[patch.unused]] +name = "node-primitives" +version = "2.0.0" + +[[patch.unused]] +name = "node-rpc" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-runtime-generate-bags" +version = "3.0.0" + +[[patch.unused]] +name = "node-template" +version = "4.0.0-dev" + +[[patch.unused]] +name = "node-template-runtime" +version = "4.0.0-dev" + +[[patch.unused]] +name = "node-testing" +version = "3.0.0-dev" + +[[patch.unused]] +name = "pallet-alliance" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-asset-rate" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-asset-tx-payment" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-atomic-swap" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-aura" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-bags-list-fuzzer" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-contracts" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-contracts-primitives" +version = "7.0.0" + +[[patch.unused]] +name = "pallet-contracts-proc-macro" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-core-fellowship" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-dev-mode" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-example-basic" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-example-offchain-worker" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-glutton" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-insecure-randomness-collective-flip" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-lottery" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-message-queue" +version = "7.0.0-dev" + +[[patch.unused]] +name = "pallet-nfts" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-nfts-runtime-api" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-nicks" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-node-authorization" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-nomination-pools-fuzzer" +version = "2.0.0" + +[[patch.unused]] +name = "pallet-nomination-pools-test-staking" +version = "1.0.0" + +[[patch.unused]] +name = "pallet-remark" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-root-offences" +version = "1.0.0-dev" + +[[patch.unused]] +name = "pallet-root-testing" +version = "1.0.0-dev" + +[[patch.unused]] +name = "pallet-salary" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-scored-pool" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-template" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-transaction-storage" +version = "4.0.0-dev" + +[[patch.unused]] +name = "sc-consensus-aura" +version = "0.10.0-dev" + +[[patch.unused]] +name = "sc-consensus-manual-seal" +version = "0.10.0-dev" + +[[patch.unused]] +name = "sc-consensus-pow" +version = "0.10.0-dev" + +[[patch.unused]] +name = "sc-network-test" +version = "0.8.0" + +[[patch.unused]] +name = "sc-runtime-test" +version = "2.0.0" + +[[patch.unused]] +name = "sc-service-test" +version = "2.0.0" + +[[patch.unused]] +name = "sp-api-test" +version = "2.0.1" + +[[patch.unused]] +name = "sp-application-crypto-test" +version = "2.0.0" + +[[patch.unused]] +name = "sp-arithmetic-fuzzer" +version = "2.0.0" + +[[patch.unused]] +name = "sp-consensus-pow" +version = "0.10.0-dev" + +[[patch.unused]] +name = "sp-npos-elections-fuzzer" +version = "2.0.0-alpha.5" + +[[patch.unused]] +name = "sp-runtime-interface-test" +version = "2.0.0" + +[[patch.unused]] +name = "sp-runtime-interface-test-wasm" +version = "2.0.0" + +[[patch.unused]] +name = "sp-runtime-interface-test-wasm-deprecated" +version = "2.0.0" + +[[patch.unused]] +name = "sp-serializer" +version = "4.0.0-dev" + +[[patch.unused]] +name = "sp-test-primitives" +version = "2.0.0" + +[[patch.unused]] +name = "subkey" +version = "3.0.0" + +[[patch.unused]] +name = "substrate-cli-test-utils" +version = "0.1.0" + +[[patch.unused]] +name = "substrate-frame-cli" +version = "4.0.0-dev" + +[[patch.unused]] +name = "substrate-frame-rpc-support" +version = "3.0.0" + +[[patch.unused]] +name = "substrate-test-runtime" +version = "2.0.0" + +[[patch.unused]] +name = "substrate-test-runtime-client" +version = "2.0.0" + +[[patch.unused]] +name = "substrate-test-runtime-transaction-pool" +version = "2.0.0" + +[[patch.unused]] +name = "substrate-test-utils-test-crate" +version = "0.1.0" diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index 3a10b27c4f35..af92428207a8 100644 --- a/runtime/rococo/Cargo.toml +++ b/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/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index a3a32e48d39d..44799c9db33f 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -191,7 +191,7 @@ pub struct OriginPrivilegeCmp; impl PrivilegeCmp for OriginPrivilegeCmp { fn cmp_privilege(left: &OriginCaller, right: &OriginCaller) -> Option { if left == right { - return Some(Ordering::Equal) + return Some(Ordering::Equal); } match (left, right) { @@ -946,32 +946,33 @@ impl InstanceFilter for ProxyType { RuntimeCall::Slots(..) | RuntimeCall::Auctions(..) // Specifically omitting the entire XCM Pallet ), - ProxyType::Governance => - matches!( - c, - RuntimeCall::Democracy(..) | - RuntimeCall::Council(..) | RuntimeCall::TechnicalCommittee(..) | - RuntimeCall::PhragmenElection(..) | - RuntimeCall::Treasury(..) | - RuntimeCall::Bounties(..) | - RuntimeCall::Tips(..) | RuntimeCall::Utility(..) | - RuntimeCall::ChildBounties(..) - ), + ProxyType::Governance => matches!( + c, + RuntimeCall::Democracy(..) + | RuntimeCall::Council(..) + | RuntimeCall::TechnicalCommittee(..) + | RuntimeCall::PhragmenElection(..) + | RuntimeCall::Treasury(..) + | RuntimeCall::Bounties(..) + | RuntimeCall::Tips(..) + | RuntimeCall::Utility(..) + | RuntimeCall::ChildBounties(..) + ), ProxyType::IdentityJudgement => matches!( c, - RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) | - RuntimeCall::Utility(..) + RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) + | RuntimeCall::Utility(..) ), ProxyType::CancelProxy => { matches!(c, RuntimeCall::Proxy(pallet_proxy::Call::reject_announcement { .. })) }, ProxyType::Auction => matches!( c, - RuntimeCall::Auctions { .. } | - RuntimeCall::Crowdloan { .. } | - RuntimeCall::Registrar { .. } | - RuntimeCall::Multisig(..) | - RuntimeCall::Slots { .. } + RuntimeCall::Auctions { .. } + | RuntimeCall::Crowdloan { .. } + | RuntimeCall::Registrar { .. } + | RuntimeCall::Multisig(..) + | RuntimeCall::Slots { .. } ), ProxyType::Society => matches!(c, RuntimeCall::Society(..)), } @@ -1320,6 +1321,7 @@ impl validator_manager::Config for Runtime { impl pallet_sudo::Config for Runtime { type RuntimeEvent = RuntimeEvent; type RuntimeCall = RuntimeCall; + type WeightInfo = (); } construct_runtime! { @@ -1562,6 +1564,7 @@ mod benches { [pallet_proxy, Proxy] [pallet_recovery, Recovery] [pallet_scheduler, Scheduler] + [pallet_sudo, Sudo] [frame_system, SystemBench::] [pallet_timestamp, Timestamp] [pallet_tips, Tips] @@ -2160,7 +2163,7 @@ mod remote_tests { #[tokio::test] async fn run_migrations() { if var("RUN_MIGRATION_TESTS").is_err() { - return + return; } sp_tracing::try_init_simple(); diff --git a/runtime/test-runtime/src/lib.rs b/runtime/test-runtime/src/lib.rs index fb114df2ee46..ca1c709dfdf4 100644 --- a/runtime/test-runtime/src/lib.rs +++ b/runtime/test-runtime/src/lib.rs @@ -463,6 +463,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/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 4aa2f18067f6..77df86877fe6 100644 --- a/runtime/westend/Cargo.toml +++ b/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/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index e3d917a43a43..edc939f17ac2 100644 --- a/runtime/westend/src/lib.rs +++ b/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 = (); } parameter_types! { @@ -820,9 +821,10 @@ impl InstanceFilter for ProxyType { ProxyType::Staking => { matches!( c, - RuntimeCall::Staking(..) | - RuntimeCall::Session(..) | RuntimeCall::Utility(..) | - RuntimeCall::FastUnstake(..) + RuntimeCall::Staking(..) + | RuntimeCall::Session(..) + | RuntimeCall::Utility(..) + | RuntimeCall::FastUnstake(..) ) }, ProxyType::NominationPools => { @@ -837,18 +839,18 @@ impl InstanceFilter for ProxyType { }, ProxyType::IdentityJudgement => matches!( c, - RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) | - RuntimeCall::Utility(..) + RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) + | RuntimeCall::Utility(..) ), ProxyType::CancelProxy => { matches!(c, RuntimeCall::Proxy(pallet_proxy::Call::reject_announcement { .. })) }, ProxyType::Auction => matches!( c, - RuntimeCall::Auctions(..) | - RuntimeCall::Crowdloan(..) | - RuntimeCall::Registrar(..) | - RuntimeCall::Slots(..) + RuntimeCall::Auctions(..) + | RuntimeCall::Crowdloan(..) + | RuntimeCall::Registrar(..) + | RuntimeCall::Slots(..) ), } } @@ -1281,6 +1283,7 @@ mod benches { [pallet_scheduler, Scheduler] [pallet_session, SessionBench::] [pallet_staking, Staking] + [pallet_sudo, Sudo] [frame_system, SystemBench::] [pallet_timestamp, Timestamp] [pallet_utility, Utility] @@ -1899,7 +1902,7 @@ mod remote_tests { #[tokio::test] async fn run_migrations() { if var("RUN_MIGRATION_TESTS").is_err() { - return + return; } sp_tracing::try_init_simple(); From 004dd2e350be2c156589fbf94a0ddf8e00ce8f70 Mon Sep 17 00:00:00 2001 From: doordashcon Date: Mon, 24 Apr 2023 09:58:55 +0100 Subject: [PATCH 2/9] cargo fmt --- runtime/rococo/src/lib.rs | 41 +++++++++++++++++++------------------- runtime/westend/src/lib.rs | 21 ++++++++++--------- 2 files changed, 30 insertions(+), 32 deletions(-) diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index 44799c9db33f..20db3807dc84 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -191,7 +191,7 @@ pub struct OriginPrivilegeCmp; impl PrivilegeCmp for OriginPrivilegeCmp { fn cmp_privilege(left: &OriginCaller, right: &OriginCaller) -> Option { if left == right { - return Some(Ordering::Equal); + return Some(Ordering::Equal) } match (left, right) { @@ -946,33 +946,32 @@ impl InstanceFilter for ProxyType { RuntimeCall::Slots(..) | RuntimeCall::Auctions(..) // Specifically omitting the entire XCM Pallet ), - ProxyType::Governance => matches!( - c, - RuntimeCall::Democracy(..) - | RuntimeCall::Council(..) - | RuntimeCall::TechnicalCommittee(..) - | RuntimeCall::PhragmenElection(..) - | RuntimeCall::Treasury(..) - | RuntimeCall::Bounties(..) - | RuntimeCall::Tips(..) - | RuntimeCall::Utility(..) - | RuntimeCall::ChildBounties(..) - ), + ProxyType::Governance => + matches!( + c, + RuntimeCall::Democracy(..) | + RuntimeCall::Council(..) | RuntimeCall::TechnicalCommittee(..) | + RuntimeCall::PhragmenElection(..) | + RuntimeCall::Treasury(..) | + RuntimeCall::Bounties(..) | + RuntimeCall::Tips(..) | RuntimeCall::Utility(..) | + RuntimeCall::ChildBounties(..) + ), ProxyType::IdentityJudgement => matches!( c, - RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) - | RuntimeCall::Utility(..) + RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) | + RuntimeCall::Utility(..) ), ProxyType::CancelProxy => { matches!(c, RuntimeCall::Proxy(pallet_proxy::Call::reject_announcement { .. })) }, ProxyType::Auction => matches!( c, - RuntimeCall::Auctions { .. } - | RuntimeCall::Crowdloan { .. } - | RuntimeCall::Registrar { .. } - | RuntimeCall::Multisig(..) - | RuntimeCall::Slots { .. } + RuntimeCall::Auctions { .. } | + RuntimeCall::Crowdloan { .. } | + RuntimeCall::Registrar { .. } | + RuntimeCall::Multisig(..) | + RuntimeCall::Slots { .. } ), ProxyType::Society => matches!(c, RuntimeCall::Society(..)), } @@ -2163,7 +2162,7 @@ mod remote_tests { #[tokio::test] async fn run_migrations() { if var("RUN_MIGRATION_TESTS").is_err() { - return; + return } sp_tracing::try_init_simple(); diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index edc939f17ac2..8d1c2984fbca 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -821,10 +821,9 @@ impl InstanceFilter for ProxyType { ProxyType::Staking => { matches!( c, - RuntimeCall::Staking(..) - | RuntimeCall::Session(..) - | RuntimeCall::Utility(..) - | RuntimeCall::FastUnstake(..) + RuntimeCall::Staking(..) | + RuntimeCall::Session(..) | RuntimeCall::Utility(..) | + RuntimeCall::FastUnstake(..) ) }, ProxyType::NominationPools => { @@ -839,18 +838,18 @@ impl InstanceFilter for ProxyType { }, ProxyType::IdentityJudgement => matches!( c, - RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) - | RuntimeCall::Utility(..) + RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) | + RuntimeCall::Utility(..) ), ProxyType::CancelProxy => { matches!(c, RuntimeCall::Proxy(pallet_proxy::Call::reject_announcement { .. })) }, ProxyType::Auction => matches!( c, - RuntimeCall::Auctions(..) - | RuntimeCall::Crowdloan(..) - | RuntimeCall::Registrar(..) - | RuntimeCall::Slots(..) + RuntimeCall::Auctions(..) | + RuntimeCall::Crowdloan(..) | + RuntimeCall::Registrar(..) | + RuntimeCall::Slots(..) ), } } @@ -1902,7 +1901,7 @@ mod remote_tests { #[tokio::test] async fn run_migrations() { if var("RUN_MIGRATION_TESTS").is_err() { - return; + return } sp_tracing::try_init_simple(); From be9c4fb9d83e51c36bacd9b41f32d2666030d07b Mon Sep 17 00:00:00 2001 From: doordashcon Date: Wed, 3 May 2023 17:43:22 +0100 Subject: [PATCH 3/9] sub weights --- Cargo.lock | 3429 ++++++++++++-------- runtime/rococo/src/lib.rs | 43 +- runtime/rococo/src/weights/mod.rs | 1 + runtime/rococo/src/weights/pallet_sudo.rs | 64 + runtime/westend/src/lib.rs | 23 +- runtime/westend/src/weights/mod.rs | 1 + runtime/westend/src/weights/pallet_sudo.rs | 64 + 7 files changed, 2180 insertions(+), 1445 deletions(-) create mode 100644 runtime/rococo/src/weights/pallet_sudo.rs create mode 100644 runtime/westend/src/weights/pallet_sudo.rs diff --git a/Cargo.lock b/Cargo.lock index 20041e113421..4a01ec2be709 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,6 +179,55 @@ dependencies = [ "winapi", ] +[[package]] +name = "anstream" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" +dependencies = [ + "anstyle", + "anstyle-parse", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "is-terminal", + "utf8parse", +] + +[[package]] +name = "anstyle" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" + +[[package]] +name = "anstyle-parse" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" +dependencies = [ + "utf8parse", +] + +[[package]] +name = "anstyle-query" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" +dependencies = [ + "windows-sys 0.48.0", +] + +[[package]] +name = "anstyle-wincon" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" +dependencies = [ + "anstyle", + "windows-sys 0.48.0", +] + [[package]] name = "anyhow" version = "1.0.69" @@ -409,7 +458,7 @@ version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" dependencies = [ - "hermit-abi", + "hermit-abi 0.1.19", "libc", "winapi", ] @@ -477,6 +526,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "hash-db", "log", @@ -947,30 +997,38 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.15" +version = "4.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bf8832993da70a4c6d13c581f4463c2bdda27b9bf1c5498dc4365543abe6d6f" +checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819" dependencies = [ - "atty", - "bitflags", + "clap_builder", "clap_derive", - "clap_lex 0.3.0", "once_cell", +] + +[[package]] +name = "clap_builder" +version = "4.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab" +dependencies = [ + "anstream", + "anstyle", + "bitflags", + "clap_lex 0.4.1", "strsim", - "termcolor", ] [[package]] name = "clap_derive" -version = "4.0.13" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42f169caba89a7d512b5418b09864543eeb4d497416c917d7137863bd2076ad" +checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" dependencies = [ "heck", - "proc-macro-error", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.15", ] [[package]] @@ -984,12 +1042,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.3.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8" -dependencies = [ - "os_str_bytes", -] +checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" [[package]] name = "coarsetime" @@ -1026,6 +1081,12 @@ dependencies = [ "owo-colors", ] +[[package]] +name = "colorchoice" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" + [[package]] name = "comfy-table" version = "6.0.0" @@ -1140,18 +1201,18 @@ checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba" [[package]] name = "cranelift-bforest" -version = "0.93.1" +version = "0.93.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7379abaacee0f14abf3204a7606118f0465785252169d186337bcb75030815a" +checksum = "2bc42ba2e232e5b20ff7dc299a812d53337dadce9a7e39a238e6a5cb82d2e57b" dependencies = [ "cranelift-entity", ] [[package]] name = "cranelift-codegen" -version = "0.93.1" +version = "0.93.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9489fa336927df749631f1008007ced2871068544f40a202ce6d93fbf2366a7b" +checksum = "253531aca9b6f56103c9420369db3263e784df39aa1c90685a1f69cfbba0623e" dependencies = [ "arrayvec 0.7.2", "bumpalo", @@ -1170,33 +1231,33 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" -version = "0.93.1" +version = "0.93.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05bbb67da91ec721ed57cef2f7c5ef7728e1cd9bde9ffd3ef8601022e73e3239" +checksum = "72f2154365e2bff1b1b8537a7181591fdff50d8e27fa6e40d5c69c3bad0ca7c8" dependencies = [ "cranelift-codegen-shared", ] [[package]] name = "cranelift-codegen-shared" -version = "0.93.1" +version = "0.93.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418ecb2f36032f6665dc1a5e2060a143dbab41d83b784882e97710e890a7a16d" +checksum = "687e14e3f5775248930e0d5a84195abef8b829958e9794bf8d525104993612b4" [[package]] name = "cranelift-entity" -version = "0.93.1" +version = "0.93.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cf583f7b093f291005f9fb1323e2c37f6ee4c7909e39ce016b2e8360d461705" +checksum = "f42ea692c7b450ad18b8c9889661505d51c09ec4380cf1c2d278dbb2da22cae1" dependencies = [ "serde", ] [[package]] name = "cranelift-frontend" -version = "0.93.1" +version = "0.93.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b66bf9e916f57fbbd0f7703ec6286f4624866bf45000111627c70d272c8dda1" +checksum = "8483c2db6f45fe9ace984e5adc5d058102227e4c62e5aa2054e16b0275fd3a6e" dependencies = [ "cranelift-codegen", "log", @@ -1206,15 +1267,15 @@ dependencies = [ [[package]] name = "cranelift-isle" -version = "0.93.1" +version = "0.93.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "649782a39ce99798dd6b4029e2bb318a2fbeaade1b4fa25330763c10c65bc358" +checksum = "e9793158837678902446c411741d87b43f57dadfb944f2440db4287cda8cbd59" [[package]] name = "cranelift-native" -version = "0.93.1" +version = "0.93.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "937e021e089c51f9749d09e7ad1c4f255c2f8686cb8c3df63a34b3ec9921bc41" +checksum = "72668c7755f2b880665cb422c8ad2d56db58a88b9bebfef0b73edc2277c13c49" dependencies = [ "cranelift-codegen", "libc", @@ -1223,9 +1284,9 @@ dependencies = [ [[package]] name = "cranelift-wasm" -version = "0.93.1" +version = "0.93.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d850cf6775477747c9dfda9ae23355dd70512ffebc70cf82b85a5b111ae668b5" +checksum = "3852ce4b088b44ac4e29459573943009a70d1b192c8d77ef949b4e814f656fc1" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -2005,22 +2066,22 @@ dependencies = [ [[package]] name = "enumflags2" -version = "0.7.5" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb" +checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2" dependencies = [ "enumflags2_derive", ] [[package]] name = "enumflags2_derive" -version = "0.7.4" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae" +checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.15", ] [[package]] @@ -2086,6 +2147,17 @@ dependencies = [ "winapi", ] +[[package]] +name = "errno" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" +dependencies = [ + "errno-dragonfly", + "libc", + "windows-sys 0.48.0", +] + [[package]] name = "errno-dragonfly" version = "0.1.2" @@ -2388,6 +2460,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "parity-scale-codec", ] @@ -2411,38 +2484,64 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" name = "frame-benchmarking" version = "4.0.0-dev" dependencies = [ - "frame-support", - "frame-support-procedural", - "frame-system", + "frame-support 4.0.0-dev", + "frame-support-procedural 4.0.0-dev", + "frame-system 4.0.0-dev", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-api 4.0.0-dev", + "sp-application-crypto 7.0.0", + "sp-core 7.0.0", + "sp-io 7.0.0", + "sp-runtime 7.0.0", + "sp-runtime-interface 7.0.0", + "sp-std 5.0.0", + "sp-storage 7.0.0", + "static_assertions", +] + +[[package]] +name = "frame-benchmarking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "Inflector", "array-bytes", "chrono", - "clap 4.0.15", + "clap 4.2.5", "comfy-table", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "gethostname", "handlebars", "itertools", @@ -2461,18 +2560,18 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-database", - "sp-externalities", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-storage", - "sp-trie", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "thousands", ] @@ -2480,6 +2579,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2490,33 +2590,35 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "frame-election-provider-solution-type", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "frame-executive" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-try-runtime", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -2534,6 +2636,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-recursion", "futures", @@ -2541,9 +2644,9 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-rpc-client", "tokio", ] @@ -2555,7 +2658,40 @@ dependencies = [ "bitflags", "environmental", "frame-metadata", - "frame-support-procedural", + "frame-support-procedural 4.0.0-dev", + "impl-trait-for-tuples", + "k256", + "log", + "once_cell", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "smallvec", + "sp-api 4.0.0-dev", + "sp-arithmetic 6.0.0", + "sp-core 7.0.0", + "sp-core-hashing-proc-macro 5.0.0", + "sp-inherents 4.0.0-dev", + "sp-io 7.0.0", + "sp-runtime 7.0.0", + "sp-staking 4.0.0-dev", + "sp-state-machine 0.13.0", + "sp-std 5.0.0", + "sp-tracing 6.0.0", + "sp-weights 4.0.0", + "tt-call", +] + +[[package]] +name = "frame-support" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "bitflags", + "environmental", + "frame-metadata", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "k256", "log", @@ -2565,18 +2701,18 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-core-hashing-proc-macro", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-weights", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tt-call", ] @@ -2587,7 +2723,23 @@ dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", - "frame-support-procedural-tools", + "frame-support-procedural-tools 4.0.0-dev", + "itertools", + "proc-macro-warning", + "proc-macro2", + "quote", + "syn 2.0.15", +] + +[[package]] +name = "frame-support-procedural" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse", + "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "itertools", "proc-macro-warning", "proc-macro2", @@ -2599,7 +2751,19 @@ dependencies = [ name = "frame-support-procedural-tools" version = "4.0.0-dev" dependencies = [ - "frame-support-procedural-tools-derive", + "frame-support-procedural-tools-derive 3.0.0", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.15", +] + +[[package]] +name = "frame-support-procedural-tools" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "proc-macro-crate", "proc-macro2", "quote", @@ -2615,88 +2779,121 @@ dependencies = [ "syn 2.0.15", ] +[[package]] +name = "frame-support-procedural-tools-derive" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.15", +] + [[package]] name = "frame-support-test" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-support-test-pallet", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "pretty_assertions", "rustversion", "scale-info", "serde", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-version", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "trybuild", ] [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "parity-scale-codec", + "scale-info", +] + +[[package]] +name = "frame-system" +version = "4.0.0-dev" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev", + "log", "parity-scale-codec", "scale-info", + "serde", + "sp-core 7.0.0", + "sp-io 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", + "sp-version 5.0.0", + "sp-weights 4.0.0", ] [[package]] name = "frame-system" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-version", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "frame-try-runtime" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -2872,11 +3069,12 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "chrono", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "git2", "num-format", "pallet-staking", @@ -3112,6 +3310,12 @@ dependencies = [ "libc", ] +[[package]] +name = "hermit-abi" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" + [[package]] name = "hex" version = "0.4.3" @@ -3473,12 +3677,13 @@ checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074" [[package]] name = "io-lifetimes" -version = "1.0.4" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e" +checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" dependencies = [ + "hermit-abi 0.3.1", "libc", - "windows-sys 0.42.0", + "windows-sys 0.48.0", ] [[package]] @@ -3505,6 +3710,18 @@ version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e" +[[package]] +name = "is-terminal" +version = "0.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" +dependencies = [ + "hermit-abi 0.3.1", + "io-lifetimes 1.0.10", + "rustix 0.37.18", + "windows-sys 0.48.0", +] + [[package]] name = "itertools" version = "0.10.3" @@ -3706,12 +3923,12 @@ name = "kusama-runtime" version = "0.9.41" dependencies = [ "bitvec", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", "frame-executive", "frame-remote-externalities", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -3776,27 +3993,27 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", - "sp-tracing", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -3810,13 +4027,13 @@ dependencies = [ name = "kusama-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -3875,9 +4092,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.139" +version = "0.2.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" +checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" [[package]] name = "libgit2-sys" @@ -4439,6 +4656,12 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" +[[package]] +name = "linux-raw-sys" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b64f40e5e03e0d54f03845c8197d0291253cdbedfb1cb46b13c2c117554a9f4c" + [[package]] name = "lock_api" version = "0.4.9" @@ -4696,34 +4919,36 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "mmr-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "anyhow", "jsonrpsee", "parity-scale-codec", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -5088,7 +5313,7 @@ version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" dependencies = [ - "hermit-abi", + "hermit-abi 0.1.19", "libc", ] @@ -5297,145 +5522,154 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-authorship", "pallet-session", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus-babe", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-bags-list" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-bags-list", "pallet-staking", - "sp-core", - "sp-runtime", - "sp-std", - "sp-storage", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-beefy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "array-bytes", "binary-merkle-tree", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-beefy", "pallet-mmr", @@ -5443,369 +5677,391 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus-beefy", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-bounties" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-bounties", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-collective" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-democracy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-election-provider-support-benchmarking", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "strum", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "sp-npos-elections", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus-grandpa", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-identity" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-indices" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-membership" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-mmr" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-nis" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-nomination-pools" version = "1.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-bags-list", "pallet-nomination-pools", "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-runtime-interface", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-offences" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-babe", "pallet-balances", @@ -5816,162 +6072,172 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-preimage" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-proxy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-recovery" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-referenda" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-scheduler" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-session" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "log", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", - "sp-trie", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-session", "pallet-staking", "rand 0.8.5", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-society" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-staking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-authorship", "pallet-session", @@ -5979,16 +6245,17 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5999,196 +6266,223 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "log", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "pallet-sudo" +version = "4.0.0-dev" +dependencies = [ + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", + "parity-scale-codec", + "scale-info", + "sp-io 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", ] [[package]] name = "pallet-sudo" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-treasury", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-rpc", - "sp-runtime", - "sp-weights", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-weights", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-treasury" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-uniques" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-utility" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-vesting" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-whitelist" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6196,9 +6490,9 @@ name = "pallet-xcm" version = "0.9.41" dependencies = [ "bounded-collections", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-balances", "parity-scale-codec", @@ -6206,10 +6500,10 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-builder", "xcm-executor", @@ -6219,9 +6513,9 @@ dependencies = [ name = "pallet-xcm-benchmarks" version = "0.9.41" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-assets", "pallet-balances", @@ -6230,11 +6524,11 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-common", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-builder", "xcm-executor", @@ -6575,7 +6869,7 @@ dependencies = [ "rand_core 0.5.1", "schnorrkel", "sp-authority-discovery", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing-gum", ] @@ -6596,11 +6890,11 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "rand_chacha 0.3.1", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing-gum", ] @@ -6625,10 +6919,10 @@ dependencies = [ "polkadot-primitives-test-helpers", "rand 0.8.5", "sc-network", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-tracing", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -6655,8 +6949,8 @@ dependencies = [ "polkadot-primitives-test-helpers", "rand 0.8.5", "sc-network", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "thiserror", "tracing-gum", @@ -6666,7 +6960,7 @@ dependencies = [ name = "polkadot-cli" version = "0.9.41" dependencies = [ - "clap 4.0.15", + "clap 4.2.5", "frame-benchmarking-cli", "futures", "log", @@ -6682,8 +6976,8 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "sp-maybe-compressed-blob", "substrate-build-script-utils", @@ -6696,9 +6990,9 @@ name = "polkadot-client" version = "0.9.41" dependencies = [ "async-trait", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-benchmarking-cli", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-rpc-runtime-api", "futures", "kusama-runtime", @@ -6714,7 +7008,7 @@ dependencies = [ "sc-consensus", "sc-executor", "sc-service", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-blockchain", @@ -6722,14 +7016,14 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-storage", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", "sp-transaction-pool", "westend-runtime", @@ -6756,10 +7050,10 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "sc-network", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -6770,9 +7064,9 @@ version = "0.9.41" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6799,10 +7093,10 @@ dependencies = [ "polkadot-primitives-test-helpers", "sc-keystore", "sc-network", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-tracing", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -6816,8 +7110,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -6838,13 +7132,13 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-consensus-babe", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-tracing", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing-gum", ] @@ -6871,7 +7165,7 @@ dependencies = [ "polkadot-primitives-test-helpers", "sc-network", "sp-consensus", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "thiserror", "tracing-gum", @@ -6890,7 +7184,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-primitives-test-helpers", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -6923,14 +7217,14 @@ dependencies = [ "rand_core 0.5.1", "sc-keystore", "schnorrkel", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -6958,7 +7252,7 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "sp-consensus", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "thiserror", "tracing-gum", @@ -6981,11 +7275,11 @@ dependencies = [ "polkadot-primitives-test-helpers", "polkadot-statement-table", "sc-keystore", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-tracing", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -7000,7 +7294,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-primitives-test-helpers", - "sp-keystore", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", "wasm-timer", @@ -7024,7 +7318,7 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "polkadot-primitives-test-helpers", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "sp-maybe-compressed-blob", "tracing-gum", @@ -7045,7 +7339,7 @@ dependencies = [ "sc-client-api", "sc-consensus-babe", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing-gum", ] @@ -7065,7 +7359,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -7089,11 +7383,11 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "sc-keystore", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-tracing", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -7109,7 +7403,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sp-blockchain", - "sp-inherents", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -7129,8 +7423,8 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "rand 0.8.5", - "sp-application-crypto", - "sp-keystore", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -7154,10 +7448,10 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "slotmap", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-maybe-compressed-blob", - "sp-tracing", - "sp-wasm-interface", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-build-script-utils", "tempfile", "tokio", @@ -7178,11 +7472,11 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "sc-keystore", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -7203,11 +7497,11 @@ dependencies = [ "sc-executor", "sc-executor-common", "sc-executor-wasmtime", - "sp-core", - "sp-externalities", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-maybe-compressed-blob", - "sp-tracing", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-build-script-utils", "tempfile", "test-parachain-adder", @@ -7230,10 +7524,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-primitives", "polkadot-primitives-test-helpers", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-consensus-babe", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "tracing-gum", ] @@ -7250,7 +7544,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tokio", ] @@ -7316,12 +7610,12 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus-babe", - "sp-core", - "sp-keystore", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-maybe-compressed-blob", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "zstd 0.11.2+zstd.1.5.2", ] @@ -7347,10 +7641,10 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sc-keystore", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7368,7 +7662,7 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-consensus-babe", "substrate-prometheus-endpoint", @@ -7408,9 +7702,9 @@ dependencies = [ "polkadot-primitives-test-helpers", "prioritized-metered-channel", "rand 0.8.5", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "tempfile", "thiserror", "tracing-gum", @@ -7436,8 +7730,8 @@ dependencies = [ "polkadot-primitives-test-helpers", "prioritized-metered-channel", "sc-client-api", - "sp-api", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -7448,14 +7742,14 @@ version = "0.9.41" dependencies = [ "bounded-collections", "derive_more", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "polkadot-core-primitives", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7486,18 +7780,18 @@ dependencies = [ "polkadot-parachain", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7506,10 +7800,10 @@ version = "0.9.41" dependencies = [ "polkadot-primitives", "rand 0.8.5", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7532,13 +7826,13 @@ dependencies = [ "sc-rpc", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -7548,12 +7842,12 @@ name = "polkadot-runtime" version = "0.9.41" dependencies = [ "bitvec", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", "frame-executive", "frame-remote-externalities", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -7614,27 +7908,27 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", - "sp-tracing", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -7649,11 +7943,11 @@ name = "polkadot-runtime-common" version = "0.9.41" dependencies = [ "bitvec", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-support-test", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "hex-literal 0.4.1", "impl-trait-for-tuples", "libsecp256k1", @@ -7680,16 +7974,16 @@ dependencies = [ "serde_derive", "serde_json", "slot-range-helper", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-npos-elections", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", "xcm", ] @@ -7698,13 +7992,13 @@ dependencies = [ name = "polkadot-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7712,11 +8006,11 @@ name = "polkadot-runtime-metrics" version = "0.9.41" dependencies = [ "bs58", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "polkadot-primitives", - "sp-std", - "sp-tracing", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7727,10 +8021,10 @@ dependencies = [ "bitflags", "bitvec", "derive_more", - "frame-benchmarking", - "frame-support", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-support-test", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "futures", "hex-literal 0.4.1", "log", @@ -7754,18 +8048,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-inherents", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", - "sp-tracing", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", "thousands", "xcm", @@ -7780,7 +8074,7 @@ dependencies = [ "async-trait", "env_logger 0.9.0", "frame-benchmarking-cli", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-rpc-runtime-api", "futures", "hex-literal 0.4.1", @@ -7859,7 +8153,7 @@ dependencies = [ "sc-transaction-pool", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-blockchain", @@ -7867,19 +8161,19 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-state-machine", - "sp-storage", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", "sp-transaction-pool", - "sp-trie", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "tempfile", "thiserror", @@ -7908,13 +8202,13 @@ dependencies = [ "polkadot-primitives-test-helpers", "sc-keystore", "sc-network", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-staking", - "sp-tracing", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -7925,7 +8219,7 @@ version = "0.9.41" dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7941,15 +8235,15 @@ dependencies = [ "sc-block-builder", "sc-consensus", "sc-service", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", "substrate-test-client", ] @@ -7960,7 +8254,7 @@ version = "0.9.41" dependencies = [ "assert_matches", "async-trait", - "clap 4.0.15", + "clap 4.2.5", "color-eyre", "futures", "futures-timer", @@ -7977,8 +8271,8 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sp-core", - "sp-keystore", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing-gum", ] @@ -7989,8 +8283,8 @@ dependencies = [ "bitvec", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-rpc-runtime-api", "hex-literal 0.4.1", "log", @@ -8004,7 +8298,7 @@ dependencies = [ "pallet-session", "pallet-staking", "pallet-staking-reward-curve", - "pallet-sudo", + "pallet-sudo 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", @@ -8021,24 +8315,24 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "test-runtime-constants", "tiny-keccak", @@ -8051,8 +8345,8 @@ dependencies = [ name = "polkadot-test-service" version = "0.9.41" dependencies = [ - "frame-benchmarking", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "futures", "hex", "pallet-balances", @@ -8082,17 +8376,17 @@ dependencies = [ "sc-tracing", "sc-transaction-pool", "serde_json", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-test-client", "substrate-test-utils", "tempfile", @@ -8105,11 +8399,11 @@ dependencies = [ name = "polkadot-voter-bags" version = "0.9.41" dependencies = [ - "clap 4.0.15", + "clap 4.2.5", "generate-bags", "kusama-runtime", "polkadot-runtime", - "sp-io", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "westend-runtime", ] @@ -8745,16 +9039,16 @@ dependencies = [ name = "remote-ext-tests-bags-list" version = "0.9.41" dependencies = [ - "clap 4.0.15", - "frame-system", + "clap 4.2.5", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "kusama-runtime", "kusama-runtime-constants", "log", "pallet-bags-list-remote-tests", "polkadot-runtime", "polkadot-runtime-constants", - "sp-core", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tokio", "westend-runtime", "westend-runtime-constants", @@ -8867,11 +9161,11 @@ name = "rococo-runtime" version = "0.9.41" dependencies = [ "binary-merkle-tree", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", "frame-remote-externalities", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -8905,7 +9199,7 @@ dependencies = [ "pallet-society", "pallet-staking", "pallet-state-trie-migration", - "pallet-sudo", + "pallet-sudo 4.0.0-dev", "pallet-timestamp", "pallet-tips", "pallet-transaction-payment", @@ -8927,25 +9221,25 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", - "sp-tracing", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -8959,13 +9253,13 @@ dependencies = [ name = "rococo-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -9061,7 +9355,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9" dependencies = [ "bitflags", - "errno", + "errno 0.2.8", "io-lifetimes 0.7.5", "libc", "linux-raw-sys 0.0.46", @@ -9075,13 +9369,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03" dependencies = [ "bitflags", - "errno", - "io-lifetimes 1.0.4", + "errno 0.2.8", + "io-lifetimes 1.0.10", "libc", "linux-raw-sys 0.1.4", "windows-sys 0.42.0", ] +[[package]] +name = "rustix" +version = "0.37.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8bbfc1d1c7c40c01715f47d71444744a81669ca84e8b63e25a55e169b1f86433" +dependencies = [ + "bitflags", + "errno 0.3.1", + "io-lifetimes 1.0.10", + "libc", + "linux-raw-sys 0.3.6", + "windows-sys 0.48.0", +] + [[package]] name = "rustls" version = "0.19.1" @@ -9172,16 +9480,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "log", - "sp-core", - "sp-wasm-interface", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "futures", @@ -9196,12 +9506,12 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-common", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", ] @@ -9209,6 +9519,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "futures", "futures-timer", @@ -9219,32 +9530,34 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "parity-scale-codec", "sc-client-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sc-chain-spec" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9255,14 +9568,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9273,10 +9587,11 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "array-bytes", "chrono", - "clap 4.0.15", + "clap 4.2.5", "fdlimit", "futures", "libp2p", @@ -9298,12 +9613,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-panic-handler", - "sp-runtime", - "sp-version", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tiny-bip39", "tokio", @@ -9312,6 +9627,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "fnv", "futures", @@ -9321,22 +9637,23 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-database", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-storage", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "hash-db", "kvdb", @@ -9350,18 +9667,19 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sc-consensus" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "futures", @@ -9373,12 +9691,12 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", ] @@ -9386,6 +9704,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "fork-tree", @@ -9403,17 +9722,17 @@ dependencies = [ "sc-keystore", "sc-telemetry", "scale-info", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", ] @@ -9421,6 +9740,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "futures", "jsonrpsee", @@ -9428,20 +9748,21 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "array-bytes", "async-trait", @@ -9458,16 +9779,16 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core", - "sp-keystore", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -9476,6 +9797,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "futures", "jsonrpsee", @@ -9486,26 +9808,28 @@ dependencies = [ "sc-rpc", "serde", "sp-consensus-beefy", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9529,15 +9853,15 @@ dependencies = [ "sc-telemetry", "sc-utils", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", ] @@ -9545,6 +9869,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "finality-grandpa", "futures", @@ -9556,14 +9881,15 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "futures", @@ -9573,19 +9899,20 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sc-executor" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9593,15 +9920,15 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmi", "sc-executor-wasmtime", - "sp-api", - "sp-core", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", - "sp-trie", - "sp-version", - "sp-wasm-interface", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing", "wasmi", ] @@ -9609,10 +9936,11 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "wasm-instrument", "wasmi", @@ -9621,18 +9949,20 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "log", "sc-allocator", "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "wasmi", ] [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "anyhow", "cfg-if", @@ -9642,14 +9972,15 @@ dependencies = [ "rustix 0.36.7", "sc-allocator", "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "wasmtime", ] [[package]] name = "sc-informant" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "ansi_term", "futures", @@ -9659,26 +9990,28 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sc-keystore" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "array-bytes", "async-trait", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sc-network" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "array-bytes", "async-channel", @@ -9709,11 +10042,11 @@ dependencies = [ "serde_json", "smallvec", "snow", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", @@ -9723,6 +10056,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "cid", "futures", @@ -9734,7 +10068,7 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "unsigned-varint", ] @@ -9742,6 +10076,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "array-bytes", "async-trait", @@ -9760,7 +10095,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", "zeroize", @@ -9769,6 +10104,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "ahash 0.8.2", "futures", @@ -9779,7 +10115,7 @@ dependencies = [ "sc-network", "sc-network-common", "sc-peerset", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "tracing", ] @@ -9787,6 +10123,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "array-bytes", "futures", @@ -9800,14 +10137,15 @@ dependencies = [ "sc-network-common", "sc-peerset", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sc-network-sync" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "array-bytes", "async-trait", @@ -9828,12 +10166,12 @@ dependencies = [ "sc-peerset", "sc-utils", "smallvec", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", ] @@ -9841,6 +10179,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "array-bytes", "futures", @@ -9853,13 +10192,14 @@ dependencies = [ "sc-peerset", "sc-utils", "sp-consensus", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "array-bytes", "bytes", @@ -9879,10 +10219,10 @@ dependencies = [ "sc-network-common", "sc-peerset", "sc-utils", - "sp-api", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "threadpool", "tracing", ] @@ -9890,6 +10230,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "futures", "libp2p", @@ -9902,6 +10243,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9910,6 +10252,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "futures", "jsonrpsee", @@ -9924,21 +10267,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", - "sp-keystore", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", "sp-rpc", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tokio", ] [[package]] name = "sc-rpc-api" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9947,16 +10291,17 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-rpc", - "sp-runtime", - "sp-version", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sc-rpc-server" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "http", "jsonrpsee", @@ -9971,6 +10316,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "array-bytes", "futures", @@ -9984,11 +10330,11 @@ dependencies = [ "sc-client-api", "sc-transaction-pool-api", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-version", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tokio-stream", ] @@ -9996,6 +10342,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "directories", @@ -10035,20 +10382,20 @@ dependencies = [ "sc-utils", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-state-machine", - "sp-storage", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie", - "sp-version", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_init 1.0.3", "substrate-prometheus-endpoint", "tempfile", @@ -10061,24 +10408,26 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sc-storage-monitor" version = "0.1.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "clap 4.0.15", + "clap 4.2.5", "fs4", "futures", "log", "sc-client-db", "sc-utils", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tokio", ] @@ -10086,6 +10435,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10097,13 +10447,14 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sc-sysinfo" version = "6.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "futures", "libc", @@ -10114,14 +10465,15 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core", - "sp-io", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "chrono", "futures", @@ -10140,6 +10492,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "ansi_term", "atty", @@ -10155,12 +10508,12 @@ dependencies = [ "sc-rpc-server", "sc-tracing-proc-macro", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-rpc", - "sp-runtime", - "sp-tracing", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing", "tracing-log", @@ -10170,6 +10523,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10180,6 +10534,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "futures", @@ -10193,11 +10548,11 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -10206,19 +10561,21 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "futures", "log", "serde", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sc-utils" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-channel", "futures", @@ -10227,7 +10584,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -10694,8 +11051,8 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -10771,14 +11128,34 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro", - "sp-core", - "sp-metadata-ir", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", - "sp-version", + "sp-api-proc-macro 4.0.0-dev", + "sp-core 7.0.0", + "sp-metadata-ir 0.1.0", + "sp-runtime 7.0.0", + "sp-state-machine 0.13.0", + "sp-std 5.0.0", + "sp-trie 7.0.0", + "sp-version 5.0.0", + "thiserror", +] + +[[package]] +name = "sp-api" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -10795,165 +11172,215 @@ dependencies = [ "syn 2.0.15", ] +[[package]] +name = "sp-api-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "Inflector", + "blake2", + "expander 1.0.0", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.15", +] + +[[package]] +name = "sp-application-crypto" +version = "7.0.0" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 7.0.0", + "sp-io 7.0.0", + "sp-std 5.0.0", +] + [[package]] name = "sp-application-crypto" version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-arithmetic" +version = "6.0.0" dependencies = [ + "integer-sqrt", + "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-std", + "sp-std 5.0.0", + "static_assertions", ] [[package]] name = "sp-arithmetic" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", ] [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sp-block-builder" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "futures", "log", "lru 0.8.1", "parity-scale-codec", "parking_lot 0.12.1", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus", "sp-database", - "sp-runtime", - "sp-state-machine", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sp-consensus" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "futures", "log", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus", "sp-consensus-slots", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", ] [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "strum", ] [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", ] @@ -10986,12 +11413,56 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-core-hashing 5.0.0", + "sp-debug-derive 5.0.0", + "sp-externalities 0.13.0", + "sp-runtime-interface 7.0.0", + "sp-std 5.0.0", + "sp-storage 7.0.0", + "ss58-registry", + "substrate-bip39", + "thiserror", + "tiny-bip39", + "zeroize", +] + +[[package]] +name = "sp-core" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "array-bytes", + "bitflags", + "blake2", + "bounded-collections", + "bs58", + "dyn-clonable", + "ed25519-zebra", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "lazy_static", + "libsecp256k1", + "log", + "merlin", + "parity-scale-codec", + "parking_lot 0.12.1", + "paste", + "primitive-types", + "rand 0.8.5", + "regex", + "scale-info", + "schnorrkel", + "secp256k1", + "secrecy", + "serde", + "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "ss58-registry", "substrate-bip39", "thiserror", @@ -11008,23 +11479,49 @@ dependencies = [ "digest 0.10.6", "sha2 0.10.2", "sha3", - "sp-std", + "sp-std 5.0.0", "twox-hash", ] [[package]] -name = "sp-core-hashing-proc-macro" +name = "sp-core-hashing" version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "proc-macro2", - "quote", - "sp-core-hashing", - "syn 2.0.15", + "blake2b_simd", + "byteorder", + "digest 0.10.6", + "sha2 0.10.2", + "sha3", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "twox-hash", +] + +[[package]] +name = "sp-core-hashing-proc-macro" +version = "5.0.0" +dependencies = [ + "proc-macro2", + "quote", + "sp-core-hashing 5.0.0", + "syn 2.0.15", +] + +[[package]] +name = "sp-core-hashing-proc-macro" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "proc-macro2", + "quote", + "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "syn 2.0.15", ] [[package]] name = "sp-database" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11039,27 +11536,63 @@ dependencies = [ "syn 2.0.15", ] +[[package]] +name = "sp-debug-derive" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.15", +] + +[[package]] +name = "sp-externalities" +version = "0.13.0" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std 5.0.0", + "sp-storage 7.0.0", +] + [[package]] name = "sp-externalities" version = "0.13.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-inherents" +version = "4.0.0-dev" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-core 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", + "thiserror", ] [[package]] name = "sp-inherents" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -11076,14 +11609,40 @@ dependencies = [ "parity-scale-codec", "rustversion", "secp256k1", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime-interface", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-trie", + "sp-core 7.0.0", + "sp-externalities 0.13.0", + "sp-keystore 0.13.0", + "sp-runtime-interface 7.0.0", + "sp-state-machine 0.13.0", + "sp-std 5.0.0", + "sp-tracing 6.0.0", + "sp-trie 7.0.0", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-io" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "bytes", + "ed25519", + "ed25519-dalek", + "futures", + "libsecp256k1", + "log", + "parity-scale-codec", + "rustversion", + "secp256k1", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing", "tracing-core", ] @@ -11091,29 +11650,44 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "lazy_static", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "strum", ] [[package]] name = "sp-keystore" version = "0.13.0" +dependencies = [ + "futures", + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 7.0.0", + "sp-externalities 0.13.0", + "thiserror", +] + +[[package]] +name = "sp-keystore" +version = "0.13.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", "serde", - "sp-core", - "sp-externalities", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11126,51 +11700,75 @@ dependencies = [ "frame-metadata", "parity-scale-codec", "scale-info", - "sp-std", + "sp-std 5.0.0", +] + +[[package]] +name = "sp-metadata-ir" +version = "0.1.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "frame-metadata", + "parity-scale-codec", + "scale-info", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-core", - "sp-debug-derive", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sp-npos-elections" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-core", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-panic-handler" +version = "5.0.0" dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", + "backtrace", + "lazy_static", + "regex", ] [[package]] name = "sp-panic-handler" version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "backtrace", "lazy_static", @@ -11180,15 +11778,38 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "rustc-hash", "serde", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-runtime" +version = "7.0.0" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand 0.8.5", + "scale-info", + "serde", + "sp-application-crypto 7.0.0", + "sp-arithmetic 6.0.0", + "sp-core 7.0.0", + "sp-io 7.0.0", + "sp-std 5.0.0", + "sp-weights 4.0.0", ] [[package]] name = "sp-runtime" version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "either", "hash256-std-hasher", @@ -11199,28 +11820,46 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", - "sp-weights", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-runtime-interface" +version = "7.0.0" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types", + "sp-externalities 0.13.0", + "sp-runtime-interface-proc-macro 6.0.0", + "sp-std 5.0.0", + "sp-storage 7.0.0", + "sp-tracing 6.0.0", + "sp-wasm-interface 7.0.0", + "static_assertions", ] [[package]] name = "sp-runtime-interface" version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", ] @@ -11235,17 +11874,30 @@ dependencies = [ "syn 2.0.15", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "Inflector", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.15", +] + [[package]] name = "sp-session" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-core", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -11254,14 +11906,46 @@ version = "4.0.0-dev" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", +] + +[[package]] +name = "sp-staking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-state-machine" +version = "0.13.0" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand 0.8.5", + "smallvec", + "sp-core 7.0.0", + "sp-externalities 0.13.0", + "sp-panic-handler 5.0.0", + "sp-std 5.0.0", + "sp-trie 7.0.0", + "thiserror", + "tracing", ] [[package]] name = "sp-state-machine" version = "0.13.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "hash-db", "log", @@ -11269,11 +11953,11 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-std", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing", ] @@ -11282,29 +11966,48 @@ dependencies = [ name = "sp-std" version = "5.0.0" +[[package]] +name = "sp-std" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" + +[[package]] +name = "sp-storage" +version = "7.0.0" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive 5.0.0", + "sp-std 5.0.0", +] + [[package]] name = "sp-storage" version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "futures-timer", "log", "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -11313,7 +12016,19 @@ name = "sp-tracing" version = "6.0.0" dependencies = [ "parity-scale-codec", - "sp-std", + "sp-std 5.0.0", + "tracing", + "tracing-core", + "tracing-subscriber 0.2.25", +] + +[[package]] +name = "sp-tracing" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "parity-scale-codec", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing", "tracing-core", "tracing-subscriber 0.2.25", @@ -11322,29 +12037,54 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "sp-api", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-trie" +version = "7.0.0" +dependencies = [ + "ahash 0.8.2", + "hash-db", + "hashbrown 0.13.2", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.1", + "scale-info", + "schnellru", + "sp-core 7.0.0", + "sp-std 5.0.0", + "thiserror", + "tracing", + "trie-db", + "trie-root", ] [[package]] name = "sp-trie" version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11356,8 +12096,8 @@ dependencies = [ "parking_lot 0.12.1", "scale-info", "schnellru", - "sp-core", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing", "trie-db", @@ -11373,10 +12113,27 @@ dependencies = [ "parity-wasm", "scale-info", "serde", - "sp-core-hashing-proc-macro", - "sp-runtime", - "sp-std", - "sp-version-proc-macro", + "sp-core-hashing-proc-macro 5.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", + "sp-version-proc-macro 4.0.0-dev", + "thiserror", +] + +[[package]] +name = "sp-version" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -11390,15 +12147,40 @@ dependencies = [ "syn 2.0.15", ] +[[package]] +name = "sp-version-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 2.0.15", +] + +[[package]] +name = "sp-wasm-interface" +version = "7.0.0" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "sp-std 5.0.0", + "wasmi", + "wasmtime", +] + [[package]] name = "sp-wasm-interface" version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "wasmi", "wasmtime", ] @@ -11411,10 +12193,25 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic", - "sp-core", - "sp-debug-derive", - "sp-std", + "sp-arithmetic 6.0.0", + "sp-core 7.0.0", + "sp-debug-derive 5.0.0", + "sp-std 5.0.0", +] + +[[package]] +name = "sp-weights" +version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -11469,12 +12266,12 @@ name = "staking-miner" version = "0.9.41" dependencies = [ "assert_cmd", - "clap 4.0.15", + "clap 4.2.5", "exitcode", "frame-election-provider-support", "frame-remote-externalities", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "futures-util", "jsonrpsee", "kusama-runtime", @@ -11493,11 +12290,11 @@ dependencies = [ "serde_json", "signal-hook", "signal-hook-tokio", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-npos-elections", - "sp-runtime", - "sp-version", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sub-tokens", "thiserror", "tokio", @@ -11635,6 +12432,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "platforms 2.0.0", ] @@ -11642,6 +12440,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11650,16 +12449,17 @@ dependencies = [ "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "hyper", "log", @@ -11671,18 +12471,20 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "jsonrpsee", "log", @@ -11691,16 +12493,17 @@ dependencies = [ "sc-rpc-api", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "trie-db", ] [[package]] name = "substrate-test-client" version = "2.0.1" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "array-bytes", "async-trait", @@ -11716,16 +12519,17 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "substrate-test-utils" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11735,6 +12539,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11745,6 +12550,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "ansi_term", "build-helper", @@ -11908,8 +12714,8 @@ dependencies = [ "dlmalloc", "parity-scale-codec", "polkadot-parachain", - "sp-io", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "tiny-keccak", ] @@ -11918,7 +12724,7 @@ dependencies = [ name = "test-parachain-adder-collator" version = "0.9.41" dependencies = [ - "clap 4.0.15", + "clap 4.2.5", "futures", "futures-timer", "log", @@ -11933,7 +12739,7 @@ dependencies = [ "polkadot-test-service", "sc-cli", "sc-service", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "substrate-test-utils", "test-parachain-adder", @@ -11956,8 +12762,8 @@ dependencies = [ "log", "parity-scale-codec", "polkadot-parachain", - "sp-io", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "tiny-keccak", ] @@ -11966,7 +12772,7 @@ dependencies = [ name = "test-parachain-undying-collator" version = "0.9.41" dependencies = [ - "clap 4.0.15", + "clap 4.2.5", "futures", "futures-timer", "log", @@ -11981,7 +12787,7 @@ dependencies = [ "polkadot-test-service", "sc-cli", "sc-service", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "substrate-test-utils", "test-parachain-undying", @@ -11993,7 +12799,7 @@ name = "test-parachains" version = "0.9.41" dependencies = [ "parity-scale-codec", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "test-parachain-adder", "test-parachain-halt", "tiny-keccak", @@ -12003,13 +12809,13 @@ dependencies = [ name = "test-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -12578,9 +13384,10 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "async-trait", - "clap 4.0.15", + "clap 4.2.5", "frame-remote-externalities", "frame-try-runtime", "hex", @@ -12591,22 +13398,22 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus-aura", "sp-consensus-babe", - "sp-core", - "sp-debug-derive", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-keystore", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-rpc", - "sp-runtime", - "sp-state-machine", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", "sp-transaction-storage-proof", - "sp-version", - "sp-weights", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-rpc-client", "zstd 0.12.3+zstd.1.5.2", ] @@ -12785,6 +13592,12 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" +[[package]] +name = "utf8parse" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" + [[package]] name = "uuid" version = "0.8.2" @@ -13080,9 +13893,9 @@ dependencies = [ [[package]] name = "wasmtime" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6e89f9819523447330ffd70367ef4a18d8c832e24e8150fe054d1d912841632" +checksum = "76a222f5fa1e14b2cefc286f1b68494d7a965f4bf57ec04c59bb62673d639af6" dependencies = [ "anyhow", "bincode", @@ -13108,18 +13921,18 @@ dependencies = [ [[package]] name = "wasmtime-asm-macros" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bd3a5e46c198032da934469f3a6e48649d1f9142438e4fd4617b68a35644b8a" +checksum = "4407a7246e7d2f3d8fb1cf0c72fda8dbafdb6dd34d555ae8bea0e5ae031089cc" dependencies = [ "cfg-if", ] [[package]] name = "wasmtime-cache" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b389ae9b678b9c3851091a4804f4182d688d27aff7abc9aa37fa7be37d8ecffa" +checksum = "5ceb3adf61d654be0be67fffdce42447b0880481348785be5fe40b5dd7663a4c" dependencies = [ "anyhow", "base64", @@ -13137,9 +13950,9 @@ dependencies = [ [[package]] name = "wasmtime-cranelift" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b2c92a08c0db6efffd88fdc97d7aa9c7c63b03edb0971dbca745469f820e8c" +checksum = "3c366bb8647e01fd08cb5589976284b00abfded5529b33d7e7f3f086c68304a4" dependencies = [ "anyhow", "cranelift-codegen", @@ -13158,9 +13971,9 @@ dependencies = [ [[package]] name = "wasmtime-environ" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a6db9fc52985ba06ca601f2ff0ff1f526c5d724c7ac267b47326304b0c97883" +checksum = "47b8b50962eae38ee319f7b24900b7cf371f03eebdc17400c1dc8575fc10c9a7" dependencies = [ "anyhow", "cranelift-entity", @@ -13177,9 +13990,9 @@ dependencies = [ [[package]] name = "wasmtime-jit" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b77e3a52cd84d0f7f18554afa8060cfe564ccac61e3b0802d3fd4084772fa5f6" +checksum = "ffaed4f9a234ba5225d8e64eac7b4a5d13b994aeb37353cde2cbeb3febda9eaa" dependencies = [ "addr2line 0.17.0", "anyhow", @@ -13201,9 +14014,9 @@ dependencies = [ [[package]] name = "wasmtime-jit-debug" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0245e8a9347017c7185a72e215218a802ff561545c242953c11ba00fccc930f" +checksum = "eed41cbcbf74ce3ff6f1d07d1b707888166dc408d1a880f651268f4f7c9194b2" dependencies = [ "object 0.29.0", "once_cell", @@ -13212,9 +14025,9 @@ dependencies = [ [[package]] name = "wasmtime-jit-icache-coherence" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67d412e9340ab1c83867051d8d1d7c90aa8c9afc91da086088068e2734e25064" +checksum = "43a28ae1e648461bfdbb79db3efdaee1bca5b940872e4175390f465593a2e54c" dependencies = [ "cfg-if", "libc", @@ -13223,9 +14036,9 @@ dependencies = [ [[package]] name = "wasmtime-runtime" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d594e791b5fdd4dbaf8cf7ae62f2e4ff85018ce90f483ca6f42947688e48827d" +checksum = "e704b126e4252788ccfc3526d4d4511d4b23c521bf123e447ac726c14545217b" dependencies = [ "anyhow", "cc", @@ -13247,9 +14060,9 @@ dependencies = [ [[package]] name = "wasmtime-types" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6688d6f96d4dbc1f89fab626c56c1778936d122b5f4ae7a57c2eb42b8d982e2" +checksum = "83e5572c5727c1ee7e8f28717aaa8400e4d22dcbd714ea5457d85b5005206568" dependencies = [ "cranelift-entity", "serde", @@ -13522,12 +14335,12 @@ name = "westend-runtime" version = "0.9.41" dependencies = [ "bitvec", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", "frame-executive", "frame-remote-externalities", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -13566,7 +14379,7 @@ dependencies = [ "pallet-staking-reward-curve", "pallet-staking-runtime-api", "pallet-state-trie-migration", - "pallet-sudo", + "pallet-sudo 4.0.0-dev", "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", @@ -13586,25 +14399,25 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", - "sp-tracing", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "tiny-keccak", "tokio", @@ -13618,13 +14431,13 @@ dependencies = [ name = "westend-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -13717,21 +14530,51 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" dependencies = [ - "windows_aarch64_gnullvm", + "windows_aarch64_gnullvm 0.42.0", "windows_aarch64_msvc 0.42.0", "windows_i686_gnu 0.42.0", "windows_i686_msvc 0.42.0", "windows_x86_64_gnu 0.42.0", - "windows_x86_64_gnullvm", + "windows_x86_64_gnullvm 0.42.0", "windows_x86_64_msvc 0.42.0", ] +[[package]] +name = "windows-sys" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" +dependencies = [ + "windows-targets", +] + +[[package]] +name = "windows-targets" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" +dependencies = [ + "windows_aarch64_gnullvm 0.48.0", + "windows_aarch64_msvc 0.48.0", + "windows_i686_gnu 0.48.0", + "windows_i686_msvc 0.48.0", + "windows_x86_64_gnu 0.48.0", + "windows_x86_64_gnullvm 0.48.0", + "windows_x86_64_msvc 0.48.0", +] + [[package]] name = "windows_aarch64_gnullvm" version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" + [[package]] name = "windows_aarch64_msvc" version = "0.34.0" @@ -13750,6 +14593,12 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" +[[package]] +name = "windows_aarch64_msvc" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" + [[package]] name = "windows_i686_gnu" version = "0.34.0" @@ -13768,6 +14617,12 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" +[[package]] +name = "windows_i686_gnu" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" + [[package]] name = "windows_i686_msvc" version = "0.34.0" @@ -13786,6 +14641,12 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" +[[package]] +name = "windows_i686_msvc" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" + [[package]] name = "windows_x86_64_gnu" version = "0.34.0" @@ -13804,12 +14665,24 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" +[[package]] +name = "windows_x86_64_gnu" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" + [[package]] name = "windows_x86_64_gnullvm" version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" + [[package]] name = "windows_x86_64_msvc" version = "0.34.0" @@ -13828,6 +14701,12 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" +[[package]] +name = "windows_x86_64_msvc" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" + [[package]] name = "winnow" version = "0.4.0" @@ -13936,8 +14815,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-weights", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm-procedural", ] @@ -13946,8 +14825,8 @@ name = "xcm-builder" version = "0.9.41" dependencies = [ "assert_matches", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "log", "pallet-balances", @@ -13958,10 +14837,10 @@ dependencies = [ "polkadot-runtime-parachains", "primitive-types", "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-executor", ] @@ -13971,17 +14850,17 @@ name = "xcm-executor" version = "0.9.41" dependencies = [ "environmental", - "frame-benchmarking", - "frame-support", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", ] @@ -13989,8 +14868,8 @@ dependencies = [ name = "xcm-executor-integration-tests" version = "0.9.41" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "futures", "pallet-xcm", "polkadot-test-client", @@ -13998,9 +14877,9 @@ dependencies = [ "polkadot-test-service", "sp-consensus", "sp-keyring", - "sp-runtime", - "sp-state-machine", - "sp-tracing", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-executor", ] @@ -14019,14 +14898,14 @@ dependencies = [ name = "xcm-simulator" version = "0.9.41" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "paste", "polkadot-core-primitives", "polkadot-parachain", "polkadot-runtime-parachains", - "sp-io", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-executor", ] @@ -14035,8 +14914,8 @@ dependencies = [ name = "xcm-simulator-example" version = "0.9.41" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-balances", "pallet-uniques", @@ -14046,11 +14925,11 @@ dependencies = [ "polkadot-parachain", "polkadot-runtime-parachains", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-builder", "xcm-executor", @@ -14062,8 +14941,8 @@ name = "xcm-simulator-fuzzer" version = "0.9.41" dependencies = [ "arbitrary", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "honggfuzz", "pallet-balances", "pallet-xcm", @@ -14072,10 +14951,10 @@ dependencies = [ "polkadot-parachain", "polkadot-runtime-parachains", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-builder", "xcm-executor", @@ -14190,280 +15069,4 @@ dependencies = [ "cc", "libc", "pkg-config", -] - -[[patch.unused]] -name = "chain-spec-builder" -version = "2.0.0" - -[[patch.unused]] -name = "frame-benchmarking-pallet-pov" -version = "4.0.0-dev" - -[[patch.unused]] -name = "frame-election-solution-type-fuzzer" -version = "2.0.0-alpha.5" - -[[patch.unused]] -name = "frame-support-test-compile-pass" -version = "4.0.0-dev" - -[[patch.unused]] -name = "kitchensink-runtime" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-bench" -version = "0.9.0-dev" - -[[patch.unused]] -name = "node-cli" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-executor" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-inspect" -version = "0.9.0-dev" - -[[patch.unused]] -name = "node-primitives" -version = "2.0.0" - -[[patch.unused]] -name = "node-rpc" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-runtime-generate-bags" -version = "3.0.0" - -[[patch.unused]] -name = "node-template" -version = "4.0.0-dev" - -[[patch.unused]] -name = "node-template-runtime" -version = "4.0.0-dev" - -[[patch.unused]] -name = "node-testing" -version = "3.0.0-dev" - -[[patch.unused]] -name = "pallet-alliance" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-asset-rate" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-asset-tx-payment" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-atomic-swap" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-aura" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-bags-list-fuzzer" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-contracts" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-contracts-primitives" -version = "7.0.0" - -[[patch.unused]] -name = "pallet-contracts-proc-macro" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-core-fellowship" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-dev-mode" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-example-basic" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-example-offchain-worker" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-glutton" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-insecure-randomness-collective-flip" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-lottery" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-message-queue" -version = "7.0.0-dev" - -[[patch.unused]] -name = "pallet-nfts" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-nfts-runtime-api" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-nicks" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-node-authorization" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-nomination-pools-fuzzer" -version = "2.0.0" - -[[patch.unused]] -name = "pallet-nomination-pools-test-staking" -version = "1.0.0" - -[[patch.unused]] -name = "pallet-remark" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-root-offences" -version = "1.0.0-dev" - -[[patch.unused]] -name = "pallet-root-testing" -version = "1.0.0-dev" - -[[patch.unused]] -name = "pallet-salary" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-scored-pool" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-template" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-transaction-storage" -version = "4.0.0-dev" - -[[patch.unused]] -name = "sc-consensus-aura" -version = "0.10.0-dev" - -[[patch.unused]] -name = "sc-consensus-manual-seal" -version = "0.10.0-dev" - -[[patch.unused]] -name = "sc-consensus-pow" -version = "0.10.0-dev" - -[[patch.unused]] -name = "sc-network-test" -version = "0.8.0" - -[[patch.unused]] -name = "sc-runtime-test" -version = "2.0.0" - -[[patch.unused]] -name = "sc-service-test" -version = "2.0.0" - -[[patch.unused]] -name = "sp-api-test" -version = "2.0.1" - -[[patch.unused]] -name = "sp-application-crypto-test" -version = "2.0.0" - -[[patch.unused]] -name = "sp-arithmetic-fuzzer" -version = "2.0.0" - -[[patch.unused]] -name = "sp-consensus-pow" -version = "0.10.0-dev" - -[[patch.unused]] -name = "sp-npos-elections-fuzzer" -version = "2.0.0-alpha.5" - -[[patch.unused]] -name = "sp-runtime-interface-test" -version = "2.0.0" - -[[patch.unused]] -name = "sp-runtime-interface-test-wasm" -version = "2.0.0" - -[[patch.unused]] -name = "sp-runtime-interface-test-wasm-deprecated" -version = "2.0.0" - -[[patch.unused]] -name = "sp-serializer" -version = "4.0.0-dev" - -[[patch.unused]] -name = "sp-test-primitives" -version = "2.0.0" - -[[patch.unused]] -name = "subkey" -version = "3.0.0" - -[[patch.unused]] -name = "substrate-cli-test-utils" -version = "0.1.0" - -[[patch.unused]] -name = "substrate-frame-cli" -version = "4.0.0-dev" - -[[patch.unused]] -name = "substrate-frame-rpc-support" -version = "3.0.0" - -[[patch.unused]] -name = "substrate-test-runtime" -version = "2.0.0" - -[[patch.unused]] -name = "substrate-test-runtime-client" -version = "2.0.0" - -[[patch.unused]] -name = "substrate-test-runtime-transaction-pool" -version = "2.0.0" - -[[patch.unused]] -name = "substrate-test-utils-test-crate" -version = "0.1.0" +] \ No newline at end of file diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index 20db3807dc84..55336992f7e1 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -191,7 +191,7 @@ pub struct OriginPrivilegeCmp; impl PrivilegeCmp for OriginPrivilegeCmp { fn cmp_privilege(left: &OriginCaller, right: &OriginCaller) -> Option { if left == right { - return Some(Ordering::Equal) + return Some(Ordering::Equal); } match (left, right) { @@ -946,32 +946,33 @@ impl InstanceFilter for ProxyType { RuntimeCall::Slots(..) | RuntimeCall::Auctions(..) // Specifically omitting the entire XCM Pallet ), - ProxyType::Governance => - matches!( - c, - RuntimeCall::Democracy(..) | - RuntimeCall::Council(..) | RuntimeCall::TechnicalCommittee(..) | - RuntimeCall::PhragmenElection(..) | - RuntimeCall::Treasury(..) | - RuntimeCall::Bounties(..) | - RuntimeCall::Tips(..) | RuntimeCall::Utility(..) | - RuntimeCall::ChildBounties(..) - ), + ProxyType::Governance => matches!( + c, + RuntimeCall::Democracy(..) + | RuntimeCall::Council(..) + | RuntimeCall::TechnicalCommittee(..) + | RuntimeCall::PhragmenElection(..) + | RuntimeCall::Treasury(..) + | RuntimeCall::Bounties(..) + | RuntimeCall::Tips(..) + | RuntimeCall::Utility(..) + | RuntimeCall::ChildBounties(..) + ), ProxyType::IdentityJudgement => matches!( c, - RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) | - RuntimeCall::Utility(..) + RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) + | RuntimeCall::Utility(..) ), ProxyType::CancelProxy => { matches!(c, RuntimeCall::Proxy(pallet_proxy::Call::reject_announcement { .. })) }, ProxyType::Auction => matches!( c, - RuntimeCall::Auctions { .. } | - RuntimeCall::Crowdloan { .. } | - RuntimeCall::Registrar { .. } | - RuntimeCall::Multisig(..) | - RuntimeCall::Slots { .. } + RuntimeCall::Auctions { .. } + | RuntimeCall::Crowdloan { .. } + | RuntimeCall::Registrar { .. } + | RuntimeCall::Multisig(..) + | RuntimeCall::Slots { .. } ), ProxyType::Society => matches!(c, RuntimeCall::Society(..)), } @@ -1320,7 +1321,7 @@ impl validator_manager::Config for Runtime { impl pallet_sudo::Config for Runtime { type RuntimeEvent = RuntimeEvent; type RuntimeCall = RuntimeCall; - type WeightInfo = (); + type WeightInfo = weights::pallet_sudo::WeightInfo; } construct_runtime! { @@ -2162,7 +2163,7 @@ mod remote_tests { #[tokio::test] async fn run_migrations() { if var("RUN_MIGRATION_TESTS").is_err() { - return + return; } sp_tracing::try_init_simple(); diff --git a/runtime/rococo/src/weights/mod.rs b/runtime/rococo/src/weights/mod.rs index 372d03722a22..908753f8540e 100644 --- a/runtime/rococo/src/weights/mod.rs +++ b/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/runtime/rococo/src/weights/pallet_sudo.rs b/runtime/rococo/src/weights/pallet_sudo.rs new file mode 100644 index 000000000000..7ccac307e5af --- /dev/null +++ b/runtime/rococo/src/weights/pallet_sudo.rs @@ -0,0 +1,64 @@ +// 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(PhantomData); +impl pallet_sudo::WeightInfo for WeightInfo { + /// 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)) + } +} diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 8d1c2984fbca..2a88ea57afc6 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -730,7 +730,7 @@ impl pallet_vesting::Config for Runtime { impl pallet_sudo::Config for Runtime { type RuntimeEvent = RuntimeEvent; type RuntimeCall = RuntimeCall; - type WeightInfo = (); + type WeightInfo = weights::pallet_sudo::WeightInfo; } parameter_types! { @@ -821,9 +821,10 @@ impl InstanceFilter for ProxyType { ProxyType::Staking => { matches!( c, - RuntimeCall::Staking(..) | - RuntimeCall::Session(..) | RuntimeCall::Utility(..) | - RuntimeCall::FastUnstake(..) + RuntimeCall::Staking(..) + | RuntimeCall::Session(..) + | RuntimeCall::Utility(..) + | RuntimeCall::FastUnstake(..) ) }, ProxyType::NominationPools => { @@ -838,18 +839,18 @@ impl InstanceFilter for ProxyType { }, ProxyType::IdentityJudgement => matches!( c, - RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) | - RuntimeCall::Utility(..) + RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) + | RuntimeCall::Utility(..) ), ProxyType::CancelProxy => { matches!(c, RuntimeCall::Proxy(pallet_proxy::Call::reject_announcement { .. })) }, ProxyType::Auction => matches!( c, - RuntimeCall::Auctions(..) | - RuntimeCall::Crowdloan(..) | - RuntimeCall::Registrar(..) | - RuntimeCall::Slots(..) + RuntimeCall::Auctions(..) + | RuntimeCall::Crowdloan(..) + | RuntimeCall::Registrar(..) + | RuntimeCall::Slots(..) ), } } @@ -1901,7 +1902,7 @@ mod remote_tests { #[tokio::test] async fn run_migrations() { if var("RUN_MIGRATION_TESTS").is_err() { - return + return; } sp_tracing::try_init_simple(); diff --git a/runtime/westend/src/weights/mod.rs b/runtime/westend/src/weights/mod.rs index d443b903bab0..ba787031ec2e 100644 --- a/runtime/westend/src/weights/mod.rs +++ b/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/runtime/westend/src/weights/pallet_sudo.rs b/runtime/westend/src/weights/pallet_sudo.rs new file mode 100644 index 000000000000..7ccac307e5af --- /dev/null +++ b/runtime/westend/src/weights/pallet_sudo.rs @@ -0,0 +1,64 @@ +// 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(PhantomData); +impl pallet_sudo::WeightInfo for WeightInfo { + /// 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)) + } +} From ac69ac1b2513c47176d4b7cd951bec1e0aba328a Mon Sep 17 00:00:00 2001 From: Doordashcon Date: Thu, 4 May 2023 04:40:14 +0100 Subject: [PATCH 4/9] Update Cargo.lock --- Cargo.lock | 2616 +++++++++++++++++++++------------------------------- 1 file changed, 1051 insertions(+), 1565 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a01ec2be709..bf213e8ef79c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2480,52 +2480,28 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" -[[package]] -name = "frame-benchmarking" -version = "4.0.0-dev" -dependencies = [ - "frame-support 4.0.0-dev", - "frame-support-procedural 4.0.0-dev", - "frame-system 4.0.0-dev", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api 4.0.0-dev", - "sp-application-crypto 7.0.0", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-runtime-interface 7.0.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-support-procedural", + "frame-system", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", + "sp-storage", "static_assertions", ] @@ -2539,9 +2515,9 @@ dependencies = [ "chrono", "clap 4.2.5", "comfy-table", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "gethostname", "handlebars", "itertools", @@ -2560,18 +2536,18 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-database", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", + "sp-trie", "thiserror", "thousands", ] @@ -2593,15 +2569,15 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "frame-election-provider-solution-type", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -2609,16 +2585,16 @@ name = "frame-executive" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-try-runtime", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] @@ -2644,45 +2620,13 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", "substrate-rpc-client", "tokio", ] -[[package]] -name = "frame-support" -version = "4.0.0-dev" -dependencies = [ - "bitflags", - "environmental", - "frame-metadata", - "frame-support-procedural 4.0.0-dev", - "impl-trait-for-tuples", - "k256", - "log", - "once_cell", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "smallvec", - "sp-api 4.0.0-dev", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-core-hashing-proc-macro 5.0.0", - "sp-inherents 4.0.0-dev", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-staking 4.0.0-dev", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-tracing 6.0.0", - "sp-weights 4.0.0", - "tt-call", -] - [[package]] name = "frame-support" version = "4.0.0-dev" @@ -2691,7 +2635,7 @@ dependencies = [ "bitflags", "environmental", "frame-metadata", - "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support-procedural", "impl-trait-for-tuples", "k256", "log", @@ -2701,36 +2645,21 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-core-hashing-proc-macro", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-weights", "tt-call", ] -[[package]] -name = "frame-support-procedural" -version = "4.0.0-dev" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse", - "frame-support-procedural-tools 4.0.0-dev", - "itertools", - "proc-macro-warning", - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "frame-support-procedural" version = "4.0.0-dev" @@ -2739,7 +2668,7 @@ dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", - "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support-procedural-tools", "itertools", "proc-macro-warning", "proc-macro2", @@ -2747,38 +2676,18 @@ dependencies = [ "syn 2.0.15", ] -[[package]] -name = "frame-support-procedural-tools" -version = "4.0.0-dev" -dependencies = [ - "frame-support-procedural-tools-derive 3.0.0", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2", "quote", "syn 2.0.15", ] -[[package]] -name = "frame-support-procedural-tools-derive" -version = "3.0.0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" @@ -2794,23 +2703,23 @@ name = "frame-support-test" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", "frame-support-test-pallet", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system", "parity-scale-codec", "pretty_assertions", "rustversion", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-version", "trybuild", ] @@ -2819,45 +2728,28 @@ name = "frame-support-test-pallet" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", ] -[[package]] -name = "frame-system" -version = "4.0.0-dev" -dependencies = [ - "frame-support 4.0.0-dev", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-version 5.0.0", - "sp-weights 4.0.0", -] - [[package]] name = "frame-system" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-version", + "sp-weights", ] [[package]] @@ -2865,14 +2757,14 @@ name = "frame-system-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -2881,7 +2773,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", ] [[package]] @@ -2889,11 +2781,11 @@ name = "frame-try-runtime" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] @@ -3073,8 +2965,8 @@ source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcd dependencies = [ "chrono", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "git2", "num-format", "pallet-staking", @@ -3923,12 +3815,12 @@ name = "kusama-runtime" version = "0.9.41" dependencies = [ "bitvec", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", "frame-executive", "frame-remote-externalities", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -3993,27 +3885,27 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-arithmetic", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", + "sp-tracing", "sp-transaction-pool", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie", + "sp-version", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -4027,13 +3919,13 @@ dependencies = [ name = "kusama-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -4926,13 +4818,13 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", ] [[package]] @@ -4944,11 +4836,11 @@ dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", ] [[package]] @@ -5524,14 +5416,14 @@ name = "pallet-assets" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -5539,15 +5431,15 @@ name = "pallet-authority-discovery" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-authority-discovery", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -5555,13 +5447,13 @@ name = "pallet-authorship" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -5569,23 +5461,23 @@ name = "pallet-babe" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", ] [[package]] @@ -5593,19 +5485,19 @@ name = "pallet-bags-list" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] @@ -5615,16 +5507,16 @@ source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcd dependencies = [ "frame-election-provider-support", "frame-remote-externalities", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-bags-list", "pallet-staking", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", + "sp-storage", + "sp-tracing", ] [[package]] @@ -5632,14 +5524,14 @@ name = "pallet-balances" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -5647,18 +5539,18 @@ name = "pallet-beefy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", ] [[package]] @@ -5668,8 +5560,8 @@ source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcd dependencies = [ "array-bytes", "binary-merkle-tree", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-beefy", "pallet-mmr", @@ -5677,12 +5569,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -5690,17 +5582,17 @@ name = "pallet-bounties" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -5708,18 +5600,18 @@ name = "pallet-child-bounties" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-bounties", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -5727,16 +5619,16 @@ name = "pallet-collective" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -5745,15 +5637,15 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "assert_matches", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -5761,17 +5653,17 @@ name = "pallet-democracy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -5779,21 +5671,21 @@ name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-election-provider-support-benchmarking", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", "strum", ] @@ -5802,12 +5694,12 @@ name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system", "parity-scale-codec", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", ] [[package]] @@ -5815,17 +5707,17 @@ name = "pallet-elections-phragmen" version = "5.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -5833,17 +5725,17 @@ name = "pallet-fast-unstake" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -5851,22 +5743,22 @@ name = "pallet-grandpa" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", ] [[package]] @@ -5875,14 +5767,14 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "enumflags2", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -5890,19 +5782,19 @@ name = "pallet-im-online" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -5910,16 +5802,16 @@ name = "pallet-indices" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -5927,16 +5819,16 @@ name = "pallet-membership" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -5944,16 +5836,16 @@ name = "pallet-mmr" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -5961,15 +5853,15 @@ name = "pallet-multisig" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -5977,15 +5869,15 @@ name = "pallet-nis" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -5993,16 +5885,16 @@ name = "pallet-nomination-pools" version = "1.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -6010,19 +5902,19 @@ name = "pallet-nomination-pools-benchmarking" version = "1.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "pallet-bags-list", "pallet-nomination-pools", "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-runtime-interface", + "sp-staking", + "sp-std", ] [[package]] @@ -6032,8 +5924,8 @@ source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcd dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-std", ] [[package]] @@ -6041,16 +5933,16 @@ name = "pallet-offences" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -6058,10 +5950,10 @@ name = "pallet-offences-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-babe", "pallet-balances", @@ -6072,9 +5964,9 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -6082,16 +5974,16 @@ name = "pallet-preimage" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6099,14 +5991,14 @@ name = "pallet-proxy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6114,17 +6006,17 @@ name = "pallet-ranked-collective" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6132,14 +6024,14 @@ name = "pallet-recovery" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6148,17 +6040,17 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "assert_matches", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6166,16 +6058,16 @@ name = "pallet-scheduler" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", ] [[package]] @@ -6183,20 +6075,20 @@ name = "pallet-session" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", + "sp-trie", ] [[package]] @@ -6204,15 +6096,15 @@ name = "pallet-session-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "pallet-session", "pallet-staking", "rand 0.8.5", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", ] [[package]] @@ -6220,13 +6112,13 @@ name = "pallet-society" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6234,10 +6126,10 @@ name = "pallet-staking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", @@ -6245,11 +6137,11 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -6269,7 +6161,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "log", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", ] [[package]] @@ -6278,7 +6170,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", ] [[package]] @@ -6286,30 +6178,16 @@ name = "pallet-state-trie-migration" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "pallet-sudo" -version = "4.0.0-dev" -dependencies = [ - "frame-benchmarking 4.0.0-dev", - "frame-support 4.0.0-dev", - "frame-system 4.0.0-dev", - "parity-scale-codec", - "scale-info", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6317,13 +6195,13 @@ name = "pallet-sudo" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6331,16 +6209,16 @@ name = "pallet-timestamp" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-std", "sp-timestamp", ] @@ -6349,18 +6227,18 @@ name = "pallet-tips" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-treasury", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6368,15 +6246,15 @@ name = "pallet-transaction-payment" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6387,12 +6265,12 @@ dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-weights", ] [[package]] @@ -6402,9 +6280,9 @@ source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcd dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-runtime", + "sp-weights", ] [[package]] @@ -6412,16 +6290,16 @@ name = "pallet-treasury" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6429,14 +6307,14 @@ name = "pallet-uniques" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6444,15 +6322,15 @@ name = "pallet-utility" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6460,14 +6338,14 @@ name = "pallet-vesting" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6475,14 +6353,14 @@ name = "pallet-whitelist" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] @@ -6490,9 +6368,9 @@ name = "pallet-xcm" version = "0.9.41" dependencies = [ "bounded-collections", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", @@ -6500,10 +6378,10 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -6513,9 +6391,9 @@ dependencies = [ name = "pallet-xcm-benchmarks" version = "0.9.41" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-assets", "pallet-balances", @@ -6524,11 +6402,11 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-common", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", "xcm", "xcm-builder", "xcm-executor", @@ -6869,7 +6747,7 @@ dependencies = [ "rand_core 0.5.1", "schnorrkel", "sp-authority-discovery", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "tracing-gum", ] @@ -6890,11 +6768,11 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "rand_chacha 0.3.1", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-authority-discovery", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", "tracing-gum", ] @@ -6919,10 +6797,10 @@ dependencies = [ "polkadot-primitives-test-helpers", "rand 0.8.5", "sc-network", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-tracing", "thiserror", "tracing-gum", ] @@ -6949,8 +6827,8 @@ dependencies = [ "polkadot-primitives-test-helpers", "rand 0.8.5", "sc-network", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", "sp-keyring", "thiserror", "tracing-gum", @@ -6976,8 +6854,8 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", "sp-keyring", "sp-maybe-compressed-blob", "substrate-build-script-utils", @@ -6990,9 +6868,9 @@ name = "polkadot-client" version = "0.9.41" dependencies = [ "async-trait", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-benchmarking-cli", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system", "frame-system-rpc-runtime-api", "futures", "kusama-runtime", @@ -7008,7 +6886,7 @@ dependencies = [ "sc-consensus", "sc-executor", "sc-service", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-block-builder", "sp-blockchain", @@ -7016,14 +6894,14 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage", "sp-timestamp", "sp-transaction-pool", "westend-runtime", @@ -7050,10 +6928,10 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "sc-network", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-runtime", "thiserror", "tracing-gum", ] @@ -7064,9 +6942,9 @@ version = "0.9.41" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -7093,10 +6971,10 @@ dependencies = [ "polkadot-primitives-test-helpers", "sc-keystore", "sc-network", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-tracing", "thiserror", "tracing-gum", ] @@ -7110,8 +6988,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-trie", "thiserror", ] @@ -7132,13 +7010,13 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-authority-discovery", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-tracing", "tracing-gum", ] @@ -7165,7 +7043,7 @@ dependencies = [ "polkadot-primitives-test-helpers", "sc-network", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", "thiserror", "tracing-gum", @@ -7184,7 +7062,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-primitives-test-helpers", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -7217,14 +7095,14 @@ dependencies = [ "rand_core 0.5.1", "sc-keystore", "schnorrkel", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-runtime", "thiserror", "tracing-gum", ] @@ -7252,7 +7130,7 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", "thiserror", "tracing-gum", @@ -7275,11 +7153,11 @@ dependencies = [ "polkadot-primitives-test-helpers", "polkadot-statement-table", "sc-keystore", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-tracing", "thiserror", "tracing-gum", ] @@ -7294,7 +7172,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-primitives-test-helpers", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", "thiserror", "tracing-gum", "wasm-timer", @@ -7318,7 +7196,7 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "polkadot-primitives-test-helpers", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", "sp-maybe-compressed-blob", "tracing-gum", @@ -7339,7 +7217,7 @@ dependencies = [ "sc-client-api", "sc-consensus-babe", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "tracing-gum", ] @@ -7359,7 +7237,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "thiserror", "tracing-gum", ] @@ -7383,11 +7261,11 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "sc-keystore", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-tracing", "thiserror", "tracing-gum", ] @@ -7403,7 +7281,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sp-blockchain", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents", "thiserror", "tracing-gum", ] @@ -7423,8 +7301,8 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "rand 0.8.5", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -7448,10 +7326,10 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "slotmap", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-maybe-compressed-blob", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing", + "sp-wasm-interface", "substrate-build-script-utils", "tempfile", "tokio", @@ -7472,11 +7350,11 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "sc-keystore", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-runtime", "thiserror", "tracing-gum", ] @@ -7497,11 +7375,11 @@ dependencies = [ "sc-executor", "sc-executor-common", "sc-executor-wasmtime", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-externalities", + "sp-io", "sp-maybe-compressed-blob", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing", "substrate-build-script-utils", "tempfile", "test-parachain-adder", @@ -7524,10 +7402,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-primitives", "polkadot-primitives-test-helpers", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", "tracing-gum", ] @@ -7544,7 +7422,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "thiserror", "tokio", ] @@ -7610,12 +7488,12 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", "sp-maybe-compressed-blob", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "thiserror", "zstd 0.11.2+zstd.1.5.2", ] @@ -7641,10 +7519,10 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sc-keystore", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", ] [[package]] @@ -7662,7 +7540,7 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-consensus-babe", "substrate-prometheus-endpoint", @@ -7702,9 +7580,9 @@ dependencies = [ "polkadot-primitives-test-helpers", "prioritized-metered-channel", "rand 0.8.5", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", + "sp-keystore", "tempfile", "thiserror", "tracing-gum", @@ -7730,8 +7608,8 @@ dependencies = [ "polkadot-primitives-test-helpers", "prioritized-metered-channel", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-core", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -7742,14 +7620,14 @@ version = "0.9.41" dependencies = [ "bounded-collections", "derive_more", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "parity-scale-codec", "polkadot-core-primitives", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -7780,18 +7658,18 @@ dependencies = [ "polkadot-parachain", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-authority-discovery", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -7800,10 +7678,10 @@ version = "0.9.41" dependencies = [ "polkadot-primitives", "rand 0.8.5", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", ] [[package]] @@ -7826,13 +7704,13 @@ dependencies = [ "sc-rpc", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-runtime", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -7842,12 +7720,12 @@ name = "polkadot-runtime" version = "0.9.41" dependencies = [ "bitvec", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", "frame-executive", "frame-remote-externalities", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -7908,27 +7786,27 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-arithmetic", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", + "sp-tracing", "sp-transaction-pool", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie", + "sp-version", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -7943,11 +7821,11 @@ name = "polkadot-runtime-common" version = "0.9.41" dependencies = [ "bitvec", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "frame-support-test", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system", "hex-literal 0.4.1", "impl-trait-for-tuples", "libsecp256k1", @@ -7974,16 +7852,16 @@ dependencies = [ "serde_derive", "serde_json", "slot-range-helper", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", "static_assertions", "xcm", ] @@ -7992,13 +7870,13 @@ dependencies = [ name = "polkadot-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -8006,11 +7884,11 @@ name = "polkadot-runtime-metrics" version = "0.9.41" dependencies = [ "bs58", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", + "sp-tracing", ] [[package]] @@ -8021,10 +7899,10 @@ dependencies = [ "bitflags", "bitvec", "derive_more", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", "frame-support-test", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system", "futures", "hex-literal 0.4.1", "log", @@ -8048,18 +7926,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", + "sp-tracing", "static_assertions", "thousands", "xcm", @@ -8074,7 +7952,7 @@ dependencies = [ "async-trait", "env_logger 0.9.0", "frame-benchmarking-cli", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "frame-system-rpc-runtime-api", "futures", "hex-literal 0.4.1", @@ -8153,7 +8031,7 @@ dependencies = [ "sc-transaction-pool", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-block-builder", "sp-blockchain", @@ -8161,19 +8039,19 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine", + "sp-storage", "sp-timestamp", "sp-transaction-pool", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie", "substrate-prometheus-endpoint", "tempfile", "thiserror", @@ -8202,13 +8080,13 @@ dependencies = [ "polkadot-primitives-test-helpers", "sc-keystore", "sc-network", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-authority-discovery", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-staking", + "sp-tracing", "thiserror", "tracing-gum", ] @@ -8219,7 +8097,7 @@ version = "0.9.41" dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", ] [[package]] @@ -8235,15 +8113,15 @@ dependencies = [ "sc-block-builder", "sc-consensus", "sc-service", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", "sp-timestamp", "substrate-test-client", ] @@ -8271,8 +8149,8 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", "tracing-gum", ] @@ -8283,8 +8161,8 @@ dependencies = [ "bitvec", "frame-election-provider-support", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-rpc-runtime-api", "hex-literal 0.4.1", "log", @@ -8298,7 +8176,7 @@ dependencies = [ "pallet-session", "pallet-staking", "pallet-staking-reward-curve", - "pallet-sudo 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "pallet-sudo", "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", @@ -8315,24 +8193,24 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie", + "sp-version", "substrate-wasm-builder", "test-runtime-constants", "tiny-keccak", @@ -8345,8 +8223,8 @@ dependencies = [ name = "polkadot-test-service" version = "0.9.41" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-system", "futures", "hex", "pallet-balances", @@ -8376,17 +8254,17 @@ dependencies = [ "sc-tracing", "sc-transaction-pool", "serde_json", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", "substrate-test-client", "substrate-test-utils", "tempfile", @@ -8403,7 +8281,7 @@ dependencies = [ "generate-bags", "kusama-runtime", "polkadot-runtime", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", "westend-runtime", ] @@ -9040,15 +8918,15 @@ name = "remote-ext-tests-bags-list" version = "0.9.41" dependencies = [ "clap 4.2.5", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system", "kusama-runtime", "kusama-runtime-constants", "log", "pallet-bags-list-remote-tests", "polkadot-runtime", "polkadot-runtime-constants", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-tracing", "tokio", "westend-runtime", "westend-runtime-constants", @@ -9161,11 +9039,11 @@ name = "rococo-runtime" version = "0.9.41" dependencies = [ "binary-merkle-tree", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", "frame-remote-externalities", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -9199,7 +9077,7 @@ dependencies = [ "pallet-society", "pallet-staking", "pallet-state-trie-migration", - "pallet-sudo 4.0.0-dev", + "pallet-sudo", "pallet-timestamp", "pallet-tips", "pallet-transaction-payment", @@ -9221,25 +9099,25 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", + "sp-tracing", "sp-transaction-pool", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie", + "sp-version", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -9253,13 +9131,13 @@ dependencies = [ name = "rococo-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -9483,8 +9361,8 @@ version = "4.1.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "log", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-wasm-interface", "thiserror", ] @@ -9506,12 +9384,12 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-common", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -9530,12 +9408,12 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-runtime", "substrate-prometheus-endpoint", ] @@ -9546,12 +9424,12 @@ source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcd dependencies = [ "parity-scale-codec", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-runtime", ] [[package]] @@ -9568,9 +9446,9 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -9613,12 +9491,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-panic-handler", + "sp-runtime", + "sp-version", "thiserror", "tiny-bip39", "tokio", @@ -9637,16 +9515,16 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-database", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-storage", "substrate-prometheus-endpoint", ] @@ -9667,13 +9545,13 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-database", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] [[package]] @@ -9691,12 +9569,12 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-state-machine", "substrate-prometheus-endpoint", "thiserror", ] @@ -9722,17 +9600,17 @@ dependencies = [ "sc-keystore", "sc-telemetry", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -9748,14 +9626,14 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", ] @@ -9779,16 +9657,16 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -9808,8 +9686,8 @@ dependencies = [ "sc-rpc", "serde", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "thiserror", ] @@ -9823,7 +9701,7 @@ dependencies = [ "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", ] [[package]] @@ -9853,15 +9731,15 @@ dependencies = [ "sc-telemetry", "sc-utils", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -9881,8 +9759,8 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "thiserror", ] @@ -9899,14 +9777,14 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -9920,15 +9798,15 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmi", "sc-executor-wasmtime", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface", + "sp-trie", + "sp-version", + "sp-wasm-interface", "tracing", "wasmi", ] @@ -9940,7 +9818,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcd dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface", "thiserror", "wasm-instrument", "wasmi", @@ -9954,8 +9832,8 @@ dependencies = [ "log", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface", + "sp-wasm-interface", "wasmi", ] @@ -9972,8 +9850,8 @@ dependencies = [ "rustix 0.36.7", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] @@ -9990,7 +9868,7 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", ] [[package]] @@ -10002,9 +9880,9 @@ dependencies = [ "async-trait", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", ] @@ -10042,11 +9920,11 @@ dependencies = [ "serde_json", "smallvec", "snow", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", @@ -10068,7 +9946,7 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "thiserror", "unsigned-varint", ] @@ -10095,7 +9973,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "zeroize", @@ -10115,7 +9993,7 @@ dependencies = [ "sc-network", "sc-network-common", "sc-peerset", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -10137,8 +10015,8 @@ dependencies = [ "sc-network-common", "sc-peerset", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "thiserror", ] @@ -10166,12 +10044,12 @@ dependencies = [ "sc-peerset", "sc-utils", "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10192,7 +10070,7 @@ dependencies = [ "sc-peerset", "sc-utils", "sp-consensus", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "substrate-prometheus-endpoint", ] @@ -10219,10 +10097,10 @@ dependencies = [ "sc-network-common", "sc-peerset", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-core", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "threadpool", "tracing", ] @@ -10267,15 +10145,15 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", "sp-offchain", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "tokio", ] @@ -10291,10 +10169,10 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-version", "thiserror", ] @@ -10330,11 +10208,11 @@ dependencies = [ "sc-client-api", "sc-transaction-pool-api", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-version", "thiserror", "tokio-stream", ] @@ -10382,20 +10260,20 @@ dependencies = [ "sc-utils", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime", "sp-session", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine", + "sp-storage", "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie", + "sp-version", "static_init 1.0.3", "substrate-prometheus-endpoint", "tempfile", @@ -10413,7 +10291,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", ] [[package]] @@ -10427,7 +10305,7 @@ dependencies = [ "log", "sc-client-db", "sc-utils", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "thiserror", "tokio", ] @@ -10447,7 +10325,7 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "thiserror", ] @@ -10465,9 +10343,9 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-std", ] [[package]] @@ -10508,12 +10386,12 @@ dependencies = [ "sc-rpc-server", "sc-tracing-proc-macro", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-tracing", "thiserror", "tracing", "tracing-log", @@ -10548,11 +10426,11 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-tracing", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -10568,7 +10446,7 @@ dependencies = [ "log", "serde", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "thiserror", ] @@ -10584,7 +10462,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", ] [[package]] @@ -11051,8 +10929,8 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -11120,25 +10998,6 @@ dependencies = [ "sha-1 0.9.8", ] -[[package]] -name = "sp-api" -version = "4.0.0-dev" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 4.0.0-dev", - "sp-core 7.0.0", - "sp-metadata-ir 0.1.0", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", - "sp-version 5.0.0", - "thiserror", -] - [[package]] name = "sp-api" version = "4.0.0-dev" @@ -11148,30 +11007,17 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api-proc-macro", + "sp-core", + "sp-metadata-ir", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", + "sp-version", "thiserror", ] -[[package]] -name = "sp-api-proc-macro" -version = "4.0.0-dev" -dependencies = [ - "Inflector", - "blake2", - "expander 1.0.0", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" @@ -11186,18 +11032,6 @@ dependencies = [ "syn 2.0.15", ] -[[package]] -name = "sp-application-crypto" -version = "7.0.0" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-std 5.0.0", -] - [[package]] name = "sp-application-crypto" version = "7.0.0" @@ -11206,22 +11040,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-arithmetic" -version = "6.0.0" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std 5.0.0", - "static_assertions", + "sp-core", + "sp-io", + "sp-std", ] [[package]] @@ -11234,7 +11055,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "static_assertions", ] @@ -11245,10 +11066,10 @@ source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcd dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-runtime", + "sp-std", ] [[package]] @@ -11257,10 +11078,10 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] @@ -11273,11 +11094,11 @@ dependencies = [ "lru 0.8.1", "parity-scale-codec", "parking_lot 0.12.1", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-consensus", "sp-database", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -11289,10 +11110,10 @@ dependencies = [ "async-trait", "futures", "log", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -11304,13 +11125,13 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents", + "sp-runtime", + "sp-std", "sp-timestamp", ] @@ -11323,15 +11144,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-std", "sp-timestamp", ] @@ -11344,13 +11165,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", "strum", ] @@ -11364,12 +11185,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-std", ] [[package]] @@ -11380,52 +11201,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-timestamp", ] -[[package]] -name = "sp-core" -version = "7.0.0" -dependencies = [ - "array-bytes", - "bitflags", - "blake2", - "bounded-collections", - "bs58", - "dyn-clonable", - "ed25519-zebra", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "lazy_static", - "libsecp256k1", - "log", - "merlin", - "parity-scale-codec", - "parking_lot 0.12.1", - "primitive-types", - "rand 0.8.5", - "regex", - "scale-info", - "schnorrkel", - "secp256k1", - "secrecy", - "serde", - "sp-core-hashing 5.0.0", - "sp-debug-derive 5.0.0", - "sp-externalities 0.13.0", - "sp-runtime-interface 7.0.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", - "ss58-registry", - "substrate-bip39", - "thiserror", - "tiny-bip39", - "zeroize", -] - [[package]] name = "sp-core" version = "7.0.0" @@ -11457,12 +11236,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core-hashing", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "ss58-registry", "substrate-bip39", "thiserror", @@ -11470,19 +11249,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core-hashing" -version = "5.0.0" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.6", - "sha2 0.10.2", - "sha3", - "sp-std 5.0.0", - "twox-hash", -] - [[package]] name = "sp-core-hashing" version = "5.0.0" @@ -11493,20 +11259,10 @@ dependencies = [ "digest 0.10.6", "sha2 0.10.2", "sha3", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "twox-hash", ] -[[package]] -name = "sp-core-hashing-proc-macro" -version = "5.0.0" -dependencies = [ - "proc-macro2", - "quote", - "sp-core-hashing 5.0.0", - "syn 2.0.15", -] - [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" @@ -11514,7 +11270,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcd dependencies = [ "proc-macro2", "quote", - "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core-hashing", "syn 2.0.15", ] @@ -11527,15 +11283,6 @@ dependencies = [ "parking_lot 0.12.1", ] -[[package]] -name = "sp-debug-derive" -version = "5.0.0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "sp-debug-derive" version = "5.0.0" @@ -11546,16 +11293,6 @@ dependencies = [ "syn 2.0.15", ] -[[package]] -name = "sp-externalities" -version = "0.13.0" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 5.0.0", - "sp-storage 7.0.0", -] - [[package]] name = "sp-externalities" version = "0.13.0" @@ -11563,22 +11300,8 @@ source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcd dependencies = [ "environmental", "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-inherents" -version = "4.0.0-dev" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "thiserror", + "sp-std", + "sp-storage", ] [[package]] @@ -11590,37 +11313,12 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", "thiserror", ] -[[package]] -name = "sp-io" -version = "7.0.0" -dependencies = [ - "bytes", - "ed25519", - "ed25519-dalek", - "futures", - "libsecp256k1", - "log", - "parity-scale-codec", - "rustversion", - "secp256k1", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "sp-keystore 0.13.0", - "sp-runtime-interface 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-tracing 6.0.0", - "sp-trie 7.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "7.0.0" @@ -11635,14 +11333,14 @@ dependencies = [ "parity-scale-codec", "rustversion", "secp256k1", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-trie", "tracing", "tracing-core", ] @@ -11653,23 +11351,11 @@ version = "7.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "lazy_static", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "strum", ] -[[package]] -name = "sp-keystore" -version = "0.13.0" -dependencies = [ - "futures", - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "thiserror", -] - [[package]] name = "sp-keystore" version = "0.13.0" @@ -11679,8 +11365,8 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-externalities", "thiserror", ] @@ -11693,16 +11379,6 @@ dependencies = [ "zstd 0.12.3+zstd.1.5.2", ] -[[package]] -name = "sp-metadata-ir" -version = "0.1.0" -dependencies = [ - "frame-metadata", - "parity-scale-codec", - "scale-info", - "sp-std 5.0.0", -] - [[package]] name = "sp-metadata-ir" version = "0.1.0" @@ -11711,7 +11387,7 @@ dependencies = [ "frame-metadata", "parity-scale-codec", "scale-info", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", ] [[package]] @@ -11724,11 +11400,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-core", + "sp-debug-derive", + "sp-runtime", + "sp-std", "thiserror", ] @@ -11740,10 +11416,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -11751,18 +11427,9 @@ name = "sp-offchain" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-panic-handler" -version = "5.0.0" -dependencies = [ - "backtrace", - "lazy_static", - "regex", + "sp-api", + "sp-core", + "sp-runtime", ] [[package]] @@ -11782,28 +11449,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcd dependencies = [ "rustc-hash", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-runtime" -version = "7.0.0" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand 0.8.5", - "scale-info", - "serde", - "sp-application-crypto 7.0.0", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-std 5.0.0", - "sp-weights 4.0.0", + "sp-core", ] [[package]] @@ -11820,29 +11466,12 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-runtime-interface" -version = "7.0.0" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.13.0", - "sp-runtime-interface-proc-macro 6.0.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", - "sp-tracing 6.0.0", - "sp-wasm-interface 7.0.0", - "static_assertions", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", + "sp-weights", ] [[package]] @@ -11854,26 +11483,15 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "6.0.0" -dependencies = [ - "Inflector", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" @@ -11893,22 +11511,11 @@ source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcd dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-staking" -version = "4.0.0-dev" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-api", + "sp-core", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -11918,28 +11525,9 @@ source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcd dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-state-machine" -version = "0.13.0" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand 0.8.5", - "smallvec", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "sp-panic-handler 5.0.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", - "thiserror", - "tracing", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -11953,36 +11541,20 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-externalities", + "sp-panic-handler", + "sp-std", + "sp-trie", "thiserror", "tracing", ] -[[package]] -name = "sp-std" -version = "5.0.0" - [[package]] name = "sp-std" version = "5.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" -[[package]] -name = "sp-storage" -version = "7.0.0" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 5.0.0", - "sp-std 5.0.0", -] - [[package]] name = "sp-storage" version = "7.0.0" @@ -11992,8 +11564,8 @@ dependencies = [ "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive", + "sp-std", ] [[package]] @@ -12005,30 +11577,19 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents", + "sp-runtime", + "sp-std", "thiserror", ] -[[package]] -name = "sp-tracing" -version = "6.0.0" -dependencies = [ - "parity-scale-codec", - "sp-std 5.0.0", - "tracing", - "tracing-core", - "tracing-subscriber 0.2.25", -] - [[package]] name = "sp-tracing" version = "6.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "tracing", "tracing-core", "tracing-subscriber 0.2.25", @@ -12039,8 +11600,8 @@ name = "sp-transaction-pool" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" dependencies = [ - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-runtime", ] [[package]] @@ -12052,33 +11613,11 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-trie" -version = "7.0.0" -dependencies = [ - "ahash 0.8.2", - "hash-db", - "hashbrown 0.13.2", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "scale-info", - "schnellru", - "sp-core 7.0.0", - "sp-std 5.0.0", - "thiserror", - "tracing", - "trie-db", - "trie-root", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] @@ -12096,30 +11635,14 @@ dependencies = [ "parking_lot 0.12.1", "scale-info", "schnellru", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-std", "thiserror", "tracing", "trie-db", "trie-root", ] -[[package]] -name = "sp-version" -version = "5.0.0" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-core-hashing-proc-macro 5.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-version-proc-macro 4.0.0-dev", - "thiserror", -] - [[package]] name = "sp-version" version = "5.0.0" @@ -12130,23 +11653,13 @@ dependencies = [ "parity-wasm", "scale-info", "serde", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core-hashing-proc-macro", + "sp-runtime", + "sp-std", + "sp-version-proc-macro", "thiserror", ] -[[package]] -name = "sp-version-proc-macro" -version = "4.0.0-dev" -dependencies = [ - "parity-scale-codec", - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" @@ -12158,19 +11671,6 @@ dependencies = [ "syn 2.0.15", ] -[[package]] -name = "sp-wasm-interface" -version = "7.0.0" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-std 5.0.0", - "wasmi", - "wasmtime", -] - [[package]] name = "sp-wasm-interface" version = "7.0.0" @@ -12180,25 +11680,11 @@ dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "wasmi", "wasmtime", ] -[[package]] -name = "sp-weights" -version = "4.0.0" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-debug-derive 5.0.0", - "sp-std 5.0.0", -] - [[package]] name = "sp-weights" version = "4.0.0" @@ -12208,10 +11694,10 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-debug-derive", + "sp-std", ] [[package]] @@ -12270,8 +11756,8 @@ dependencies = [ "exitcode", "frame-election-provider-support", "frame-remote-externalities", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "futures-util", "jsonrpsee", "kusama-runtime", @@ -12290,11 +11776,11 @@ dependencies = [ "serde_json", "signal-hook", "signal-hook-tokio", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-version", "sub-tokens", "thiserror", "tokio", @@ -12449,11 +11935,11 @@ dependencies = [ "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", ] [[package]] @@ -12478,7 +11964,7 @@ dependencies = [ "log", "sc-rpc-api", "serde", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", ] [[package]] @@ -12493,10 +11979,10 @@ dependencies = [ "sc-rpc-api", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-trie", "trie-db", ] @@ -12519,11 +12005,11 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -12714,8 +12200,8 @@ dependencies = [ "dlmalloc", "parity-scale-codec", "polkadot-parachain", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-std", "substrate-wasm-builder", "tiny-keccak", ] @@ -12739,7 +12225,7 @@ dependencies = [ "polkadot-test-service", "sc-cli", "sc-service", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", "substrate-test-utils", "test-parachain-adder", @@ -12762,8 +12248,8 @@ dependencies = [ "log", "parity-scale-codec", "polkadot-parachain", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-std", "substrate-wasm-builder", "tiny-keccak", ] @@ -12787,7 +12273,7 @@ dependencies = [ "polkadot-test-service", "sc-cli", "sc-service", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", "substrate-test-utils", "test-parachain-undying", @@ -12799,7 +12285,7 @@ name = "test-parachains" version = "0.9.41" dependencies = [ "parity-scale-codec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "test-parachain-adder", "test-parachain-halt", "tiny-keccak", @@ -12809,13 +12295,13 @@ dependencies = [ name = "test-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -13398,22 +12884,22 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-consensus-aura", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-debug-derive", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-keystore", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", "sp-timestamp", "sp-transaction-storage-proof", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", + "sp-weights", "substrate-rpc-client", "zstd 0.12.3+zstd.1.5.2", ] @@ -14335,12 +13821,12 @@ name = "westend-runtime" version = "0.9.41" dependencies = [ "bitvec", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", "frame-executive", "frame-remote-externalities", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -14379,7 +13865,7 @@ dependencies = [ "pallet-staking-reward-curve", "pallet-staking-runtime-api", "pallet-state-trie-migration", - "pallet-sudo 4.0.0-dev", + "pallet-sudo", "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", @@ -14399,25 +13885,25 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", + "sp-tracing", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", "tiny-keccak", "tokio", @@ -14431,13 +13917,13 @@ dependencies = [ name = "westend-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -14815,8 +14301,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-weights", "xcm-procedural", ] @@ -14825,8 +14311,8 @@ name = "xcm-builder" version = "0.9.41" dependencies = [ "assert_matches", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "pallet-balances", @@ -14837,10 +14323,10 @@ dependencies = [ "polkadot-runtime-parachains", "primitive-types", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -14850,17 +14336,17 @@ name = "xcm-executor" version = "0.9.41" dependencies = [ "environmental", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", "xcm", ] @@ -14868,8 +14354,8 @@ dependencies = [ name = "xcm-executor-integration-tests" version = "0.9.41" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "futures", "pallet-xcm", "polkadot-test-client", @@ -14877,9 +14363,9 @@ dependencies = [ "polkadot-test-service", "sp-consensus", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", + "sp-tracing", "xcm", "xcm-executor", ] @@ -14898,14 +14384,14 @@ dependencies = [ name = "xcm-simulator" version = "0.9.41" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "parity-scale-codec", "paste", "polkadot-core-primitives", "polkadot-parachain", "polkadot-runtime-parachains", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-std", "xcm", "xcm-executor", ] @@ -14914,8 +14400,8 @@ dependencies = [ name = "xcm-simulator-example" version = "0.9.41" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-balances", "pallet-uniques", @@ -14925,11 +14411,11 @@ dependencies = [ "polkadot-parachain", "polkadot-runtime-parachains", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", "xcm", "xcm-builder", "xcm-executor", @@ -14941,8 +14427,8 @@ name = "xcm-simulator-fuzzer" version = "0.9.41" dependencies = [ "arbitrary", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "honggfuzz", "pallet-balances", "pallet-xcm", @@ -14951,10 +14437,10 @@ dependencies = [ "polkadot-parachain", "polkadot-runtime-parachains", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -15069,4 +14555,4 @@ dependencies = [ "cc", "libc", "pkg-config", -] \ No newline at end of file +] From 3072cc74d01710a52762de61a06631cf8c28e9fa Mon Sep 17 00:00:00 2001 From: Doordashcon Date: Mon, 8 May 2023 13:14:29 +0100 Subject: [PATCH 5/9] NC.l --- Cargo.lock | 469 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 276 insertions(+), 193 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf213e8ef79c..1120fc255f4f 100644 --- a/Cargo.lock +++ b/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#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "hash-db", "log", @@ -1116,6 +1116,19 @@ dependencies = [ "crossbeam-utils", ] +[[package]] +name = "console" +version = "0.15.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" +dependencies = [ + "encode_unicode", + "lazy_static", + "libc", + "unicode-width", + "windows-sys 0.42.0", +] + [[package]] name = "const-oid" version = "0.9.2" @@ -2043,6 +2056,12 @@ dependencies = [ "zeroize", ] +[[package]] +name = "encode_unicode" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" + [[package]] name = "encoding_rs" version = "0.8.30" @@ -2460,7 +2479,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", ] @@ -2483,7 +2502,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "frame-support-procedural", @@ -2508,7 +2527,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "Inflector", "array-bytes", @@ -2555,7 +2574,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2566,7 +2585,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2583,7 +2602,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "frame-system", @@ -2612,10 +2631,11 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-recursion", "futures", + "indicatif", "jsonrpsee", "log", "parity-scale-codec", @@ -2623,6 +2643,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", + "spinners", "substrate-rpc-client", "tokio", ] @@ -2630,7 +2651,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "bitflags", "environmental", @@ -2663,7 +2684,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "Inflector", "cfg-expr", @@ -2679,7 +2700,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2691,7 +2712,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "proc-macro2", "quote", @@ -2701,9 +2722,10 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", + "frame-executive", "frame-support", "frame-support-test-pallet", "frame-system", @@ -2726,7 +2748,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "frame-system", @@ -2737,7 +2759,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "log", @@ -2755,7 +2777,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -2770,7 +2792,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", "sp-api", @@ -2779,7 +2801,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "parity-scale-codec", @@ -2961,7 +2983,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "chrono", "frame-election-provider-support", @@ -3518,6 +3540,18 @@ dependencies = [ "serde", ] +[[package]] +name = "indicatif" +version = "0.17.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729" +dependencies = [ + "console", + "number_prefix", + "portable-atomic", + "unicode-width", +] + [[package]] name = "instant" version = "0.1.12" @@ -4811,7 +4845,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "futures", "log", @@ -4830,7 +4864,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "anyhow", "jsonrpsee", @@ -5209,6 +5243,12 @@ dependencies = [ "libc", ] +[[package]] +name = "number_prefix" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" + [[package]] name = "object" version = "0.29.0" @@ -5414,7 +5454,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5429,7 +5469,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "frame-system", @@ -5445,7 +5485,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "frame-system", @@ -5459,7 +5499,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5483,7 +5523,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5503,7 +5543,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5522,7 +5562,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5537,7 +5577,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "frame-system", @@ -5556,7 +5596,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5580,7 +5620,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5598,7 +5638,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5617,7 +5657,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5634,7 +5674,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5651,7 +5691,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5669,7 +5709,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5692,7 +5732,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5705,7 +5745,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5723,7 +5763,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5741,7 +5781,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5764,7 +5804,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5780,7 +5820,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5800,7 +5840,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5817,7 +5857,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5834,7 +5874,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5851,7 +5891,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5867,7 +5907,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5883,7 +5923,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "frame-system", @@ -5900,7 +5940,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5920,7 +5960,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5931,7 +5971,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "frame-system", @@ -5948,7 +5988,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5972,7 +6012,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -5989,7 +6029,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -6004,7 +6044,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -6022,7 +6062,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -6037,7 +6077,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6056,7 +6096,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -6073,7 +6113,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "frame-system", @@ -6094,7 +6134,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -6110,7 +6150,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "frame-system", @@ -6124,7 +6164,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6147,7 +6187,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6158,7 +6198,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "log", "sp-arithmetic", @@ -6167,7 +6207,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", "sp-api", @@ -6176,7 +6216,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -6193,7 +6233,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "frame-system", @@ -6207,7 +6247,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -6225,7 +6265,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -6244,7 +6284,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-support", "frame-system", @@ -6260,7 +6300,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6276,7 +6316,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6288,7 +6328,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -6305,7 +6345,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -6320,7 +6360,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -6336,7 +6376,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -6351,7 +6391,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-benchmarking", "frame-support", @@ -8332,6 +8372,12 @@ dependencies = [ "universal-hash", ] +[[package]] +name = "portable-atomic" +version = "0.3.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b" + [[package]] name = "pprof" version = "0.6.2" @@ -8390,14 +8436,14 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563" +checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" dependencies = [ - "ansi_term", "ctor", "diff", "output_vt100", + "yansi", ] [[package]] @@ -9358,7 +9404,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "log", "sp-core", @@ -9369,7 +9415,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "futures", @@ -9397,7 +9443,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "futures", "futures-timer", @@ -9420,7 +9466,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9435,7 +9481,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9454,7 +9500,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9465,7 +9511,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "array-bytes", "chrono", @@ -9505,7 +9551,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "fnv", "futures", @@ -9524,6 +9570,7 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-state-machine", + "sp-statement-store", "sp-storage", "substrate-prometheus-endpoint", ] @@ -9531,7 +9578,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "hash-db", "kvdb", @@ -9557,7 +9604,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "futures", @@ -9582,7 +9629,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "fork-tree", @@ -9618,7 +9665,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "futures", "jsonrpsee", @@ -9640,7 +9687,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "array-bytes", "async-trait", @@ -9675,7 +9722,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "futures", "jsonrpsee", @@ -9694,7 +9741,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9707,7 +9754,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9747,7 +9794,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "finality-grandpa", "futures", @@ -9767,7 +9814,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "futures", @@ -9790,7 +9837,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9814,7 +9861,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9827,7 +9874,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "log", "sc-allocator", @@ -9840,7 +9887,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "anyhow", "cfg-if", @@ -9858,7 +9905,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "ansi_term", "futures", @@ -9874,7 +9921,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "array-bytes", "async-trait", @@ -9889,7 +9936,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "array-bytes", "async-channel", @@ -9934,7 +9981,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "cid", "futures", @@ -9954,7 +10001,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "array-bytes", "async-trait", @@ -9982,7 +10029,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "ahash 0.8.2", "futures", @@ -10001,7 +10048,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "array-bytes", "futures", @@ -10023,7 +10070,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "array-bytes", "async-trait", @@ -10057,7 +10104,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "array-bytes", "futures", @@ -10077,7 +10124,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "array-bytes", "bytes", @@ -10108,7 +10155,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "futures", "libp2p", @@ -10121,7 +10168,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10130,7 +10177,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "futures", "jsonrpsee", @@ -10153,6 +10200,7 @@ dependencies = [ "sp-rpc", "sp-runtime", "sp-session", + "sp-statement-store", "sp-version", "tokio", ] @@ -10160,7 +10208,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10179,7 +10227,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "http", "jsonrpsee", @@ -10194,7 +10242,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "array-bytes", "futures", @@ -10220,7 +10268,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "directories", @@ -10286,7 +10334,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "log", "parity-scale-codec", @@ -10297,7 +10345,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "clap 4.2.5", "fs4", @@ -10313,7 +10361,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10332,7 +10380,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "futures", "libc", @@ -10351,7 +10399,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "chrono", "futures", @@ -10370,7 +10418,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "ansi_term", "atty", @@ -10401,7 +10449,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10412,7 +10460,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "futures", @@ -10439,7 +10487,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "futures", @@ -10453,7 +10501,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-channel", "futures", @@ -11001,7 +11049,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "hash-db", "log", @@ -11021,7 +11069,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "Inflector", "blake2", @@ -11035,7 +11083,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", "scale-info", @@ -11048,7 +11096,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "integer-sqrt", "num-traits", @@ -11062,7 +11110,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", "scale-info", @@ -11075,7 +11123,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", "sp-api", @@ -11087,7 +11135,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "futures", "log", @@ -11105,7 +11153,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "futures", @@ -11120,7 +11168,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "parity-scale-codec", @@ -11138,7 +11186,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "parity-scale-codec", @@ -11159,7 +11207,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11178,7 +11226,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "finality-grandpa", "log", @@ -11196,7 +11244,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", "scale-info", @@ -11208,7 +11256,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "array-bytes", "bitflags", @@ -11252,7 +11300,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "blake2b_simd", "byteorder", @@ -11266,7 +11314,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "proc-macro2", "quote", @@ -11277,7 +11325,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11286,7 +11334,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "proc-macro2", "quote", @@ -11296,7 +11344,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "environmental", "parity-scale-codec", @@ -11307,7 +11355,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11322,7 +11370,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "bytes", "ed25519", @@ -11348,7 +11396,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "lazy_static", "sp-core", @@ -11359,7 +11407,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "futures", "parity-scale-codec", @@ -11373,7 +11421,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11382,7 +11430,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11393,7 +11441,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11411,7 +11459,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", "scale-info", @@ -11425,7 +11473,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "sp-api", "sp-core", @@ -11435,7 +11483,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "backtrace", "lazy_static", @@ -11445,7 +11493,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "rustc-hash", "serde", @@ -11455,7 +11503,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "either", "hash256-std-hasher", @@ -11477,7 +11525,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11495,7 +11543,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "Inflector", "proc-macro-crate", @@ -11507,7 +11555,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", "scale-info", @@ -11521,10 +11569,11 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", "scale-info", + "serde", "sp-core", "sp-runtime", "sp-std", @@ -11533,7 +11582,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "hash-db", "log", @@ -11550,15 +11599,33 @@ dependencies = [ "tracing", ] +[[package]] +name = "sp-statement-store" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" +dependencies = [ + "log", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-externalities", + "sp-runtime", + "sp-runtime-interface", + "sp-std", + "thiserror", +] + [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11571,7 +11638,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "futures-timer", @@ -11586,7 +11653,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", "sp-std", @@ -11598,7 +11665,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "sp-api", "sp-runtime", @@ -11607,7 +11674,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "log", @@ -11623,7 +11690,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11646,7 +11713,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11663,7 +11730,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11674,7 +11741,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11688,7 +11755,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "parity-scale-codec", "scale-info", @@ -11706,6 +11773,17 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" +[[package]] +name = "spinners" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08615eea740067d9899969bc2891c68a19c315cb1f66640af9a9ecb91b13bcab" +dependencies = [ + "lazy_static", + "maplit", + "strum", +] + [[package]] name = "spki" version = "0.6.0" @@ -11918,7 +11996,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "platforms 2.0.0", ] @@ -11926,7 +12004,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11945,7 +12023,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "hyper", "log", @@ -11957,7 +12035,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "jsonrpsee", @@ -11970,7 +12048,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "jsonrpsee", "log", @@ -11989,7 +12067,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "array-bytes", "async-trait", @@ -12015,7 +12093,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12025,7 +12103,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12036,7 +12114,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "ansi_term", "build-helper", @@ -12870,7 +12948,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#db6ebf564bcdfdfaf5fd026bb321de6f7d7e6fc0" +source = "git+https://github.com/paritytech/substrate?branch=master#529e24ab7762f6d225aa383902cd6886cff20989" dependencies = [ "async-trait", "clap 4.2.5", @@ -13279,9 +13357,9 @@ dependencies = [ [[package]] name = "wasm-opt" -version = "0.111.0" +version = "0.112.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84a303793cbc01fb96551badfc7367db6007396bba6bac97936b3c8b6f7fdb41" +checksum = "87fef6d0d508f08334e0ab0e6877feb4c0ecb3956bcf2cb950699b22fedf3e9c" dependencies = [ "anyhow", "libc", @@ -13295,9 +13373,9 @@ dependencies = [ [[package]] name = "wasm-opt-cxx-sys" -version = "0.111.0" +version = "0.112.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c9deb56f8a9f2ec177b3bd642a8205621835944ed5da55f2388ef216aca5a4" +checksum = "bc816bbc1596c8f2e8127e137a760c798023ef3d378f2ae51f0f1840e2dfa445" dependencies = [ "anyhow", "cxx", @@ -13307,15 +13385,14 @@ dependencies = [ [[package]] name = "wasm-opt-sys" -version = "0.111.0" +version = "0.112.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4432e28b542738a9776cedf92e8a99d8991c7b4667ee2c7ccddfb479dd2856a7" +checksum = "40199e4f68ef1071b3c6d0bd8026a12b481865d4b9e49c156932ea9a6234dd14" dependencies = [ "anyhow", "cc", "cxx", "cxx-build", - "regex", ] [[package]] @@ -14461,6 +14538,12 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "yansi" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" + [[package]] name = "yasna" version = "0.5.1" From 4a3a13d94fe43067b0a579f70fc0b5fa62bbdbd2 Mon Sep 17 00:00:00 2001 From: Doordashcon Date: Tue, 9 May 2023 22:17:42 +0000 Subject: [PATCH 6/9] undo --- runtime/rococo/src/lib.rs | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index 55336992f7e1..c53bf7637a62 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -191,7 +191,7 @@ pub struct OriginPrivilegeCmp; impl PrivilegeCmp for OriginPrivilegeCmp { fn cmp_privilege(left: &OriginCaller, right: &OriginCaller) -> Option { if left == right { - return Some(Ordering::Equal); + return Some(Ordering::Equal) } match (left, right) { @@ -946,33 +946,32 @@ impl InstanceFilter for ProxyType { RuntimeCall::Slots(..) | RuntimeCall::Auctions(..) // Specifically omitting the entire XCM Pallet ), - ProxyType::Governance => matches!( + ProxyType::Governance => + matches!( c, - RuntimeCall::Democracy(..) - | RuntimeCall::Council(..) - | RuntimeCall::TechnicalCommittee(..) - | RuntimeCall::PhragmenElection(..) - | RuntimeCall::Treasury(..) - | RuntimeCall::Bounties(..) - | RuntimeCall::Tips(..) - | RuntimeCall::Utility(..) - | RuntimeCall::ChildBounties(..) + RuntimeCall::Democracy(..) | + RuntimeCall::Council(..) | RuntimeCall::TechnicalCommittee(..) | + RuntimeCall::PhragmenElection(..) | + RuntimeCall::Treasury(..) | + RuntimeCall::Bounties(..) | + RuntimeCall::Tips(..) | RuntimeCall::Utility(..) | + RuntimeCall::ChildBounties(..) ), ProxyType::IdentityJudgement => matches!( c, - RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) - | RuntimeCall::Utility(..) + RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) | + RuntimeCall::Utility(..) ), ProxyType::CancelProxy => { matches!(c, RuntimeCall::Proxy(pallet_proxy::Call::reject_announcement { .. })) }, ProxyType::Auction => matches!( c, - RuntimeCall::Auctions { .. } - | RuntimeCall::Crowdloan { .. } - | RuntimeCall::Registrar { .. } - | RuntimeCall::Multisig(..) - | RuntimeCall::Slots { .. } + RuntimeCall::Auctions { .. } | + RuntimeCall::Crowdloan { .. } | + RuntimeCall::Registrar { .. } | + RuntimeCall::Multisig(..) | + RuntimeCall::Slots { .. } ), ProxyType::Society => matches!(c, RuntimeCall::Society(..)), } @@ -2163,7 +2162,7 @@ mod remote_tests { #[tokio::test] async fn run_migrations() { if var("RUN_MIGRATION_TESTS").is_err() { - return; + return } sp_tracing::try_init_simple(); From 262f358a460c0a1c4eff2e8d41110acb27160f72 Mon Sep 17 00:00:00 2001 From: Doordashcon Date: Tue, 9 May 2023 22:19:52 +0000 Subject: [PATCH 7/9] cargo fmt --- runtime/rococo/src/lib.rs | 32 ++++++++++++++++---------------- runtime/westend/src/lib.rs | 21 ++++++++++----------- 2 files changed, 26 insertions(+), 27 deletions(-) diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index c53bf7637a62..673d23c366c7 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -947,30 +947,30 @@ impl InstanceFilter for ProxyType { RuntimeCall::Auctions(..) // Specifically omitting the entire XCM Pallet ), ProxyType::Governance => - matches!( - c, - RuntimeCall::Democracy(..) | - RuntimeCall::Council(..) | RuntimeCall::TechnicalCommittee(..) | - RuntimeCall::PhragmenElection(..) | - RuntimeCall::Treasury(..) | - RuntimeCall::Bounties(..) | - RuntimeCall::Tips(..) | RuntimeCall::Utility(..) | - RuntimeCall::ChildBounties(..) - ), + matches!( + c, + RuntimeCall::Democracy(..) | + RuntimeCall::Council(..) | RuntimeCall::TechnicalCommittee(..) | + RuntimeCall::PhragmenElection(..) | + RuntimeCall::Treasury(..) | + RuntimeCall::Bounties(..) | + RuntimeCall::Tips(..) | RuntimeCall::Utility(..) | + RuntimeCall::ChildBounties(..) + ), ProxyType::IdentityJudgement => matches!( c, - RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) | - RuntimeCall::Utility(..) + RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) | + RuntimeCall::Utility(..) ), ProxyType::CancelProxy => { matches!(c, RuntimeCall::Proxy(pallet_proxy::Call::reject_announcement { .. })) }, ProxyType::Auction => matches!( c, - RuntimeCall::Auctions { .. } | - RuntimeCall::Crowdloan { .. } | - RuntimeCall::Registrar { .. } | - RuntimeCall::Multisig(..) | + RuntimeCall::Auctions { .. } | + RuntimeCall::Crowdloan { .. } | + RuntimeCall::Registrar { .. } | + RuntimeCall::Multisig(..) | RuntimeCall::Slots { .. } ), ProxyType::Society => matches!(c, RuntimeCall::Society(..)), diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 2a88ea57afc6..bec9aef5f1cd 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -821,10 +821,9 @@ impl InstanceFilter for ProxyType { ProxyType::Staking => { matches!( c, - RuntimeCall::Staking(..) - | RuntimeCall::Session(..) - | RuntimeCall::Utility(..) - | RuntimeCall::FastUnstake(..) + RuntimeCall::Staking(..) | + RuntimeCall::Session(..) | RuntimeCall::Utility(..) | + RuntimeCall::FastUnstake(..) ) }, ProxyType::NominationPools => { @@ -839,18 +838,18 @@ impl InstanceFilter for ProxyType { }, ProxyType::IdentityJudgement => matches!( c, - RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) - | RuntimeCall::Utility(..) + RuntimeCall::Identity(pallet_identity::Call::provide_judgement { .. }) | + RuntimeCall::Utility(..) ), ProxyType::CancelProxy => { matches!(c, RuntimeCall::Proxy(pallet_proxy::Call::reject_announcement { .. })) }, ProxyType::Auction => matches!( c, - RuntimeCall::Auctions(..) - | RuntimeCall::Crowdloan(..) - | RuntimeCall::Registrar(..) - | RuntimeCall::Slots(..) + RuntimeCall::Auctions(..) | + RuntimeCall::Crowdloan(..) | + RuntimeCall::Registrar(..) | + RuntimeCall::Slots(..) ), } } @@ -1902,7 +1901,7 @@ mod remote_tests { #[tokio::test] async fn run_migrations() { if var("RUN_MIGRATION_TESTS").is_err() { - return; + return } sp_tracing::try_init_simple(); From 280d343402baccf63a02a9c3e17ae5365380b549 Mon Sep 17 00:00:00 2001 From: Doordashcon Date: Wed, 10 May 2023 11:29:51 +0000 Subject: [PATCH 8/9] update sudo weights --- runtime/rococo/src/weights/pallet_sudo.rs | 22 ++++++++++++++++++++++ runtime/westend/src/weights/pallet_sudo.rs | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/runtime/rococo/src/weights/pallet_sudo.rs b/runtime/rococo/src/weights/pallet_sudo.rs index 7ccac307e5af..180c0ec9c119 100644 --- a/runtime/rococo/src/weights/pallet_sudo.rs +++ b/runtime/rococo/src/weights/pallet_sudo.rs @@ -61,4 +61,26 @@ impl pallet_sudo::WeightInfo for WeightInfo { .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/runtime/westend/src/weights/pallet_sudo.rs b/runtime/westend/src/weights/pallet_sudo.rs index 7ccac307e5af..180c0ec9c119 100644 --- a/runtime/westend/src/weights/pallet_sudo.rs +++ b/runtime/westend/src/weights/pallet_sudo.rs @@ -61,4 +61,26 @@ impl pallet_sudo::WeightInfo for WeightInfo { .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)) + } } From bbddf17d3acef8ba6531be552fad9dfdcfb6ec00 Mon Sep 17 00:00:00 2001 From: parity-processbot <> Date: Thu, 11 May 2023 13:28:59 +0000 Subject: [PATCH 9/9] update lockfile for {"substrate"} --- Cargo.lock | 369 +++++++++++++++++++++++++++-------------------------- 1 file changed, 185 insertions(+), 184 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c83c8aedf8a1..d62a43cf1670 100644 --- a/Cargo.lock +++ b/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",