From 2df9b9a049b23520a9bbf8fa1894cd629b8d419c Mon Sep 17 00:00:00 2001 From: Davide Galassi Date: Thu, 27 Jul 2023 13:07:24 +0200 Subject: [PATCH] Companion for substrate 14647 (#2941) * Companion for substrate 14647 * Futher cleanup * Apply review suggestion Co-authored-by: Sebastian Kunert * Apply suggestions from code review Co-authored-by: Sebastian Kunert * update lockfile for {"polkadot", "substrate"} --------- Co-authored-by: Sebastian Kunert Co-authored-by: parity-processbot <> --- Cargo.lock | 392 +++++++++--------- client/consensus/aura/src/collator.rs | 20 +- client/consensus/aura/src/collators/basic.rs | 10 +- .../consensus/aura/src/collators/lookahead.rs | 14 +- .../aura/src/equivocation_import_queue.rs | 16 +- client/consensus/aura/src/import_queue.rs | 6 +- client/consensus/aura/src/lib.rs | 10 +- 7 files changed, 234 insertions(+), 234 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd856d2cff3..e52a458f7cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -782,7 +782,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "hash-db", "log", @@ -3911,7 +3911,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", ] @@ -3934,7 +3934,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "frame-support-procedural", @@ -3959,7 +3959,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "Inflector", "array-bytes", @@ -4007,7 +4007,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4018,7 +4018,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4035,7 +4035,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "frame-system", @@ -4064,7 +4064,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-recursion", "futures", @@ -4085,7 +4085,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "aquamarine", "bitflags 1.3.2", @@ -4122,7 +4122,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "Inflector", "cfg-expr", @@ -4140,7 +4140,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -4152,7 +4152,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "proc-macro2", "quote", @@ -4162,7 +4162,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "cfg-if", "frame-support", @@ -4181,7 +4181,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -4196,7 +4196,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", "sp-api", @@ -4205,7 +4205,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "parity-scale-codec", @@ -6306,7 +6306,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "futures", "log", @@ -6325,7 +6325,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "anyhow", "jsonrpsee", @@ -6829,7 +6829,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "array-bytes", "frame-benchmarking", @@ -6850,7 +6850,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -6868,7 +6868,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "frame-system", @@ -6883,7 +6883,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -6901,7 +6901,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -6916,7 +6916,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "frame-system", @@ -6932,7 +6932,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "frame-system", @@ -6948,7 +6948,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "frame-system", @@ -6962,7 +6962,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -6986,7 +6986,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7006,7 +7006,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7021,7 +7021,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "frame-system", @@ -7040,7 +7040,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -7064,7 +7064,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7170,7 +7170,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7214,7 +7214,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7231,7 +7231,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "bitflags 1.3.2", "environmental", @@ -7260,7 +7260,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7273,7 +7273,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "proc-macro2", "quote", @@ -7283,7 +7283,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7300,7 +7300,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7318,7 +7318,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7336,7 +7336,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7359,7 +7359,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7372,7 +7372,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7391,7 +7391,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "docify", "frame-benchmarking", @@ -7410,7 +7410,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "blake2", "frame-benchmarking", @@ -7428,7 +7428,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7451,7 +7451,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7467,7 +7467,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7487,7 +7487,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7504,7 +7504,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "frame-system", @@ -7518,7 +7518,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7535,7 +7535,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7554,7 +7554,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7571,7 +7571,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7587,7 +7587,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7604,7 +7604,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7622,7 +7622,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "pallet-nfts", @@ -7633,7 +7633,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7649,7 +7649,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "frame-system", @@ -7666,7 +7666,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7686,7 +7686,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7697,7 +7697,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "frame-system", @@ -7714,7 +7714,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7753,7 +7753,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7770,7 +7770,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7785,7 +7785,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7803,7 +7803,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7818,7 +7818,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7837,7 +7837,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7855,7 +7855,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7872,7 +7872,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "frame-system", @@ -7893,7 +7893,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7909,7 +7909,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7928,7 +7928,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7951,7 +7951,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7962,7 +7962,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "log", "sp-arithmetic", @@ -7971,7 +7971,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", "sp-api", @@ -7980,7 +7980,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -7997,7 +7997,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -8012,7 +8012,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -8030,7 +8030,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -8049,7 +8049,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-support", "frame-system", @@ -8065,7 +8065,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -8081,7 +8081,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8093,7 +8093,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -8110,7 +8110,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -8125,7 +8125,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -8141,7 +8141,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -8156,7 +8156,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -11216,7 +11216,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "log", "sp-core", @@ -11227,7 +11227,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "futures", @@ -11255,7 +11255,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "futures", "futures-timer", @@ -11278,7 +11278,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -11293,7 +11293,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -11312,7 +11312,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11323,7 +11323,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "array-bytes", "chrono", @@ -11362,7 +11362,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "fnv", "futures", @@ -11388,7 +11388,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "hash-db", "kvdb", @@ -11414,7 +11414,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "futures", @@ -11439,7 +11439,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "futures", @@ -11468,7 +11468,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "fork-tree", @@ -11504,7 +11504,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "futures", "jsonrpsee", @@ -11526,7 +11526,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "array-bytes", "async-channel", @@ -11560,7 +11560,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "futures", "jsonrpsee", @@ -11579,7 +11579,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11592,7 +11592,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -11633,7 +11633,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "finality-grandpa", "futures", @@ -11653,7 +11653,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "futures", @@ -11676,7 +11676,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -11698,7 +11698,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11710,7 +11710,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "anyhow", "cfg-if", @@ -11727,7 +11727,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "ansi_term", "futures", @@ -11743,7 +11743,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -11757,7 +11757,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "array-bytes", "async-channel", @@ -11800,7 +11800,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-channel", "cid", @@ -11820,7 +11820,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -11837,7 +11837,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "ahash 0.8.2", "futures", @@ -11856,7 +11856,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "array-bytes", "async-channel", @@ -11877,7 +11877,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "array-bytes", "async-channel", @@ -11911,7 +11911,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "array-bytes", "futures", @@ -11929,7 +11929,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "array-bytes", "bytes", @@ -11963,7 +11963,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11972,7 +11972,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "futures", "jsonrpsee", @@ -12003,7 +12003,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12022,7 +12022,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "http", "jsonrpsee", @@ -12037,7 +12037,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "array-bytes", "futures", @@ -12063,7 +12063,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "directories", @@ -12127,7 +12127,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "log", "parity-scale-codec", @@ -12138,7 +12138,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "clap", "fs4", @@ -12152,7 +12152,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12171,7 +12171,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "futures", "libc", @@ -12190,7 +12190,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "chrono", "futures", @@ -12209,7 +12209,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "ansi_term", "atty", @@ -12238,7 +12238,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12249,7 +12249,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "futures", @@ -12275,7 +12275,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "futures", @@ -12291,7 +12291,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-channel", "futures", @@ -12835,7 +12835,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "hash-db", "log", @@ -12856,7 +12856,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "Inflector", "blake2", @@ -12870,7 +12870,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", "scale-info", @@ -12883,7 +12883,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "integer-sqrt", "num-traits", @@ -12897,7 +12897,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", "scale-info", @@ -12910,7 +12910,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "sp-api", "sp-inherents", @@ -12921,7 +12921,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "futures", "log", @@ -12939,7 +12939,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "futures", @@ -12954,7 +12954,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "parity-scale-codec", @@ -12971,7 +12971,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "parity-scale-codec", @@ -12990,7 +12990,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "lazy_static", "parity-scale-codec", @@ -13009,7 +13009,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "finality-grandpa", "log", @@ -13027,7 +13027,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", "scale-info", @@ -13039,7 +13039,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -13084,7 +13084,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "blake2b_simd", "byteorder", @@ -13097,7 +13097,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "quote", "sp-core-hashing", @@ -13107,7 +13107,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -13116,7 +13116,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "proc-macro2", "quote", @@ -13126,7 +13126,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "environmental", "parity-scale-codec", @@ -13137,7 +13137,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "serde_json", "sp-api", @@ -13148,7 +13148,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13162,7 +13162,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "bytes", "ed25519", @@ -13187,7 +13187,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "lazy_static", "sp-core", @@ -13198,7 +13198,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13210,7 +13210,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -13219,7 +13219,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -13230,7 +13230,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -13248,7 +13248,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", "scale-info", @@ -13262,7 +13262,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "sp-api", "sp-core", @@ -13272,7 +13272,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "backtrace", "lazy_static", @@ -13282,7 +13282,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "rustc-hash", "serde", @@ -13292,7 +13292,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "either", "hash256-std-hasher", @@ -13314,7 +13314,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13332,7 +13332,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "Inflector", "proc-macro-crate", @@ -13344,7 +13344,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", "scale-info", @@ -13359,7 +13359,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -13373,7 +13373,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "hash-db", "log", @@ -13394,7 +13394,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "aes-gcm 0.10.2", "curve25519-dalek 3.2.0", @@ -13418,12 +13418,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13436,7 +13436,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "parity-scale-codec", @@ -13449,7 +13449,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", "sp-std", @@ -13461,7 +13461,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "sp-api", "sp-runtime", @@ -13470,7 +13470,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "parity-scale-codec", @@ -13485,7 +13485,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "ahash 0.8.2", "hash-db", @@ -13508,7 +13508,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13525,7 +13525,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13536,7 +13536,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13549,7 +13549,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "parity-scale-codec", "scale-info", @@ -13731,12 +13731,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13755,7 +13755,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "hyper", "log", @@ -13767,7 +13767,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "jsonrpsee", @@ -13780,7 +13780,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13797,7 +13797,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "array-bytes", "async-trait", @@ -13823,7 +13823,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "futures", "substrate-test-utils-derive", @@ -13833,7 +13833,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -13844,7 +13844,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "ansi_term", "build-helper", @@ -14480,7 +14480,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#9780579c234f8de633294679bce4821f3783db6e" +source = "git+https://github.com/paritytech/substrate?branch=master#14e0a0b628f9154c5a2c870062c3aac7df8983ed" dependencies = [ "async-trait", "clap", diff --git a/client/consensus/aura/src/collator.rs b/client/consensus/aura/src/collator.rs index d4fdbf42879..da60d491bc7 100644 --- a/client/consensus/aura/src/collator.rs +++ b/client/consensus/aura/src/collator.rs @@ -24,7 +24,7 @@ //! This module also exposes some standalone functions for common operations when building //! aura-based collators. -use codec::{Decode, Encode}; +use codec::{Codec, Encode}; use cumulus_client_collator::service::ServiceInterface as CollatorServiceInterface; use cumulus_client_consensus_common::{ self as consensus_common, ParachainBlockImportMarker, ParachainCandidate, @@ -55,7 +55,7 @@ use sp_runtime::{ }; use sp_state_machine::StorageChanges; use sp_timestamp::Timestamp; -use std::{convert::TryFrom, error::Error, hash::Hash, sync::Arc, time::Duration}; +use std::{convert::TryFrom, error::Error, sync::Arc, time::Duration}; /// Parameters for instantiating a [`Collator`]. pub struct Params { @@ -98,9 +98,9 @@ where Proposer: ProposerInterface, Proposer::Transaction: Sync, CS: CollatorServiceInterface, - P: Pair + Send + Sync, - P::Public: AppPublic + Hash + Member + Encode + Decode, - P::Signature: TryFrom> + Hash + Member + Encode + Decode, + P: Pair, + P::Public: AppPublic + Member, + P::Signature: TryFrom> + Member + Codec, { /// Instantiate a new instance of the `Aura` manager. pub fn new(params: Params) -> Self { @@ -257,8 +257,8 @@ impl SlotClaim { pub fn unchecked

(author_pub: Pub, slot: Slot, timestamp: Timestamp) -> Self where P: Pair, - P::Public: Encode + Decode, - P::Signature: Encode + Decode, + P::Public: Codec, + P::Signature: Codec, { SlotClaim { author_pub, timestamp, pre_digest: aura_internal::pre_digest::

(slot) } } @@ -294,8 +294,8 @@ where C: ProvideRuntimeApi + Send + Sync + 'static, C::Api: AuraApi, P: Pair, - P::Public: Encode + Decode, - P::Signature: Encode + Decode, + P::Public: Codec, + P::Signature: Codec, { // load authorities let authorities = client.runtime_api().authorities(parent_hash).map_err(Box::new)?; @@ -330,7 +330,7 @@ pub fn seal( ) -> Result, Box> where P: Pair, - P::Signature: Encode + Decode + TryFrom>, + P::Signature: Codec + TryFrom>, P::Public: AppPublic, { let (pre_header, body) = pre_sealed.deconstruct(); diff --git a/client/consensus/aura/src/collators/basic.rs b/client/consensus/aura/src/collators/basic.rs index e0ba76ac075..0e8461cc500 100644 --- a/client/consensus/aura/src/collators/basic.rs +++ b/client/consensus/aura/src/collators/basic.rs @@ -22,7 +22,7 @@ //! //! For more information about AuRa, the Substrate crate should be checked. -use codec::{Decode, Encode}; +use codec::{Codec, Decode}; use cumulus_client_collator::service::ServiceInterface as CollatorServiceInterface; use cumulus_client_consensus_common::ParachainBlockImportMarker; use cumulus_client_consensus_proposer::ProposerInterface; @@ -45,7 +45,7 @@ use sp_core::crypto::Pair; use sp_inherents::CreateInherentDataProviders; use sp_keystore::KeystorePtr; use sp_runtime::traits::{Block as BlockT, Header as HeaderT, Member}; -use std::{convert::TryFrom, hash::Hash, sync::Arc, time::Duration}; +use std::{convert::TryFrom, sync::Arc, time::Duration}; use crate::collator as collator_util; @@ -87,9 +87,9 @@ pub async fn run( Proposer: ProposerInterface, Proposer::Transaction: Sync, CS: CollatorServiceInterface, - P: Pair + Send + Sync, - P::Public: AppPublic + Hash + Member + Encode + Decode, - P::Signature: TryFrom> + Hash + Member + Encode + Decode, + P: Pair, + P::Public: AppPublic + Member, + P::Signature: TryFrom> + Member + Codec, { let mut collation_requests = cumulus_client_collator::relay_chain_driven::init( params.key, diff --git a/client/consensus/aura/src/collators/lookahead.rs b/client/consensus/aura/src/collators/lookahead.rs index 50fdb8b34ba..67c3ab4cc55 100644 --- a/client/consensus/aura/src/collators/lookahead.rs +++ b/client/consensus/aura/src/collators/lookahead.rs @@ -31,7 +31,7 @@ //! The main limitation is block propagation time - i.e. the new blocks created by an author //! must be propagated to the next author before their turn. -use codec::{Decode, Encode}; +use codec::{Codec, Encode}; use cumulus_client_collator::service::ServiceInterface as CollatorServiceInterface; use cumulus_client_consensus_common::{ self as consensus_common, ParachainBlockImportMarker, ParentSearchParams, @@ -60,7 +60,7 @@ use sp_inherents::CreateInherentDataProviders; use sp_keystore::KeystorePtr; use sp_runtime::traits::{Block as BlockT, Header as HeaderT, Member}; use sp_timestamp::Timestamp; -use std::{convert::TryFrom, hash::Hash, sync::Arc, time::Duration}; +use std::{convert::TryFrom, sync::Arc, time::Duration}; use crate::collator::{self as collator_util, SlotClaim}; @@ -106,9 +106,9 @@ pub async fn run Proposer: ProposerInterface, Proposer::Transaction: Sync, CS: CollatorServiceInterface, - P: Pair + Send + Sync, - P::Public: AppPublic + Hash + Member + Encode + Decode, - P::Signature: TryFrom> + Hash + Member + Encode + Decode, + P: Pair, + P::Public: AppPublic + Member, + P::Signature: TryFrom> + Member + Codec, { // This is an arbitrary value which is likely guaranteed to exceed any reasonable // limit, as it would correspond to 10 non-included blocks. @@ -314,8 +314,8 @@ where Client: ProvideRuntimeApi, Client::Api: AuraApi + AuraUnincludedSegmentApi, P: Pair, - P::Public: Encode + Decode, - P::Signature: Encode + Decode, + P::Public: Codec, + P::Signature: Codec, { let runtime_api = client.runtime_api(); let authorities = runtime_api.authorities(parent_hash).ok()?; diff --git a/client/consensus/aura/src/equivocation_import_queue.rs b/client/consensus/aura/src/equivocation_import_queue.rs index b39fa73117f..4d137db5c5e 100644 --- a/client/consensus/aura/src/equivocation_import_queue.rs +++ b/client/consensus/aura/src/equivocation_import_queue.rs @@ -19,7 +19,7 @@ /// Equivocation resistance in general is a hard problem, as different nodes in the network /// may see equivocations in a different order, and therefore may not agree on which blocks /// should be thrown out and which ones should be kept. -use codec::{Decode, Encode}; +use codec::Codec; use cumulus_client_consensus_common::ParachainBlockImportMarker; use lru::LruCache; @@ -72,15 +72,15 @@ struct Verifier { slot_duration: SlotDuration, defender: NaiveEquivocationDefender, telemetry: Option, - _marker: std::marker::PhantomData<(Block, P)>, + _phantom: std::marker::PhantomData (Block, P)>, } #[async_trait::async_trait] impl VerifierT for Verifier where P: Pair, - P::Signature: Encode + Decode, - P::Public: Encode + Decode + PartialEq + Clone + Debug, + P::Signature: Codec, + P::Public: Codec + Debug, Block: BlockT, Client: ProvideRuntimeApi + Send + Sync, >::Api: BlockBuilderApi + AuraApi, @@ -223,9 +223,9 @@ pub fn fully_verifying_import_queue( telemetry: Option, ) -> BasicQueue where - P: Pair, - P::Signature: Encode + Decode, - P::Public: Encode + Decode + PartialEq + Clone + Debug, + P: Pair + 'static, + P::Signature: Codec, + P::Public: Codec + Debug, I: BlockImport + ParachainBlockImportMarker + Send @@ -242,7 +242,7 @@ where defender: NaiveEquivocationDefender::default(), slot_duration, telemetry, - _marker: std::marker::PhantomData, + _phantom: std::marker::PhantomData, }; BasicQueue::new(verifier, Box::new(block_import), None, spawner, registry) diff --git a/client/consensus/aura/src/import_queue.rs b/client/consensus/aura/src/import_queue.rs index 725e841881c..b4497284337 100644 --- a/client/consensus/aura/src/import_queue.rs +++ b/client/consensus/aura/src/import_queue.rs @@ -31,7 +31,7 @@ use sp_consensus_aura::AuraApi; use sp_core::crypto::Pair; use sp_inherents::CreateInherentDataProviders; use sp_runtime::traits::Block as BlockT; -use std::{fmt::Debug, hash::Hash, sync::Arc}; +use std::{fmt::Debug, sync::Arc}; use substrate_prometheus_endpoint::Registry; /// Parameters for [`import_queue`]. @@ -77,8 +77,8 @@ where + Send + Sync + 'static, - P: Pair + Send + Sync + 'static, - P::Public: Clone + Eq + Send + Sync + Hash + Debug + Codec, + P: Pair + 'static, + P::Public: Debug + Codec, P::Signature: Codec, S: sp_core::traits::SpawnEssentialNamed, CIDP: CreateInherentDataProviders + Sync + Send + 'static, diff --git a/client/consensus/aura/src/lib.rs b/client/consensus/aura/src/lib.rs index 51d54bf5714..1e29c656e97 100644 --- a/client/consensus/aura/src/lib.rs +++ b/client/consensus/aura/src/lib.rs @@ -22,7 +22,7 @@ //! //! For more information about AuRa, the Substrate crate should be checked. -use codec::{Decode, Encode}; +use codec::Codec; use cumulus_client_consensus_common::{ ParachainBlockImportMarker, ParachainCandidate, ParachainConsensus, }; @@ -42,7 +42,7 @@ use sp_core::crypto::Pair; use sp_inherents::CreateInherentDataProviders; use sp_keystore::KeystorePtr; use sp_runtime::traits::{Block as BlockT, Header as HeaderT, Member, NumberFor}; -use std::{convert::TryFrom, hash::Hash, marker::PhantomData, sync::Arc}; +use std::{convert::TryFrom, marker::PhantomData, sync::Arc}; mod import_queue; @@ -134,9 +134,9 @@ where Proof = ::Proof, >, Error: std::error::Error + Send + From + 'static, - P: Pair + Send + Sync, - P::Public: AppPublic + Hash + Member + Encode + Decode, - P::Signature: TryFrom> + Hash + Member + Encode + Decode, + P: Pair + 'static, + P::Public: AppPublic + Member + Codec, + P::Signature: TryFrom> + Member + Codec, { let worker = sc_consensus_aura::build_aura_worker::( BuildAuraWorkerParams {