From ea3fd0a240eba2ef7e69b4d4225c9ac8e2f6a5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 11:16:30 +0100 Subject: [PATCH 1/5] Bump async-std from 1.10.0 to 1.11.0 (#5186) Bumps [async-std](https://github.com/async-rs/async-std) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/async-rs/async-std/releases) - [Changelog](https://github.com/async-rs/async-std/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-rs/async-std/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: async-std dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- node/core/pvf/Cargo.toml | 2 +- node/jaeger/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcf72f76e9b9..b7f85c383572 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,9 +278,9 @@ dependencies = [ [[package]] name = "async-std" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952" +checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c" dependencies = [ "async-attributes", "async-channel", diff --git a/node/core/pvf/Cargo.toml b/node/core/pvf/Cargo.toml index 358f3443f107..f6b0e1f738bd 100644 --- a/node/core/pvf/Cargo.toml +++ b/node/core/pvf/Cargo.toml @@ -10,7 +10,7 @@ path = "bin/puppet_worker.rs" [dependencies] always-assert = "0.1" -async-std = { version = "1.10.0", features = ["attributes"] } +async-std = { version = "1.11.0", features = ["attributes"] } async-process = "1.3.0" assert_matches = "1.4.0" futures = "0.3.21" diff --git a/node/jaeger/Cargo.toml b/node/jaeger/Cargo.toml index 2a32feb72972..eee582b0ca61 100644 --- a/node/jaeger/Cargo.toml +++ b/node/jaeger/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "Polkadot Jaeger primitives, but equally useful for Grafana/Tempo" [dependencies] -async-std = "1.8.0" +async-std = "1.11.0" mick-jaeger = "0.1.8" lazy_static = "1.4" parking_lot = "0.12.0" From 6c61b7eb71d3c859cd8700ebc478171b66e8af66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 11:35:50 +0100 Subject: [PATCH 2/5] Bump hyper from 0.14.17 to 0.14.18 (#5185) Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.17 to 0.14.18. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.17...v0.14.18) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- node/metrics/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7f85c383572..93263629a417 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2913,9 +2913,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.17" +version = "0.14.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "043f0e083e9901b6cc658a77d1eb86f4fc650bbb977a4337dd63192826aa85dd" +checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2" dependencies = [ "bytes 1.1.0", "futures-channel", diff --git a/node/metrics/Cargo.toml b/node/metrics/Cargo.toml index 33cea4c4c42d..7c0f6bc5e0d4 100644 --- a/node/metrics/Cargo.toml +++ b/node/metrics/Cargo.toml @@ -27,7 +27,7 @@ log = "0.4.13" assert_cmd = "2.0.4" nix = "0.23.1" tempfile = "3.2.0" -hyper = { version = "0.14.17", default-features = false, features = ["http1", "tcp"] } +hyper = { version = "0.14.18", default-features = false, features = ["http1", "tcp"] } tokio = "1.17.0" polkadot-test-service = { path = "../test/service", features=["runtime-metrics"]} substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } From 7960eb1fd1a81ab00ae0c04f4fb8fcd66642fb74 Mon Sep 17 00:00:00 2001 From: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Date: Wed, 23 Mar 2022 10:47:58 +0000 Subject: [PATCH 3/5] lower kusama staking limits (#5000) --- runtime/kusama/src/lib.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 494d5590d941..437b705e4247 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -405,13 +405,11 @@ parameter_types! { // 1 hour session, 15 minutes unsigned phase, 8 offchain executions. pub OffchainRepeat: BlockNumber = UnsignedPhase::get() / 8; - - /// We take the top 22_500 nominators as electing voters.. - pub const MaxElectingVoters: u32 = 22_500; + /// We take the top 12_500 nominators as electing voters.. + pub const MaxElectingVoters: u32 = 12_500; /// ... and all of the validators as electable targets. Whilst this is the case, we cannot and /// shall not increase the size of the validator intentions. pub const MaxElectableTargets: u16 = u16::MAX; - } frame_election_provider_support::generate_solution_type!( From 5d9dc9bd1b95e9c64cfc547f45f0b30e7cc03097 Mon Sep 17 00:00:00 2001 From: Mara Robin B Date: Wed, 23 Mar 2022 12:33:40 +0100 Subject: [PATCH 4/5] [ci] don't exclude frame_system from benchmarks (#5179) --- scripts/run_benches_for_runtime.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/run_benches_for_runtime.sh b/scripts/run_benches_for_runtime.sh index d9a836a4f7ed..49ea1ecb3b05 100755 --- a/scripts/run_benches_for_runtime.sh +++ b/scripts/run_benches_for_runtime.sh @@ -17,8 +17,7 @@ cargo +nightly build --profile production --locked --features=runtime-benchmarks --list |\ tail -n+2 |\ cut -d',' -f1 |\ - uniq | \ - grep -v frame_system > "${runtime}_pallets" + uniq > "${runtime}_pallets" # For each pallet found in the previous command, run benches on each function while read -r line; do From 1ec8f9e2ed87fe2b4e225378940d80faac2252a9 Mon Sep 17 00:00:00 2001 From: Georges Date: Wed, 23 Mar 2022 13:18:57 +0000 Subject: [PATCH 5/5] Companion to Implementing MaxEncodedLen for generate_solution_type #11032 (#5145) * Fixing `generate_solution_type` This is needed after changes to substrate * `VoterSnapshotPerBlock` -> `MaxElectingVoters` * rename `SizeBound` to `MaxVoters` * cargo update -p sp-io * ignore failing test * spell-check * fix pub OffchainRepeat Co-authored-by: kianenigma Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> --- Cargo.lock | 338 +++++++++++++++++---------------- node/core/pvf/tests/it/main.rs | 1 + runtime/kusama/src/lib.rs | 4 +- runtime/polkadot/src/lib.rs | 3 +- runtime/westend/src/lib.rs | 3 +- 5 files changed, 181 insertions(+), 168 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93263629a417..12f3ba7a24d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "beefy-primitives", "fnv", @@ -480,7 +480,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -503,12 +503,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", "scale-info", @@ -981,9 +981,9 @@ dependencies = [ [[package]] name = "cargo_metadata" -version = "0.14.1" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba2ae6de944143141f6155a473a6b02f66c7c3f9f47316f802f80204ebfe6e12" +checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" dependencies = [ "camino", "cargo-platform", @@ -1646,6 +1646,12 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "dissimilar" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31ad93652f40969dead8d4bf897a41e9462095152eb21c56e5830537e41179dd" + [[package]] name = "dlmalloc" version = "0.2.3" @@ -2097,7 +2103,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", ] @@ -2115,7 +2121,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-system", @@ -2137,7 +2143,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "Inflector", "chrono", @@ -2180,7 +2186,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -2191,7 +2197,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2207,7 +2213,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-system", @@ -2235,7 +2241,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "bitflags", "frame-metadata", @@ -2264,7 +2270,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2276,7 +2282,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -2288,7 +2294,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "proc-macro2", "quote", @@ -2298,7 +2304,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2321,7 +2327,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-system", @@ -2332,7 +2338,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "log", @@ -2349,7 +2355,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -2364,7 +2370,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", "sp-api", @@ -2373,7 +2379,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "sp-api", @@ -2569,7 +2575,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "chrono", "frame-election-provider-support", @@ -5035,7 +5041,7 @@ checksum = "20448fd678ec04e6ea15bbe0476874af65e98a01515d667aa49f1434dc44ebf4" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5049,7 +5055,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-system", @@ -5065,7 +5071,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-system", @@ -5080,7 +5086,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5104,7 +5110,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5124,7 +5130,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-election-provider-support", "frame-support", @@ -5144,7 +5150,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5159,7 +5165,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "beefy-primitives", "frame-support", @@ -5175,7 +5181,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5200,7 +5206,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5282,7 +5288,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5301,7 +5307,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5318,7 +5324,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5334,7 +5340,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5357,7 +5363,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5375,7 +5381,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5390,7 +5396,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5413,7 +5419,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5429,7 +5435,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5449,7 +5455,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5466,7 +5472,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5483,7 +5489,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5501,7 +5507,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-system", @@ -5517,7 +5523,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5534,7 +5540,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5549,7 +5555,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-system", @@ -5563,7 +5569,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-system", @@ -5580,7 +5586,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5603,7 +5609,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5619,7 +5625,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5634,7 +5640,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-system", @@ -5648,7 +5654,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5664,7 +5670,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-system", @@ -5685,7 +5691,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5701,7 +5707,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-system", @@ -5715,7 +5721,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5738,7 +5744,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -5749,7 +5755,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "log", "sp-arithmetic", @@ -5758,7 +5764,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-system", @@ -5772,7 +5778,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5790,7 +5796,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5809,7 +5815,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-support", "frame-system", @@ -5826,7 +5832,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5843,7 +5849,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5854,7 +5860,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5871,7 +5877,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5887,7 +5893,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-benchmarking", "frame-support", @@ -8350,7 +8356,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "env_logger 0.9.0", "jsonrpsee 0.8.0", @@ -8698,7 +8704,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "log", "sp-core", @@ -8709,7 +8715,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "futures 0.3.21", @@ -8736,7 +8742,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "futures 0.3.21", "futures-timer", @@ -8759,7 +8765,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8775,7 +8781,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -8792,7 +8798,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -8803,7 +8809,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "chrono", "clap", @@ -8841,7 +8847,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "fnv", "futures 0.3.21", @@ -8869,7 +8875,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "hash-db", "kvdb", @@ -8894,7 +8900,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "futures 0.3.21", @@ -8918,7 +8924,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "fork-tree", @@ -8961,7 +8967,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -8985,7 +8991,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8998,7 +9004,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "futures 0.3.21", @@ -9023,7 +9029,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "sc-client-api", "sp-authorship", @@ -9034,7 +9040,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "lazy_static", "lru 0.6.6", @@ -9061,7 +9067,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "environmental", "parity-scale-codec", @@ -9078,7 +9084,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "log", "parity-scale-codec", @@ -9094,7 +9100,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9112,7 +9118,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "ahash", "async-trait", @@ -9152,7 +9158,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -9176,7 +9182,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "ansi_term", "futures 0.3.21", @@ -9193,7 +9199,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "hex", @@ -9208,7 +9214,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -9257,7 +9263,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "ahash", "futures 0.3.21", @@ -9274,7 +9280,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "bytes 1.1.0", "fnv", @@ -9302,7 +9308,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "futures 0.3.21", "libp2p", @@ -9315,7 +9321,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9324,7 +9330,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "futures 0.3.21", "hash-db", @@ -9355,7 +9361,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9367,6 +9373,7 @@ dependencies = [ "parking_lot 0.12.0", "sc-chain-spec", "sc-transaction-pool-api", + "scale-info", "serde", "serde_json", "sp-core", @@ -9380,7 +9387,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9397,7 +9404,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "directories", @@ -9461,7 +9468,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "log", "parity-scale-codec", @@ -9475,7 +9482,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9496,7 +9503,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "chrono", "futures 0.3.21", @@ -9514,7 +9521,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "ansi_term", "atty", @@ -9545,7 +9552,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -9556,7 +9563,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9583,7 +9590,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "futures 0.3.21", "log", @@ -9596,7 +9603,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10100,7 +10107,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "hash-db", "log", @@ -10117,7 +10124,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "blake2 0.10.2", "proc-macro-crate 1.1.3", @@ -10129,7 +10136,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", "scale-info", @@ -10142,7 +10149,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "integer-sqrt", "num-traits", @@ -10157,7 +10164,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", "scale-info", @@ -10170,7 +10177,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "parity-scale-codec", @@ -10182,7 +10189,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", "sp-api", @@ -10194,7 +10201,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "futures 0.3.21", "log", @@ -10212,7 +10219,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "futures 0.3.21", @@ -10231,7 +10238,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "merlin", @@ -10254,7 +10261,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", "scale-info", @@ -10268,7 +10275,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10280,7 +10287,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "base58", "bitflags", @@ -10326,7 +10333,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "blake2 0.10.2", "byteorder", @@ -10340,7 +10347,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "proc-macro2", "quote", @@ -10351,7 +10358,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -10360,7 +10367,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "proc-macro2", "quote", @@ -10370,7 +10377,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "environmental", "parity-scale-codec", @@ -10381,7 +10388,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "finality-grandpa", "log", @@ -10399,7 +10406,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10413,7 +10420,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "futures 0.3.21", "hash-db", @@ -10438,7 +10445,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "lazy_static", "sp-core", @@ -10449,7 +10456,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "futures 0.3.21", @@ -10466,7 +10473,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "thiserror", "zstd", @@ -10475,7 +10482,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", "scale-info", @@ -10489,7 +10496,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "sp-api", "sp-core", @@ -10499,7 +10506,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "backtrace", "lazy_static", @@ -10509,7 +10516,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "rustc-hash", "serde", @@ -10519,7 +10526,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "either", "hash256-std-hasher", @@ -10541,7 +10548,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10558,7 +10565,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -10570,7 +10577,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "serde", "serde_json", @@ -10579,7 +10586,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", "scale-info", @@ -10593,7 +10600,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", "scale-info", @@ -10604,7 +10611,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "hash-db", "log", @@ -10626,12 +10633,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10644,7 +10651,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "log", "sp-core", @@ -10657,7 +10664,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "futures-timer", @@ -10673,7 +10680,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", "sp-std", @@ -10685,7 +10692,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "sp-api", "sp-runtime", @@ -10694,7 +10701,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "log", @@ -10710,7 +10717,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "hash-db", "memory-db", @@ -10726,7 +10733,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10743,7 +10750,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10754,7 +10761,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "impl-trait-for-tuples", "log", @@ -10955,7 +10962,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "platforms", ] @@ -10963,7 +10970,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -10985,7 +10992,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "futures-util", "hyper", @@ -10998,7 +11005,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "async-trait", "futures 0.3.21", @@ -11024,7 +11031,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -11034,7 +11041,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11045,7 +11052,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "ansi_term", "build-helper", @@ -11726,7 +11733,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" +source = "git+https://github.com/paritytech/substrate?branch=master#096f205d82303a889cf566792262e8ffe61bb7fb" dependencies = [ "clap", "jsonrpsee 0.4.1", @@ -11754,6 +11761,7 @@ version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d664de8ea7e531ad4c0f5a834f20b8cb2b8e6dfe88d05796ee7887518ed67b9" dependencies = [ + "dissimilar", "glob", "lazy_static", "serde", diff --git a/node/core/pvf/tests/it/main.rs b/node/core/pvf/tests/it/main.rs index bf0983d50874..a4167e742f5d 100644 --- a/node/core/pvf/tests/it/main.rs +++ b/node/core/pvf/tests/it/main.rs @@ -78,6 +78,7 @@ impl TestHost { } #[async_std::test] +#[ignore] async fn terminates_on_timeout() { let host = TestHost::new(); diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 437b705e4247..953f4535d9ca 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -405,7 +405,8 @@ parameter_types! { // 1 hour session, 15 minutes unsigned phase, 8 offchain executions. pub OffchainRepeat: BlockNumber = UnsignedPhase::get() / 8; - /// We take the top 12_500 nominators as electing voters.. + + /// We take the top 12500 nominators as electing voters.. pub const MaxElectingVoters: u32 = 12_500; /// ... and all of the validators as electable targets. Whilst this is the case, we cannot and /// shall not increase the size of the validator intentions. @@ -418,6 +419,7 @@ frame_election_provider_support::generate_solution_type!( VoterIndex = u32, TargetIndex = u16, Accuracy = sp_runtime::PerU16, + MaxVoters = MaxElectingVoters, >(24) ); diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 8cb75e3fe941..d79c92d4149e 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -449,7 +449,7 @@ parameter_types! { // 4 hour session, 1 hour unsigned phase, 32 offchain executions. pub OffchainRepeat: BlockNumber = UnsignedPhase::get() / 32; - /// We take the top 22_500 nominators as electing voters.. + /// We take the top 22500 nominators as electing voters.. pub const MaxElectingVoters: u32 = 22_500; /// ... and all of the validators as electable targets. Whilst this is the case, we cannot and /// shall not increase the size of the validator intentions. @@ -462,6 +462,7 @@ frame_election_provider_support::generate_solution_type!( VoterIndex = u32, TargetIndex = u16, Accuracy = sp_runtime::PerU16, + MaxVoters = MaxElectingVoters, >(16) ); diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index efd03ce27528..e38a48553c02 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -351,7 +351,7 @@ parameter_types! { // 1 hour session, 15 minutes unsigned phase, 4 offchain executions. pub OffchainRepeat: BlockNumber = UnsignedPhase::get() / 4; - /// We take the top 22_500 nominators as electing voters.. + /// We take the top 22500 nominators as electing voters.. pub const MaxElectingVoters: u32 = 22_500; /// ... and all of the validators as electable targets. Whilst this is the case, we cannot and /// shall not increase the size of the validator intentions. @@ -364,6 +364,7 @@ frame_election_provider_support::generate_solution_type!( VoterIndex = u32, TargetIndex = u16, Accuracy = sp_runtime::PerU16, + MaxVoters = MaxElectingVoters, >(16) );