From b56c0fd0350f68a554d3642d2dcf68bd140998dc Mon Sep 17 00:00:00 2001 From: BradleyOlson64 Date: Tue, 21 Feb 2023 16:15:56 -0800 Subject: [PATCH 01/10] Initial pass --- node/core/backing/src/lib.rs | 2 +- node/core/provisioner/src/lib.rs | 10 +++++++++- roadmap/implementers-guide/src/protocol-disputes.md | 1 - 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/node/core/backing/src/lib.rs b/node/core/backing/src/lib.rs index dda0c9bdf5a8..d3b26458084a 100644 --- a/node/core/backing/src/lib.rs +++ b/node/core/backing/src/lib.rs @@ -774,7 +774,7 @@ async fn validate_and_make_available( Err(candidate) }, ValidationResult::Invalid(reason) => { - gum::debug!( + gum::warn!( target: LOG_TARGET, candidate_hash = ?candidate.hash(), reason = ?reason, diff --git a/node/core/provisioner/src/lib.rs b/node/core/provisioner/src/lib.rs index a8f19854073e..1a0c4b1b937d 100644 --- a/node/core/provisioner/src/lib.rs +++ b/node/core/provisioner/src/lib.rs @@ -324,7 +324,15 @@ fn note_provisionable_data( .with_para_id(backed_candidate.descriptor().para_id); per_relay_parent.backed_candidates.push(backed_candidate) }, - _ => {}, + // At this time we are not interested in deterring these forms of misbehavior + // or issuing a dispute at the backing stage. A dispute for a candidate triggered + // at any point before the candidate has been made available, including the + // backing stage, can't be guaranteed to conclude. Also candidates which haven't + // been made available don't pose a security risk as they can not be included, + // approved, or finalized. Thus we wait to punish misbehavior until a candidate + // reaches the approval checking stage. + ProvisionableData::MisbehaviorReport(_, _, _) => {}, + ProvisionableData::Dispute(_, _) => {}, } } diff --git a/roadmap/implementers-guide/src/protocol-disputes.md b/roadmap/implementers-guide/src/protocol-disputes.md index 965d606340a8..ffdf2dc79bd6 100644 --- a/roadmap/implementers-guide/src/protocol-disputes.md +++ b/roadmap/implementers-guide/src/protocol-disputes.md @@ -16,7 +16,6 @@ Every dispute stems from a disagreement among two or more validators. If a bad a From most to least important, here are the attack scenarios we are interested in identifying and deterring: * A parablock included on a branch of the relay chain is bad * A parablock backed on a branch of the relay chain is bad - * A parablock seconded, but not backed on any branch of the relay chain, is bad. As covered in the [protocol overview](./protocol-overview.md), checking a parachain block requires 3 pieces of data: the parachain validation code, the [`AvailableData`](types/availability.md), and the [`CandidateReceipt`](types/candidate.md). The validation code is available on-chain, and published ahead of time, so that no two branches of the relay chain have diverging views of the validation code for a given parachain. Note that only for the first scenario, where the parablock has been included on a branch of the relay chain, is the data necessarily available. Thus, dispute processes should begin with an availability process to ensure availability of the `AvailableData`. This availability process will conclude quickly if the data is already available. If the data is not already available, then the initiator of the dispute must make it available. From 745770cf612d42ee71cb3e618b0db3819f1cfb5a Mon Sep 17 00:00:00 2001 From: BradleyOlson64 Date: Tue, 21 Feb 2023 16:31:38 -0800 Subject: [PATCH 02/10] fmt --- node/core/provisioner/src/lib.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/node/core/provisioner/src/lib.rs b/node/core/provisioner/src/lib.rs index 1a0c4b1b937d..34cd14d5680c 100644 --- a/node/core/provisioner/src/lib.rs +++ b/node/core/provisioner/src/lib.rs @@ -324,12 +324,12 @@ fn note_provisionable_data( .with_para_id(backed_candidate.descriptor().para_id); per_relay_parent.backed_candidates.push(backed_candidate) }, - // At this time we are not interested in deterring these forms of misbehavior - // or issuing a dispute at the backing stage. A dispute for a candidate triggered - // at any point before the candidate has been made available, including the - // backing stage, can't be guaranteed to conclude. Also candidates which haven't - // been made available don't pose a security risk as they can not be included, - // approved, or finalized. Thus we wait to punish misbehavior until a candidate + // At this time we are not interested in deterring these forms of misbehavior + // or issuing a dispute at the backing stage. A dispute for a candidate triggered + // at any point before the candidate has been made available, including the + // backing stage, can't be guaranteed to conclude. Also candidates which haven't + // been made available don't pose a security risk as they can not be included, + // approved, or finalized. Thus we wait to punish misbehavior until a candidate // reaches the approval checking stage. ProvisionableData::MisbehaviorReport(_, _, _) => {}, ProvisionableData::Dispute(_, _) => {}, From 3131a5245c6349743789270e6d1ad7842dc4c9df Mon Sep 17 00:00:00 2001 From: BradleyOlson64 Date: Tue, 21 Feb 2023 16:33:13 -0800 Subject: [PATCH 03/10] Lock changes --- Cargo.lock | 411 +++++++++++++++++++++++++++-------------------------- 1 file changed, 210 insertions(+), 201 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c8d6fc499d4..3d56955dadb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,9 +139,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107" +checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" dependencies = [ "cfg-if", "getrandom 0.2.8", @@ -443,6 +443,15 @@ version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea2b2456fd614d856680dcd9fcc660a51a820fa09daef2e49772b56a193c8474" +[[package]] +name = "basic-toml" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e819b667739967cd44d308b8c7b71305d8bb0729ac44a248aa08f33d01950b4" +dependencies = [ + "serde", +] + [[package]] name = "beef" version = "0.5.1" @@ -455,7 +464,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "async-trait", @@ -489,7 +498,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "beefy-gadget", "futures", @@ -508,7 +517,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "hash-db", "log", @@ -2301,7 +2310,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", ] @@ -2324,7 +2333,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-support-procedural", @@ -2349,7 +2358,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "Inflector", "array-bytes", @@ -2396,7 +2405,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2407,7 +2416,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2424,7 +2433,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -2453,7 +2462,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "futures", "log", @@ -2469,7 +2478,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "bitflags", "frame-metadata", @@ -2501,7 +2510,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "Inflector", "cfg-expr", @@ -2516,7 +2525,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2528,7 +2537,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "proc-macro2", "quote", @@ -2538,7 +2547,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -2562,7 +2571,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -2573,7 +2582,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "log", @@ -2591,7 +2600,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -2606,7 +2615,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "sp-api", @@ -2615,7 +2624,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "parity-scale-codec", @@ -2786,7 +2795,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "chrono", "frame-election-provider-support", @@ -2887,9 +2896,9 @@ checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793" [[package]] name = "git2" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b" +checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" dependencies = [ "bitflags", "libc", @@ -2997,7 +3006,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.2", + "ahash 0.8.3", ] [[package]] @@ -3750,9 +3759,9 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "libgit2-sys" -version = "0.14.1+1.5.0" +version = "0.14.2+1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a07fb2692bc3593bda59de45a502bb3071659f2c515e28c71e728306b038e17" +checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4" dependencies = [ "cc", "libc", @@ -4553,7 +4562,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "futures", "log", @@ -4572,7 +4581,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "anyhow", "jsonrpsee", @@ -5134,7 +5143,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5149,7 +5158,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -5165,7 +5174,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -5179,7 +5188,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5203,7 +5212,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5223,7 +5232,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5242,7 +5251,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5257,7 +5266,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -5276,7 +5285,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5300,7 +5309,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5318,7 +5327,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5337,7 +5346,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5354,7 +5363,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5371,7 +5380,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5389,7 +5398,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5412,7 +5421,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5425,7 +5434,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5443,7 +5452,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5461,7 +5470,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5484,7 +5493,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5500,7 +5509,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5520,7 +5529,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5537,7 +5546,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5554,7 +5563,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5571,7 +5580,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5587,7 +5596,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5603,7 +5612,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -5620,7 +5629,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5640,7 +5649,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5651,7 +5660,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -5668,7 +5677,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5692,7 +5701,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5709,7 +5718,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5724,7 +5733,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5742,7 +5751,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5757,7 +5766,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5776,7 +5785,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5793,7 +5802,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -5814,7 +5823,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5830,7 +5839,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -5844,7 +5853,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5867,7 +5876,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5878,7 +5887,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "log", "sp-arithmetic", @@ -5887,7 +5896,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "sp-api", @@ -5896,7 +5905,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5913,7 +5922,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -5927,7 +5936,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5945,7 +5954,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5964,7 +5973,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -5980,7 +5989,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -5996,7 +6005,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6008,7 +6017,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -6025,7 +6034,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -6040,7 +6049,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -6056,7 +6065,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -6071,7 +6080,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -6153,9 +6162,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3840933452adf7b3b9145e27086a5a3376c619dca1a21b1e5a5af0d54979bed" +checksum = "637935964ff85a605d114591d4d2c13c5d1ba2806dae97cea6bf180238a749ac" dependencies = [ "arrayvec 0.7.2", "bitvec", @@ -8975,7 +8984,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "log", "sp-core", @@ -8986,7 +8995,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "futures", @@ -9013,7 +9022,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "futures", "futures-timer", @@ -9036,7 +9045,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9052,7 +9061,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9067,7 +9076,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9078,7 +9087,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "chrono", @@ -9118,7 +9127,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "fnv", "futures", @@ -9144,7 +9153,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "hash-db", "kvdb", @@ -9170,7 +9179,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "futures", @@ -9195,7 +9204,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "fork-tree", @@ -9234,7 +9243,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "futures", "jsonrpsee", @@ -9256,7 +9265,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9269,7 +9278,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "futures", @@ -9292,7 +9301,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9316,7 +9325,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9329,7 +9338,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "log", "sc-allocator", @@ -9342,7 +9351,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "anyhow", "cfg-if", @@ -9360,9 +9369,9 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ - "ahash 0.8.2", + "ahash 0.8.3", "array-bytes", "async-trait", "dyn-clone", @@ -9400,7 +9409,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "finality-grandpa", "futures", @@ -9420,7 +9429,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "ansi_term", "futures", @@ -9435,7 +9444,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "async-trait", @@ -9450,7 +9459,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "async-trait", @@ -9493,7 +9502,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "cid", "futures", @@ -9512,7 +9521,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "bitflags", @@ -9538,9 +9547,9 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ - "ahash 0.8.2", + "ahash 0.8.3", "futures", "futures-timer", "libp2p", @@ -9556,7 +9565,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "futures", @@ -9577,7 +9586,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "async-trait", @@ -9609,7 +9618,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "futures", @@ -9628,7 +9637,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "bytes", @@ -9658,7 +9667,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "futures", "libp2p", @@ -9671,7 +9680,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9680,7 +9689,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "futures", "jsonrpsee", @@ -9710,7 +9719,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9729,7 +9738,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "http", "jsonrpsee", @@ -9744,7 +9753,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "futures", @@ -9770,7 +9779,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "directories", @@ -9836,7 +9845,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "log", "parity-scale-codec", @@ -9847,7 +9856,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "clap 4.0.15", "futures", @@ -9863,7 +9872,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9882,7 +9891,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "futures", "libc", @@ -9901,7 +9910,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "chrono", "futures", @@ -9920,7 +9929,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "ansi_term", "atty", @@ -9951,7 +9960,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9962,7 +9971,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "futures", @@ -9989,7 +9998,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "futures", @@ -10003,7 +10012,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "backtrace", "futures", @@ -10056,7 +10065,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d" dependencies = [ - "ahash 0.8.2", + "ahash 0.8.3", "cfg-if", "hashbrown 0.13.2", ] @@ -10511,7 +10520,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "hash-db", "log", @@ -10529,7 +10538,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "blake2", "proc-macro-crate", @@ -10541,7 +10550,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "scale-info", @@ -10554,7 +10563,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "integer-sqrt", "num-traits", @@ -10568,7 +10577,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "scale-info", @@ -10581,7 +10590,7 @@ dependencies = [ [[package]] name = "sp-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10600,7 +10609,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "sp-api", @@ -10612,7 +10621,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "futures", "log", @@ -10630,7 +10639,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "futures", @@ -10648,7 +10657,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "parity-scale-codec", @@ -10666,7 +10675,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "merlin", @@ -10689,7 +10698,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "scale-info", @@ -10701,7 +10710,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "scale-info", @@ -10714,7 +10723,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "base58", @@ -10757,7 +10766,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "blake2", "byteorder", @@ -10771,7 +10780,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "proc-macro2", "quote", @@ -10782,7 +10791,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10791,7 +10800,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "proc-macro2", "quote", @@ -10801,7 +10810,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "environmental", "parity-scale-codec", @@ -10812,7 +10821,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "finality-grandpa", "log", @@ -10830,7 +10839,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10845,7 +10854,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "bytes", "ed25519", @@ -10870,7 +10879,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "lazy_static", "sp-core", @@ -10881,7 +10890,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "futures", @@ -10898,7 +10907,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "thiserror", "zstd", @@ -10907,7 +10916,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -10925,7 +10934,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "scale-info", @@ -10939,7 +10948,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "sp-api", "sp-core", @@ -10949,7 +10958,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "backtrace", "lazy_static", @@ -10959,7 +10968,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "rustc-hash", "serde", @@ -10969,7 +10978,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "either", "hash256-std-hasher", @@ -10991,7 +11000,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11009,7 +11018,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "Inflector", "proc-macro-crate", @@ -11021,7 +11030,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "scale-info", @@ -11035,7 +11044,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "scale-info", @@ -11047,7 +11056,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "hash-db", "log", @@ -11067,12 +11076,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11085,7 +11094,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "futures-timer", @@ -11100,7 +11109,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "sp-std", @@ -11112,7 +11121,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "sp-api", "sp-runtime", @@ -11121,7 +11130,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "log", @@ -11137,9 +11146,9 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ - "ahash 0.8.2", + "ahash 0.8.3", "hash-db", "hashbrown 0.12.3", "lazy_static", @@ -11160,7 +11169,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11177,7 +11186,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11188,7 +11197,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11202,7 +11211,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "scale-info", @@ -11422,7 +11431,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "platforms", ] @@ -11430,7 +11439,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11449,7 +11458,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "hyper", "log", @@ -11461,7 +11470,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "jsonrpsee", @@ -11474,7 +11483,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "jsonrpsee", "log", @@ -11493,7 +11502,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "async-trait", @@ -11519,7 +11528,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11529,7 +11538,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11540,7 +11549,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "ansi_term", "build-helper", @@ -11653,9 +11662,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.5" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d" +checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" [[package]] name = "tempfile" @@ -12341,7 +12350,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "async-trait", "clap 4.0.15", @@ -12377,10 +12386,11 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.75" +version = "1.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1212c215a87a183687a7cc7065901b1a98da6b37277d51a1b5faedbb4efd4f3" +checksum = "a44da5a6f2164c8e14d3bbc0657d69c5966af9f5f6930d4f600b1f5c4a673413" dependencies = [ + "basic-toml", "dissimilar", "glob", "once_cell", @@ -12388,7 +12398,6 @@ dependencies = [ "serde_derive", "serde_json", "termcolor", - "toml", ] [[package]] From 4b979d8aea634c8c83f079143df8bbee0a577a4f Mon Sep 17 00:00:00 2001 From: BradleyOlson64 Date: Wed, 22 Feb 2023 07:51:16 -0800 Subject: [PATCH 04/10] Implementers guide edit --- roadmap/implementers-guide/src/protocol-disputes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roadmap/implementers-guide/src/protocol-disputes.md b/roadmap/implementers-guide/src/protocol-disputes.md index ffdf2dc79bd6..9cf92d86674c 100644 --- a/roadmap/implementers-guide/src/protocol-disputes.md +++ b/roadmap/implementers-guide/src/protocol-disputes.md @@ -13,9 +13,14 @@ Disputes differ from backing and approval process (and can not be part of those) Every dispute stems from a disagreement among two or more validators. If a bad actor creates a bad block, but the bad actor never distributes it to honest validators, then nobody will dispute it. Of course, such a situation is not even an attack on the network, so we don't need to worry about defending against it. -From most to least important, here are the attack scenarios we are interested in identifying and deterring: +We are interested in identifying and deterring the following attack scenario: * A parablock included on a branch of the relay chain is bad + +We are also interested in identifying these additional scenarios: * A parablock backed on a branch of the relay chain is bad + * A parablock seconded, but not backed on any branch of the relay chain, is bad. + +Punishing misbehavior in the latter two scenarios doesn't effect our security guarantees and introduces substantial technical challenges as described in the `No Disputes for Non Included Candidates` section of [Dispute Coordinator](./node/disputes/dispute-coordinator.md). We therefore choose to punt on punishing these cases, instead favoring the protocol simplicity resulting from only punishing in the first scenario. As covered in the [protocol overview](./protocol-overview.md), checking a parachain block requires 3 pieces of data: the parachain validation code, the [`AvailableData`](types/availability.md), and the [`CandidateReceipt`](types/candidate.md). The validation code is available on-chain, and published ahead of time, so that no two branches of the relay chain have diverging views of the validation code for a given parachain. Note that only for the first scenario, where the parablock has been included on a branch of the relay chain, is the data necessarily available. Thus, dispute processes should begin with an availability process to ensure availability of the `AvailableData`. This availability process will conclude quickly if the data is already available. If the data is not already available, then the initiator of the dispute must make it available. From 2945016d33779ee9131cdbdd485f6d63d55cdbd7 Mon Sep 17 00:00:00 2001 From: BradleyOlson64 Date: Wed, 22 Feb 2023 08:33:18 -0800 Subject: [PATCH 05/10] Reasoning changes --- node/core/provisioner/src/lib.rs | 22 +++++++++++++------ .../src/protocol-disputes.md | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/node/core/provisioner/src/lib.rs b/node/core/provisioner/src/lib.rs index 34cd14d5680c..c552c21b4ec4 100644 --- a/node/core/provisioner/src/lib.rs +++ b/node/core/provisioner/src/lib.rs @@ -324,14 +324,22 @@ fn note_provisionable_data( .with_para_id(backed_candidate.descriptor().para_id); per_relay_parent.backed_candidates.push(backed_candidate) }, - // At this time we are not interested in deterring these forms of misbehavior - // or issuing a dispute at the backing stage. A dispute for a candidate triggered - // at any point before the candidate has been made available, including the - // backing stage, can't be guaranteed to conclude. Also candidates which haven't - // been made available don't pose a security risk as they can not be included, - // approved, or finalized. Thus we wait to punish misbehavior until a candidate - // reaches the approval checking stage. + // We choose to do nothing with misbehavior at this stage ProvisionableData::MisbehaviorReport(_, _, _) => {}, + // We wait and do nothing here, prefering to initiate a dispute after the + // parablock candidate is included for the following reasons: + // + // 1. A dispute for a candidate triggered at any point before the candidate + // has been made available, including the backing stage, can't be + // guaranteed to conclude. Non-concluding disputes are unacceptable. + // 2. Candidates which haven't been made available don't pose a security + // risk as they can not be included, approved, or finalized. + // + // Currently we rely on approval checkers to trigger disputes for bad + // parablocks once they are included. But we can do slightly better by + // allowing disagreeing backers to record their disagreement and initiate a + // dispute once the parablock in question has been included. This potential + // change is tracked by: https://github.com/paritytech/polkadot/issues/3232 ProvisionableData::Dispute(_, _) => {}, } } diff --git a/roadmap/implementers-guide/src/protocol-disputes.md b/roadmap/implementers-guide/src/protocol-disputes.md index 9cf92d86674c..76791ac16a4e 100644 --- a/roadmap/implementers-guide/src/protocol-disputes.md +++ b/roadmap/implementers-guide/src/protocol-disputes.md @@ -20,7 +20,7 @@ We are also interested in identifying these additional scenarios: * A parablock backed on a branch of the relay chain is bad * A parablock seconded, but not backed on any branch of the relay chain, is bad. -Punishing misbehavior in the latter two scenarios doesn't effect our security guarantees and introduces substantial technical challenges as described in the `No Disputes for Non Included Candidates` section of [Dispute Coordinator](./node/disputes/dispute-coordinator.md). We therefore choose to punt on punishing these cases, instead favoring the protocol simplicity resulting from only punishing in the first scenario. +Punishing misbehavior in the latter two scenarios doesn't effect our security guarantees and introduces substantial technical challenges as described in the `No Disputes for Non Included Candidates` section of [Dispute Coordinator](./node/disputes/dispute-coordinator.md). We therefore choose to punt on disputes in these cases, instead favoring the protocol simplicity resulting from only punishing in the first scenario. As covered in the [protocol overview](./protocol-overview.md), checking a parachain block requires 3 pieces of data: the parachain validation code, the [`AvailableData`](types/availability.md), and the [`CandidateReceipt`](types/candidate.md). The validation code is available on-chain, and published ahead of time, so that no two branches of the relay chain have diverging views of the validation code for a given parachain. Note that only for the first scenario, where the parablock has been included on a branch of the relay chain, is the data necessarily available. Thus, dispute processes should begin with an availability process to ensure availability of the `AvailableData`. This availability process will conclude quickly if the data is already available. If the data is not already available, then the initiator of the dispute must make it available. From 4694f5208d24789a9553f347a444d2b11d87d362 Mon Sep 17 00:00:00 2001 From: Bradley Olson <34992650+BradleyOlson64@users.noreply.github.com> Date: Thu, 23 Feb 2023 09:34:37 -0800 Subject: [PATCH 06/10] typo Co-authored-by: Marcin S. --- node/core/provisioner/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/core/provisioner/src/lib.rs b/node/core/provisioner/src/lib.rs index c552c21b4ec4..5356d025f7ee 100644 --- a/node/core/provisioner/src/lib.rs +++ b/node/core/provisioner/src/lib.rs @@ -326,7 +326,7 @@ fn note_provisionable_data( }, // We choose to do nothing with misbehavior at this stage ProvisionableData::MisbehaviorReport(_, _, _) => {}, - // We wait and do nothing here, prefering to initiate a dispute after the + // We wait and do nothing here, preferring to initiate a dispute after the // parablock candidate is included for the following reasons: // // 1. A dispute for a candidate triggered at any point before the candidate From cdbd32554ed4db759d8559e5bf75352a2fc50f28 Mon Sep 17 00:00:00 2001 From: BradleyOlson64 Date: Thu, 23 Feb 2023 09:44:11 -0800 Subject: [PATCH 07/10] Revert "Lock changes" This reverts commit 3131a5245c6349743789270e6d1ad7842dc4c9df. --- Cargo.lock | 103 ++++++++++++++++++++++++----------------------------- 1 file changed, 47 insertions(+), 56 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3ed7113baac..152fadccf242 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,9 +139,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.3" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" +checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107" dependencies = [ "cfg-if", "getrandom 0.2.8", @@ -443,15 +443,6 @@ version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea2b2456fd614d856680dcd9fcc660a51a820fa09daef2e49772b56a193c8474" -[[package]] -name = "basic-toml" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e819b667739967cd44d308b8c7b71305d8bb0729ac44a248aa08f33d01950b4" -dependencies = [ - "serde", -] - [[package]] name = "beef" version = "0.5.1" @@ -464,7 +455,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "async-trait", @@ -2310,7 +2301,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", ] @@ -2333,7 +2324,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-support-procedural", @@ -2358,7 +2349,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "Inflector", "array-bytes", @@ -2405,7 +2396,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2416,7 +2407,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2433,7 +2424,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -2462,7 +2453,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "futures", "log", @@ -2478,7 +2469,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "bitflags", "frame-metadata", @@ -2510,7 +2501,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "Inflector", "cfg-expr", @@ -2525,7 +2516,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2537,7 +2528,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "proc-macro2", "quote", @@ -2547,7 +2538,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -2571,7 +2562,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -2600,7 +2591,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -2615,7 +2606,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "parity-scale-codec", "sp-api", @@ -2624,7 +2615,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "parity-scale-codec", @@ -2795,7 +2786,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "chrono", "frame-election-provider-support", @@ -2896,9 +2887,9 @@ checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793" [[package]] name = "git2" -version = "0.16.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" +checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b" dependencies = [ "bitflags", "libc", @@ -3006,7 +2997,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.3", + "ahash 0.8.2", ] [[package]] @@ -3759,9 +3750,9 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "libgit2-sys" -version = "0.14.2+1.5.1" +version = "0.14.1+1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4" +checksum = "4a07fb2692bc3593bda59de45a502bb3071659f2c515e28c71e728306b038e17" dependencies = [ "cc", "libc", @@ -5143,7 +5134,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5158,7 +5149,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -5174,7 +5165,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -5188,7 +5179,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5212,7 +5203,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5232,7 +5223,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5251,7 +5242,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5266,7 +5257,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-support", "frame-system", @@ -5285,7 +5276,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5309,7 +5300,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -5327,7 +5318,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" +source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" dependencies = [ "frame-benchmarking", "frame-support", @@ -6162,9 +6153,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.4.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "637935964ff85a605d114591d4d2c13c5d1ba2806dae97cea6bf180238a749ac" +checksum = "c3840933452adf7b3b9145e27086a5a3376c619dca1a21b1e5a5af0d54979bed" dependencies = [ "arrayvec 0.7.2", "bitvec", @@ -9371,7 +9362,7 @@ name = "sc-finality-grandpa" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" dependencies = [ - "ahash 0.8.3", + "ahash 0.8.2", "array-bytes", "async-trait", "dyn-clone", @@ -9549,7 +9540,7 @@ name = "sc-network-gossip" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" dependencies = [ - "ahash 0.8.3", + "ahash 0.8.2", "futures", "futures-timer", "libp2p", @@ -10065,7 +10056,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d" dependencies = [ - "ahash 0.8.3", + "ahash 0.8.2", "cfg-if", "hashbrown 0.13.2", ] @@ -11148,7 +11139,7 @@ name = "sp-trie" version = "7.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" dependencies = [ - "ahash 0.8.3", + "ahash 0.8.2", "hash-db", "hashbrown 0.12.3", "lazy_static", @@ -11662,9 +11653,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.6" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" +checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d" [[package]] name = "tempfile" @@ -12386,11 +12377,10 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.77" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44da5a6f2164c8e14d3bbc0657d69c5966af9f5f6930d4f600b1f5c4a673413" +checksum = "f1212c215a87a183687a7cc7065901b1a98da6b37277d51a1b5faedbb4efd4f3" dependencies = [ - "basic-toml", "dissimilar", "glob", "once_cell", @@ -12398,6 +12388,7 @@ dependencies = [ "serde_derive", "serde_json", "termcolor", + "toml", ] [[package]] From d094f5be8bcd9279713b0f9760e6d339751d7956 Mon Sep 17 00:00:00 2001 From: BradleyOlson64 Date: Thu, 23 Feb 2023 09:53:24 -0800 Subject: [PATCH 08/10] Getting rid of cargo.lock changes --- Cargo.lock | 372 ++++++++++++++++++++++++++--------------------------- 1 file changed, 186 insertions(+), 186 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 152fadccf242..0473637440ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -455,7 +455,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "array-bytes", "async-trait", @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "beefy-gadget", "futures", @@ -508,7 +508,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "hash-db", "log", @@ -2301,7 +2301,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", ] @@ -2324,7 +2324,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "frame-support-procedural", @@ -2349,7 +2349,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "Inflector", "array-bytes", @@ -2396,7 +2396,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2407,7 +2407,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2424,7 +2424,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "frame-system", @@ -2453,7 +2453,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "futures", "log", @@ -2469,7 +2469,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "bitflags", "frame-metadata", @@ -2501,7 +2501,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "Inflector", "cfg-expr", @@ -2516,7 +2516,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2528,7 +2528,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "proc-macro2", "quote", @@ -2538,7 +2538,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -2562,7 +2562,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "frame-system", @@ -2573,7 +2573,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "log", @@ -2591,7 +2591,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -2606,7 +2606,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "sp-api", @@ -2615,7 +2615,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "parity-scale-codec", @@ -2786,7 +2786,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "chrono", "frame-election-provider-support", @@ -4553,7 +4553,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "futures", "log", @@ -4572,7 +4572,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "anyhow", "jsonrpsee", @@ -5134,7 +5134,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5149,7 +5149,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "frame-system", @@ -5165,7 +5165,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "frame-system", @@ -5179,7 +5179,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5203,7 +5203,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5223,7 +5223,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5242,7 +5242,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5257,7 +5257,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "frame-system", @@ -5276,7 +5276,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5300,7 +5300,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5318,7 +5318,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b77175df6b7c73e0f56bb38aca875f8096b25379" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5337,7 +5337,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5354,7 +5354,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5371,7 +5371,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5389,7 +5389,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5412,7 +5412,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5425,7 +5425,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5443,7 +5443,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5461,7 +5461,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5484,7 +5484,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5500,7 +5500,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5520,7 +5520,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5537,7 +5537,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5554,7 +5554,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5571,7 +5571,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5587,7 +5587,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5603,7 +5603,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "frame-system", @@ -5620,7 +5620,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5640,7 +5640,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5651,7 +5651,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "frame-system", @@ -5668,7 +5668,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5692,7 +5692,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5709,7 +5709,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5724,7 +5724,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5742,7 +5742,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5757,7 +5757,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5776,7 +5776,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5793,7 +5793,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "frame-system", @@ -5814,7 +5814,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5830,7 +5830,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "frame-system", @@ -5844,7 +5844,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5867,7 +5867,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5878,7 +5878,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "log", "sp-arithmetic", @@ -5887,7 +5887,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "sp-api", @@ -5896,7 +5896,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5913,7 +5913,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "frame-system", @@ -5927,7 +5927,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5945,7 +5945,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5964,7 +5964,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-support", "frame-system", @@ -5980,7 +5980,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -5996,7 +5996,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6008,7 +6008,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -6025,7 +6025,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -6040,7 +6040,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -6056,7 +6056,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -6071,7 +6071,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -8975,7 +8975,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "log", "sp-core", @@ -8986,7 +8986,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "futures", @@ -9013,7 +9013,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "futures", "futures-timer", @@ -9036,7 +9036,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9052,7 +9052,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9067,7 +9067,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9078,7 +9078,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "array-bytes", "chrono", @@ -9118,7 +9118,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "fnv", "futures", @@ -9144,7 +9144,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "hash-db", "kvdb", @@ -9170,7 +9170,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "futures", @@ -9195,7 +9195,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "fork-tree", @@ -9234,7 +9234,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "futures", "jsonrpsee", @@ -9256,7 +9256,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9269,7 +9269,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "futures", @@ -9292,7 +9292,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9316,7 +9316,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9329,7 +9329,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "log", "sc-allocator", @@ -9342,7 +9342,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "anyhow", "cfg-if", @@ -9360,7 +9360,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9400,7 +9400,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "finality-grandpa", "futures", @@ -9420,7 +9420,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "ansi_term", "futures", @@ -9435,7 +9435,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "array-bytes", "async-trait", @@ -9450,7 +9450,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "array-bytes", "async-trait", @@ -9493,7 +9493,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "cid", "futures", @@ -9512,7 +9512,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "bitflags", @@ -9538,7 +9538,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "ahash 0.8.2", "futures", @@ -9556,7 +9556,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "array-bytes", "futures", @@ -9577,7 +9577,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "array-bytes", "async-trait", @@ -9609,7 +9609,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "array-bytes", "futures", @@ -9628,7 +9628,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "array-bytes", "bytes", @@ -9658,7 +9658,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "futures", "libp2p", @@ -9671,7 +9671,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9680,7 +9680,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "futures", "jsonrpsee", @@ -9710,7 +9710,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9729,7 +9729,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "http", "jsonrpsee", @@ -9744,7 +9744,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "array-bytes", "futures", @@ -9770,7 +9770,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "directories", @@ -9836,7 +9836,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "log", "parity-scale-codec", @@ -9847,7 +9847,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "clap 4.0.15", "futures", @@ -9863,7 +9863,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9882,7 +9882,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "futures", "libc", @@ -9901,7 +9901,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "chrono", "futures", @@ -9920,7 +9920,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "ansi_term", "atty", @@ -9951,7 +9951,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9962,7 +9962,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "futures", @@ -9989,7 +9989,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "futures", @@ -10003,7 +10003,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "backtrace", "futures", @@ -10511,7 +10511,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "hash-db", "log", @@ -10529,7 +10529,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "blake2", "proc-macro-crate", @@ -10541,7 +10541,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -10554,7 +10554,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "integer-sqrt", "num-traits", @@ -10568,7 +10568,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -10581,7 +10581,7 @@ dependencies = [ [[package]] name = "sp-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10600,7 +10600,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "sp-api", @@ -10612,7 +10612,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "futures", "log", @@ -10630,7 +10630,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "futures", @@ -10648,7 +10648,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "parity-scale-codec", @@ -10666,7 +10666,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "merlin", @@ -10689,7 +10689,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -10701,7 +10701,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -10714,7 +10714,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "array-bytes", "base58", @@ -10757,7 +10757,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "blake2", "byteorder", @@ -10771,7 +10771,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "proc-macro2", "quote", @@ -10782,7 +10782,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10791,7 +10791,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "proc-macro2", "quote", @@ -10801,7 +10801,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "environmental", "parity-scale-codec", @@ -10812,7 +10812,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "finality-grandpa", "log", @@ -10830,7 +10830,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10845,7 +10845,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "bytes", "ed25519", @@ -10870,7 +10870,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "lazy_static", "sp-core", @@ -10881,7 +10881,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "futures", @@ -10898,7 +10898,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "thiserror", "zstd", @@ -10907,7 +10907,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -10925,7 +10925,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -10939,7 +10939,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "sp-api", "sp-core", @@ -10949,7 +10949,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "backtrace", "lazy_static", @@ -10959,7 +10959,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "rustc-hash", "serde", @@ -10969,7 +10969,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "either", "hash256-std-hasher", @@ -10991,7 +10991,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11009,7 +11009,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "Inflector", "proc-macro-crate", @@ -11021,7 +11021,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -11035,7 +11035,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -11047,7 +11047,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "hash-db", "log", @@ -11067,12 +11067,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11085,7 +11085,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "futures-timer", @@ -11100,7 +11100,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "sp-std", @@ -11112,7 +11112,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "sp-api", "sp-runtime", @@ -11121,7 +11121,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "log", @@ -11137,7 +11137,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11160,7 +11160,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11177,7 +11177,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11188,7 +11188,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11202,7 +11202,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -11422,7 +11422,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "platforms", ] @@ -11430,7 +11430,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11449,7 +11449,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "hyper", "log", @@ -11461,7 +11461,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "jsonrpsee", @@ -11474,7 +11474,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "jsonrpsee", "log", @@ -11493,7 +11493,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "array-bytes", "async-trait", @@ -11519,7 +11519,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11529,7 +11529,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11540,7 +11540,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "ansi_term", "build-helper", @@ -12266,12 +12266,12 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.24.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908" +checksum = "3390c0409daaa6027d6681393316f4ccd3ff82e1590a1e4725014e3ae2bf1920" dependencies = [ "hash-db", - "hashbrown 0.12.3", + "hashbrown 0.13.2", "log", "rustc-hex", "smallvec", @@ -12341,7 +12341,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#2d6e5556bbf47581b5f86b1c2f6bd7eb9add4cd9" +source = "git+https://github.com/paritytech/substrate?branch=master#473b5d06354c5b82e8f6df904c5f50d95c6fcc22" dependencies = [ "async-trait", "clap 4.0.15", From 9d72fa2b58aa175ffdfcf4f1349e936f9d132511 Mon Sep 17 00:00:00 2001 From: BradleyOlson64 Date: Thu, 23 Feb 2023 10:05:19 -0800 Subject: [PATCH 09/10] Argumentation update --- node/core/provisioner/src/lib.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/node/core/provisioner/src/lib.rs b/node/core/provisioner/src/lib.rs index 5356d025f7ee..67d180e7faeb 100644 --- a/node/core/provisioner/src/lib.rs +++ b/node/core/provisioner/src/lib.rs @@ -324,7 +324,10 @@ fn note_provisionable_data( .with_para_id(backed_candidate.descriptor().para_id); per_relay_parent.backed_candidates.push(backed_candidate) }, - // We choose to do nothing with misbehavior at this stage + // We choose not to punish these forms of misbehavior for the time being. + // Risks from misbehavior are sufficiently mitigated at the protocol level + // via reputation changes. Punitive actions here may become desirable + // enough to dedicate time to in the future. ProvisionableData::MisbehaviorReport(_, _, _) => {}, // We wait and do nothing here, preferring to initiate a dispute after the // parablock candidate is included for the following reasons: From 290b63be9232b367d52b9ef1c5e1746b94f4b148 Mon Sep 17 00:00:00 2001 From: BradleyOlson64 Date: Thu, 23 Feb 2023 10:09:34 -0800 Subject: [PATCH 10/10] fmt --- node/core/provisioner/src/lib.rs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/node/core/provisioner/src/lib.rs b/node/core/provisioner/src/lib.rs index 67d180e7faeb..0b8f861824fd 100644 --- a/node/core/provisioner/src/lib.rs +++ b/node/core/provisioner/src/lib.rs @@ -324,24 +324,24 @@ fn note_provisionable_data( .with_para_id(backed_candidate.descriptor().para_id); per_relay_parent.backed_candidates.push(backed_candidate) }, - // We choose not to punish these forms of misbehavior for the time being. + // We choose not to punish these forms of misbehavior for the time being. // Risks from misbehavior are sufficiently mitigated at the protocol level - // via reputation changes. Punitive actions here may become desirable + // via reputation changes. Punitive actions here may become desirable // enough to dedicate time to in the future. ProvisionableData::MisbehaviorReport(_, _, _) => {}, - // We wait and do nothing here, preferring to initiate a dispute after the + // We wait and do nothing here, preferring to initiate a dispute after the // parablock candidate is included for the following reasons: // - // 1. A dispute for a candidate triggered at any point before the candidate - // has been made available, including the backing stage, can't be + // 1. A dispute for a candidate triggered at any point before the candidate + // has been made available, including the backing stage, can't be // guaranteed to conclude. Non-concluding disputes are unacceptable. - // 2. Candidates which haven't been made available don't pose a security - // risk as they can not be included, approved, or finalized. + // 2. Candidates which haven't been made available don't pose a security + // risk as they can not be included, approved, or finalized. // - // Currently we rely on approval checkers to trigger disputes for bad - // parablocks once they are included. But we can do slightly better by - // allowing disagreeing backers to record their disagreement and initiate a - // dispute once the parablock in question has been included. This potential + // Currently we rely on approval checkers to trigger disputes for bad + // parablocks once they are included. But we can do slightly better by + // allowing disagreeing backers to record their disagreement and initiate a + // dispute once the parablock in question has been included. This potential // change is tracked by: https://github.com/paritytech/polkadot/issues/3232 ProvisionableData::Dispute(_, _) => {}, }