From 6f6c81d1a69cf369e941c7e515fb35ccb5ac5e64 Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Date: Fri, 8 Oct 2021 14:43:17 +0300 Subject: [PATCH 01/10] Remove bridges from checks (#4040) * Remove bridges from check_line_width * Remove bridges from spellcheck --- .gitlab-ci.yml | 4 ++-- scripts/gitlab/check_line_width.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a7d381c0722..ae10e34d6260 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -242,9 +242,9 @@ spellcheck: - cargo spellcheck --version # compare with the commit parent to the PR, given it's from a default branch - git fetch origin +${CI_DEFAULT_BRANCH}:${CI_DEFAULT_BRANCH} - - cargo spellcheck list-files -vvv $(git diff --diff-filter=AM --name-only $(git merge-base ${CI_COMMIT_SHA} ${CI_DEFAULT_BRANCH})) + - cargo spellcheck list-files -vvv $(git diff --diff-filter=AM --name-only $(git merge-base ${CI_COMMIT_SHA} ${CI_DEFAULT_BRANCH} -- :^bridges)) - time cargo spellcheck check -vvv --cfg=scripts/gitlab/spellcheck.toml --checkers hunspell --code 1 - $(git diff --diff-filter=AM --name-only $(git merge-base ${CI_COMMIT_SHA} ${CI_DEFAULT_BRANCH})) + $(git diff --diff-filter=AM --name-only $(git merge-base ${CI_COMMIT_SHA} ${CI_DEFAULT_BRANCH} -- :^bridges)) allow_failure: true build-adder-collator: diff --git a/scripts/gitlab/check_line_width.sh b/scripts/gitlab/check_line_width.sh index c31cab446579..b147488d92db 100755 --- a/scripts/gitlab/check_line_width.sh +++ b/scripts/gitlab/check_line_width.sh @@ -8,7 +8,7 @@ BASE_BRANCH="origin/master" LINE_WIDTH="121" GOOD_LINE_WIDTH="101" -git diff --name-only "${BASE_BRANCH}...${CI_COMMIT_SHA}" -- \*.rs | ( while read -r file +git diff --name-only "${BASE_BRANCH}...${CI_COMMIT_SHA}" -- \*.rs :^bridges | ( while read -r file do if [ ! -f "${file}" ]; then From a54c64244d19b19a33891bcb98b6ea485016e6c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Fri, 8 Oct 2021 16:31:25 +0200 Subject: [PATCH 02/10] Bump spec_versions (#4041) --- runtime/kusama/src/lib.rs | 2 +- runtime/polkadot/src/lib.rs | 2 +- runtime/westend/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 95381b2b561c..978dba51ec69 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 9110, + spec_version: 9120, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 91adb47d96d9..47409173e5bb 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -105,7 +105,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 9110, + spec_version: 9120, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index e0ef2e3d1f5f..fef3560ddf64 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -116,7 +116,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westend"), impl_name: create_runtime_str!("parity-westend"), authoring_version: 2, - spec_version: 9110, + spec_version: 9120, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, From 1f8021af99c905c9d9cbb3ab8fd1e0d24b7e8116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Fri, 8 Oct 2021 17:29:16 +0200 Subject: [PATCH 03/10] Substrate companion for #9966 (#4037) * Substrate companion for #9966 * Bump spec_versions * Update Substrate --- Cargo.lock | 398 ++++++++++++++++++----------------- node/test/service/src/lib.rs | 1 - 2 files changed, 200 insertions(+), 199 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8b54600b942..c73b44575a38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,7 +44,7 @@ checksum = "495ee669413bfbe9e8cace80f4d3d78e6d8c8d99579f97fb93bde351b185f2d4" dependencies = [ "cfg-if 1.0.0", "cipher", - "cpufeatures", + "cpufeatures 0.1.4", "opaque-debug 0.3.0", ] @@ -75,9 +75,9 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "0.7.13" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" +checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" dependencies = [ "memchr", ] @@ -461,7 +461,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "beefy-primitives", "fnv", @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -509,12 +509,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "parity-scale-codec", "scale-info", @@ -1015,7 +1015,7 @@ checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412" dependencies = [ "cfg-if 1.0.0", "cipher", - "cpufeatures", + "cpufeatures 0.1.4", "zeroize", ] @@ -1188,10 +1188,13 @@ dependencies = [ ] [[package]] -name = "cpuid-bool" -version = "0.1.0" +name = "cpufeatures" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d375c433320f6c5057ae04a04376eef4d04ce2801448cf8863a78da99107be4" +checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" +dependencies = [ + "libc", +] [[package]] name = "cranelift-bforest" @@ -1645,7 +1648,7 @@ dependencies = [ "ed25519", "rand 0.7.3", "serde", - "sha2 0.9.2", + "sha2 0.9.8", "zeroize", ] @@ -1924,7 +1927,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "parity-scale-codec", ] @@ -1942,7 +1945,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -1962,7 +1965,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "Inflector", "chrono", @@ -1988,7 +1991,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -2002,7 +2005,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -2030,7 +2033,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "bitflags", "frame-metadata", @@ -2057,7 +2060,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2069,7 +2072,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2081,7 +2084,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "proc-macro2", "quote", @@ -2091,7 +2094,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2114,7 +2117,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -2125,7 +2128,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "log", @@ -2142,7 +2145,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -2157,7 +2160,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "parity-scale-codec", "sp-api", @@ -2166,7 +2169,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "sp-api", @@ -2379,7 +2382,7 @@ checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" [[package]] name = "generate-bags" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "chrono", "frame-election-provider-support", @@ -3060,9 +3063,9 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f37924e16300e249a52a22cabb5632f846dc9760b39355f5e8bc70cd23dc6300" +checksum = "8edb341d35279b59c79d7fe9e060a51aec29d45af99cc7c72ea7caa350fa71a4" dependencies = [ "Inflector", "bae", @@ -3389,7 +3392,7 @@ dependencies = [ "rand 0.7.3", "ring", "rw-stream-sink", - "sha2 0.9.2", + "sha2 0.9.8", "smallvec", "thiserror", "unsigned-varint 0.7.0", @@ -3460,7 +3463,7 @@ dependencies = [ "prost-build", "rand 0.7.3", "regex", - "sha2 0.9.2", + "sha2 0.9.8", "smallvec", "unsigned-varint 0.7.0", "wasm-timer", @@ -3500,7 +3503,7 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sha2 0.9.2", + "sha2 0.9.8", "smallvec", "uint", "unsigned-varint 0.7.0", @@ -3562,7 +3565,7 @@ dependencies = [ "prost", "prost-build", "rand 0.8.4", - "sha2 0.9.2", + "sha2 0.9.8", "snow", "static_assertions", "x25519-dalek", @@ -3785,7 +3788,7 @@ dependencies = [ "libsecp256k1-gen-genmult 0.2.1", "rand 0.7.3", "serde", - "sha2 0.9.2", + "sha2 0.9.8", "typenum", ] @@ -3804,7 +3807,7 @@ dependencies = [ "libsecp256k1-gen-genmult 0.2.1", "rand 0.7.3", "serde", - "sha2 0.9.2", + "sha2 0.9.8", "typenum", ] @@ -3823,7 +3826,7 @@ dependencies = [ "libsecp256k1-gen-genmult 0.3.0", "rand 0.8.4", "serde", - "sha2 0.9.2", + "sha2 0.9.8", "typenum", ] @@ -4298,7 +4301,7 @@ dependencies = [ "digest 0.9.0", "generic-array 0.14.4", "multihash-derive", - "sha2 0.9.2", + "sha2 0.9.8", "sha3", "unsigned-varint 0.5.1", ] @@ -4312,7 +4315,7 @@ dependencies = [ "digest 0.9.0", "generic-array 0.14.4", "multihash-derive", - "sha2 0.9.2", + "sha2 0.9.8", "unsigned-varint 0.7.0", ] @@ -4608,7 +4611,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -4622,7 +4625,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -4638,7 +4641,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -4653,7 +4656,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -4677,7 +4680,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4697,7 +4700,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -4712,7 +4715,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "beefy-primitives", "frame-support", @@ -4728,7 +4731,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -4753,7 +4756,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -4838,7 +4841,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -4855,7 +4858,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -4871,7 +4874,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4895,7 +4898,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -4913,7 +4916,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -4928,7 +4931,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -4951,7 +4954,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4967,7 +4970,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -4987,7 +4990,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5004,7 +5007,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5021,7 +5024,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5039,7 +5042,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -5055,7 +5058,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5072,7 +5075,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5087,7 +5090,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -5101,7 +5104,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -5118,7 +5121,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5141,7 +5144,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5156,7 +5159,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -5170,7 +5173,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5186,7 +5189,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -5207,7 +5210,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5223,7 +5226,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -5237,7 +5240,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5260,7 +5263,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5271,7 +5274,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "log", "sp-arithmetic", @@ -5280,7 +5283,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -5294,7 +5297,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5312,7 +5315,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5331,7 +5334,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-support", "frame-system", @@ -5348,7 +5351,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5365,7 +5368,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5376,7 +5379,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5393,7 +5396,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5409,7 +5412,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-benchmarking", "frame-support", @@ -7245,7 +7248,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fcffab1f78ebbdf4b93b68c1ffebc24037eedf271edaca795732b24e5e4e349" dependencies = [ - "cpufeatures", + "cpufeatures 0.1.4", "opaque-debug 0.3.0", "universal-hash", ] @@ -7257,7 +7260,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e597450cbf209787f0e6de80bf3795c6b2356a380ee87837b545aded8dbc1823" dependencies = [ "cfg-if 1.0.0", - "cpufeatures", + "cpufeatures 0.1.4", "opaque-debug 0.3.0", "universal-hash", ] @@ -7412,15 +7415,15 @@ dependencies = [ [[package]] name = "prometheus" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d" +checksum = "5986aa8d62380092d2f50f8b1cdba9cb9b6731ffd4b25b51fd126b6c3e05b99c" dependencies = [ "cfg-if 1.0.0", "fnv", "lazy_static", + "memchr", "parking_lot 0.11.1", - "regex", "thiserror", ] @@ -7743,14 +7746,13 @@ dependencies = [ [[package]] name = "regex" -version = "1.4.2" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" +checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" dependencies = [ "aho-corasick", "memchr", "regex-syntax", - "thread_local", ] [[package]] @@ -7765,9 +7767,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.21" +version = "0.6.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" +checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "region" @@ -7806,7 +7808,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "env_logger 0.9.0", "jsonrpsee-proc-macros", @@ -8069,7 +8071,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "log", "sp-core", @@ -8080,7 +8082,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "derive_more", @@ -8107,7 +8109,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8130,7 +8132,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8146,7 +8148,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8162,7 +8164,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8173,7 +8175,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "chrono", "fdlimit", @@ -8211,7 +8213,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "fnv", "futures 0.3.17", @@ -8239,7 +8241,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "hash-db", "kvdb", @@ -8264,7 +8266,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "futures 0.3.17", @@ -8288,7 +8290,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "derive_more", @@ -8331,7 +8333,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "derive_more", "futures 0.3.17", @@ -8355,7 +8357,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8368,7 +8370,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "assert_matches", "async-trait", @@ -8402,7 +8404,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "futures 0.3.17", @@ -8428,7 +8430,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "sc-client-api", "sp-authorship", @@ -8439,7 +8441,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "lazy_static", "libsecp256k1 0.6.0", @@ -8465,7 +8467,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "derive_more", "environmental", @@ -8483,7 +8485,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "log", "parity-scale-codec", @@ -8499,7 +8501,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8517,7 +8519,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "derive_more", @@ -8554,7 +8556,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "derive_more", "finality-grandpa", @@ -8578,7 +8580,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "ansi_term 0.12.1", "futures 0.3.17", @@ -8595,7 +8597,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "derive_more", @@ -8610,7 +8612,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "hash-db", "parity-scale-codec", @@ -8628,7 +8630,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-std", "async-trait", @@ -8679,7 +8681,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8695,7 +8697,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "bytes 1.0.1", "fnv", @@ -8722,7 +8724,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "futures 0.3.17", "libp2p", @@ -8735,7 +8737,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8744,7 +8746,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "futures 0.3.17", "hash-db", @@ -8775,7 +8777,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -8800,7 +8802,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -8817,7 +8819,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "directories", @@ -8882,7 +8884,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "log", "parity-scale-codec", @@ -8896,7 +8898,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8918,7 +8920,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "chrono", "futures 0.3.17", @@ -8936,7 +8938,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8966,7 +8968,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8977,7 +8979,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "futures 0.3.17", "intervalier", @@ -9004,7 +9006,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "derive_more", "futures 0.3.17", @@ -9018,7 +9020,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9254,7 +9256,7 @@ checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16" dependencies = [ "block-buffer 0.9.0", "cfg-if 1.0.0", - "cpufeatures", + "cpufeatures 0.1.4", "digest 0.9.0", "opaque-debug 0.3.0", ] @@ -9273,13 +9275,13 @@ dependencies = [ [[package]] name = "sha2" -version = "0.9.2" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8" +checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa" dependencies = [ "block-buffer 0.9.0", "cfg-if 1.0.0", - "cpuid-bool", + "cpufeatures 0.2.1", "digest 0.9.0", "opaque-debug 0.3.0", ] @@ -9409,7 +9411,7 @@ dependencies = [ "rand_core 0.6.1", "ring", "rustc_version 0.3.3", - "sha2 0.9.2", + "sha2 0.9.8", "subtle 2.4.1", "x25519-dalek", ] @@ -9470,7 +9472,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "hash-db", "log", @@ -9487,7 +9489,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -9499,7 +9501,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "parity-scale-codec", "scale-info", @@ -9512,7 +9514,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "integer-sqrt", "num-traits", @@ -9527,7 +9529,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "parity-scale-codec", "scale-info", @@ -9540,7 +9542,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "parity-scale-codec", @@ -9552,7 +9554,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "parity-scale-codec", "sp-api", @@ -9564,7 +9566,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "futures 0.3.17", "log", @@ -9582,7 +9584,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "futures 0.3.17", @@ -9601,7 +9603,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "merlin", @@ -9624,7 +9626,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "parity-scale-codec", "scale-info", @@ -9635,7 +9637,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9647,7 +9649,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "base58", "blake2-rfc", @@ -9674,7 +9676,7 @@ dependencies = [ "schnorrkel", "secrecy", "serde", - "sha2 0.9.2", + "sha2 0.9.8", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", @@ -9692,7 +9694,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9701,7 +9703,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "proc-macro2", "quote", @@ -9711,7 +9713,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "environmental", "parity-scale-codec", @@ -9722,7 +9724,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "finality-grandpa", "log", @@ -9740,7 +9742,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9754,7 +9756,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "futures 0.3.17", "hash-db", @@ -9778,7 +9780,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "lazy_static", "sp-core", @@ -9789,7 +9791,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "derive_more", @@ -9806,7 +9808,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "zstd", ] @@ -9814,7 +9816,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "parity-scale-codec", "scale-info", @@ -9829,7 +9831,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9840,7 +9842,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "sp-api", "sp-core", @@ -9850,7 +9852,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "backtrace", ] @@ -9858,7 +9860,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "rustc-hash", "serde", @@ -9868,7 +9870,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "either", "hash256-std-hasher", @@ -9890,7 +9892,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9907,7 +9909,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -9919,7 +9921,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "serde", "serde_json", @@ -9928,7 +9930,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "parity-scale-codec", "scale-info", @@ -9942,7 +9944,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "parity-scale-codec", "scale-info", @@ -9953,7 +9955,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "hash-db", "log", @@ -9976,12 +9978,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9994,7 +9996,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "log", "sp-core", @@ -10007,7 +10009,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10023,7 +10025,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "erased-serde", "log", @@ -10041,7 +10043,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "sp-api", "sp-runtime", @@ -10050,7 +10052,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "log", @@ -10066,7 +10068,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "hash-db", "memory-db", @@ -10081,7 +10083,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10097,7 +10099,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10108,7 +10110,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10304,7 +10306,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "platforms", ] @@ -10312,7 +10314,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.17", @@ -10334,7 +10336,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-std", "derive_more", @@ -10348,7 +10350,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "async-trait", "futures 0.3.17", @@ -10375,7 +10377,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "futures 0.3.17", "substrate-test-utils-derive", @@ -10385,7 +10387,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10396,7 +10398,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "ansi_term 0.12.1", "build-helper", @@ -10549,7 +10551,7 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "frame-system", "futures 0.3.17", @@ -10705,7 +10707,7 @@ dependencies = [ "pbkdf2 0.4.0", "rand 0.7.3", "rustc-hash", - "sha2 0.9.2", + "sha2 0.9.8", "thiserror", "unicode-normalization", "wasm-bindgen", @@ -10990,7 +10992,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#97818e44c6d3f829fa65e8ab5fc06a8ca9d266c0" +source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" dependencies = [ "jsonrpsee-ws-client", "log", @@ -11431,7 +11433,7 @@ dependencies = [ "libc", "log", "serde", - "sha2 0.9.2", + "sha2 0.9.8", "toml", "winapi 0.3.9", "zstd", diff --git a/node/test/service/src/lib.rs b/node/test/service/src/lib.rs index d52b9ecc3284..5cbad24d55a7 100644 --- a/node/test/service/src/lib.rs +++ b/node/test/service/src/lib.rs @@ -190,7 +190,6 @@ pub fn node_config( announce_block: true, base_path: Some(base_path), informant_output_format: Default::default(), - disable_log_reloading: false, } } From c0d681ccbaba725b02fa9cecc9bf26c4f8f7a190 Mon Sep 17 00:00:00 2001 From: Andronik Ordian Date: Fri, 8 Oct 2021 18:12:57 +0200 Subject: [PATCH 04/10] validator-discovery: don't remove multiaddr of requested `PeerId`s (#4036) * validator-discovery: remove from peer set before inserting * bump spec versions * rework into a companion * fmt * fix * fix * one more time * one more try * one more try * Revert "one more try" This reverts commit ab6568d3b828a33dc06f5650037597fc88dd06b1. * one more try * one more try * Revert "one more try" This reverts commit 8d7369f7b78633bd1b1c5ba3e0f2a0544bdd77a5. * fix a warning * fix another warn * correct log * fix compilation * ffs * less cloning * Apply suggestions from code review Co-authored-by: Pierre Krieger * add comments and a small refactoring * use set_reserved_peers * cargo update -p sp-io * rename added to num_peers * update Substrate Co-authored-by: Pierre Krieger Co-authored-by: parity-processbot <> --- Cargo.lock | 322 +++++++++--------- node/network/bridge/src/network.rs | 27 +- node/network/bridge/src/tests.rs | 10 +- .../network/bridge/src/validator_discovery.rs | 85 +++-- runtime/common/src/integration_tests.rs | 1 + 5 files changed, 227 insertions(+), 218 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c73b44575a38..a82446c9abd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -461,7 +461,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "beefy-primitives", "fnv", @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -509,12 +509,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "parity-scale-codec", "scale-info", @@ -1927,7 +1927,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "parity-scale-codec", ] @@ -1945,7 +1945,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -1965,7 +1965,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "Inflector", "chrono", @@ -1991,7 +1991,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -2005,7 +2005,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -2033,7 +2033,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "bitflags", "frame-metadata", @@ -2060,7 +2060,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2072,7 +2072,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2084,7 +2084,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "proc-macro2", "quote", @@ -2094,7 +2094,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2117,7 +2117,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -2128,7 +2128,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "log", @@ -2145,7 +2145,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -2160,7 +2160,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "parity-scale-codec", "sp-api", @@ -2169,7 +2169,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "sp-api", @@ -2382,7 +2382,7 @@ checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" [[package]] name = "generate-bags" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "chrono", "frame-election-provider-support", @@ -4611,7 +4611,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -4625,7 +4625,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -4641,7 +4641,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -4656,7 +4656,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -4680,7 +4680,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4700,7 +4700,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -4715,7 +4715,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "beefy-primitives", "frame-support", @@ -4731,7 +4731,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -4756,7 +4756,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -4841,7 +4841,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -4858,7 +4858,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -4874,7 +4874,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4898,7 +4898,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -4916,7 +4916,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -4931,7 +4931,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -4954,7 +4954,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4970,7 +4970,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -4990,7 +4990,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -5007,7 +5007,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -5024,7 +5024,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5042,7 +5042,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -5058,7 +5058,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5075,7 +5075,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -5090,7 +5090,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -5104,7 +5104,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -5121,7 +5121,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5144,7 +5144,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -5159,7 +5159,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -5173,7 +5173,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -5189,7 +5189,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -5210,7 +5210,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -5226,7 +5226,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -5240,7 +5240,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5263,7 +5263,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5274,7 +5274,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "log", "sp-arithmetic", @@ -5283,7 +5283,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -5297,7 +5297,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -5315,7 +5315,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -5334,7 +5334,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-support", "frame-system", @@ -5351,7 +5351,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5368,7 +5368,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5379,7 +5379,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -5396,7 +5396,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -5412,7 +5412,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-benchmarking", "frame-support", @@ -7808,7 +7808,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "env_logger 0.9.0", "jsonrpsee-proc-macros", @@ -8071,7 +8071,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "log", "sp-core", @@ -8082,7 +8082,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "derive_more", @@ -8109,7 +8109,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8132,7 +8132,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8148,7 +8148,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8164,7 +8164,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8175,7 +8175,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "chrono", "fdlimit", @@ -8213,7 +8213,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "fnv", "futures 0.3.17", @@ -8241,7 +8241,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "hash-db", "kvdb", @@ -8266,7 +8266,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "futures 0.3.17", @@ -8290,7 +8290,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "derive_more", @@ -8333,7 +8333,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "derive_more", "futures 0.3.17", @@ -8357,7 +8357,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8370,7 +8370,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "assert_matches", "async-trait", @@ -8404,7 +8404,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "futures 0.3.17", @@ -8430,7 +8430,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "sc-client-api", "sp-authorship", @@ -8441,7 +8441,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "lazy_static", "libsecp256k1 0.6.0", @@ -8467,7 +8467,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "derive_more", "environmental", @@ -8485,7 +8485,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "log", "parity-scale-codec", @@ -8501,7 +8501,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8519,7 +8519,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "derive_more", @@ -8556,7 +8556,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "derive_more", "finality-grandpa", @@ -8580,7 +8580,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "ansi_term 0.12.1", "futures 0.3.17", @@ -8597,7 +8597,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "derive_more", @@ -8612,7 +8612,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "hash-db", "parity-scale-codec", @@ -8630,7 +8630,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-std", "async-trait", @@ -8681,7 +8681,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8697,7 +8697,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "bytes 1.0.1", "fnv", @@ -8724,7 +8724,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "futures 0.3.17", "libp2p", @@ -8737,7 +8737,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8746,7 +8746,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "futures 0.3.17", "hash-db", @@ -8777,7 +8777,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -8802,7 +8802,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -8819,7 +8819,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "directories", @@ -8884,7 +8884,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "log", "parity-scale-codec", @@ -8898,7 +8898,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8920,7 +8920,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "chrono", "futures 0.3.17", @@ -8938,7 +8938,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8968,7 +8968,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8979,7 +8979,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "futures 0.3.17", "intervalier", @@ -9006,7 +9006,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "derive_more", "futures 0.3.17", @@ -9020,7 +9020,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9472,7 +9472,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "hash-db", "log", @@ -9489,7 +9489,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -9501,7 +9501,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "parity-scale-codec", "scale-info", @@ -9514,7 +9514,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "integer-sqrt", "num-traits", @@ -9529,7 +9529,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "parity-scale-codec", "scale-info", @@ -9542,7 +9542,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "parity-scale-codec", @@ -9554,7 +9554,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "parity-scale-codec", "sp-api", @@ -9566,7 +9566,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "futures 0.3.17", "log", @@ -9584,7 +9584,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "futures 0.3.17", @@ -9603,7 +9603,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "merlin", @@ -9626,7 +9626,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "parity-scale-codec", "scale-info", @@ -9637,7 +9637,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9649,7 +9649,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "base58", "blake2-rfc", @@ -9694,7 +9694,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9703,7 +9703,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "proc-macro2", "quote", @@ -9713,7 +9713,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "environmental", "parity-scale-codec", @@ -9724,7 +9724,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "finality-grandpa", "log", @@ -9742,7 +9742,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9756,7 +9756,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "futures 0.3.17", "hash-db", @@ -9780,7 +9780,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "lazy_static", "sp-core", @@ -9791,7 +9791,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "derive_more", @@ -9808,7 +9808,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "zstd", ] @@ -9816,7 +9816,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "parity-scale-codec", "scale-info", @@ -9831,7 +9831,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9842,7 +9842,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "sp-api", "sp-core", @@ -9852,7 +9852,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "backtrace", ] @@ -9860,7 +9860,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "rustc-hash", "serde", @@ -9870,7 +9870,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "either", "hash256-std-hasher", @@ -9892,7 +9892,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9909,7 +9909,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -9921,7 +9921,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "serde", "serde_json", @@ -9930,7 +9930,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "parity-scale-codec", "scale-info", @@ -9944,7 +9944,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "parity-scale-codec", "scale-info", @@ -9955,7 +9955,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "hash-db", "log", @@ -9978,12 +9978,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9996,7 +9996,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "log", "sp-core", @@ -10009,7 +10009,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10025,7 +10025,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "erased-serde", "log", @@ -10043,7 +10043,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "sp-api", "sp-runtime", @@ -10052,7 +10052,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "log", @@ -10068,7 +10068,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "hash-db", "memory-db", @@ -10083,7 +10083,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10099,7 +10099,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10110,7 +10110,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10306,7 +10306,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "platforms", ] @@ -10314,7 +10314,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.17", @@ -10336,7 +10336,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-std", "derive_more", @@ -10350,7 +10350,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "async-trait", "futures 0.3.17", @@ -10377,7 +10377,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "futures 0.3.17", "substrate-test-utils-derive", @@ -10387,7 +10387,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10398,7 +10398,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "ansi_term 0.12.1", "build-helper", @@ -10551,7 +10551,7 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "frame-system", "futures 0.3.17", @@ -10992,7 +10992,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b535922ae71c8cd68741ed26d042ba159725fddd" +source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774" dependencies = [ "jsonrpsee-ws-client", "log", diff --git a/node/network/bridge/src/network.rs b/node/network/bridge/src/network.rs index 036254cb558e..d5114f72b452 100644 --- a/node/network/bridge/src/network.rs +++ b/node/network/bridge/src/network.rs @@ -81,18 +81,14 @@ pub trait Network: Clone + Send + 'static { /// Ask the network to keep a substream open with these nodes and not disconnect from them /// until removed from the protocol's peer set. /// Note that `out_peers` setting has no effect on this. - async fn add_to_peers_set( + async fn set_reserved_peers( &mut self, protocol: Cow<'static, str>, multiaddresses: HashSet, ) -> Result<(), String>; - /// Cancels the effects of `add_to_peers_set`. - async fn remove_from_peers_set( - &mut self, - protocol: Cow<'static, str>, - multiaddresses: HashSet, - ) -> Result<(), String>; + /// Removes the peers for the protocol's peer set (both reserved and non-reserved). + async fn remove_from_peers_set(&mut self, protocol: Cow<'static, str>, peers: Vec); /// Send a request to a remote peer. async fn start_request( @@ -118,25 +114,16 @@ impl Network for Arc> { NetworkService::event_stream(self, "polkadot-network-bridge").boxed() } - async fn add_to_peers_set( + async fn set_reserved_peers( &mut self, protocol: Cow<'static, str>, multiaddresses: HashSet, ) -> Result<(), String> { - sc_network::NetworkService::add_peers_to_reserved_set(&**self, protocol, multiaddresses) + sc_network::NetworkService::set_reserved_peers(&**self, protocol, multiaddresses) } - async fn remove_from_peers_set( - &mut self, - protocol: Cow<'static, str>, - multiaddresses: HashSet, - ) -> Result<(), String> { - sc_network::NetworkService::remove_peers_from_reserved_set( - &**self, - protocol.clone(), - multiaddresses.clone(), - )?; - sc_network::NetworkService::remove_from_peers_set(&**self, protocol, multiaddresses) + async fn remove_from_peers_set(&mut self, protocol: Cow<'static, str>, peers: Vec) { + sc_network::NetworkService::remove_peers_from_reserved_set(&**self, protocol, peers); } fn report_peer(&self, who: PeerId, cost_benefit: Rep) { diff --git a/node/network/bridge/src/tests.rs b/node/network/bridge/src/tests.rs index 40ade08df2b0..3be01dd8ae76 100644 --- a/node/network/bridge/src/tests.rs +++ b/node/network/bridge/src/tests.rs @@ -98,7 +98,7 @@ impl Network for TestNetwork { .boxed() } - async fn add_to_peers_set( + async fn set_reserved_peers( &mut self, _protocol: Cow<'static, str>, _: HashSet, @@ -106,13 +106,7 @@ impl Network for TestNetwork { Ok(()) } - async fn remove_from_peers_set( - &mut self, - _protocol: Cow<'static, str>, - _: HashSet, - ) -> Result<(), String> { - Ok(()) - } + async fn remove_from_peers_set(&mut self, _protocol: Cow<'static, str>, _: Vec) {} async fn start_request( &self, diff --git a/node/network/bridge/src/validator_discovery.rs b/node/network/bridge/src/validator_discovery.rs index 7f768044ad50..c338e0e62f70 100644 --- a/node/network/bridge/src/validator_discovery.rs +++ b/node/network/bridge/src/validator_discovery.rs @@ -23,10 +23,13 @@ use std::collections::HashSet; use futures::channel::oneshot; -use sc_network::multiaddr::Multiaddr; +use sc_network::multiaddr::{self, Multiaddr}; pub use polkadot_node_network_protocol::authority_discovery::AuthorityDiscovery; -use polkadot_node_network_protocol::peer_set::{PeerSet, PerPeerSet}; +use polkadot_node_network_protocol::{ + peer_set::{PeerSet, PerPeerSet}, + PeerId, +}; use polkadot_primitives::v1::AuthorityDiscoveryId; const LOG_TARGET: &str = "parachain::validator-discovery"; @@ -39,7 +42,7 @@ pub(super) struct Service { #[derive(Default)] struct StatePerPeerSet { - previously_requested: HashSet, + previously_requested: HashSet, } impl Service { @@ -47,7 +50,7 @@ impl Service { Self { state: Default::default(), _phantom: PhantomData } } - /// Connect to already resolved addresses: + /// Connect to already resolved addresses. pub async fn on_resolved_request( &mut self, newly_requested: HashSet, @@ -55,31 +58,32 @@ impl Service { mut network_service: N, ) -> N { let state = &mut self.state[peer_set]; - // clean up revoked requests - let multiaddr_to_remove: HashSet<_> = - state.previously_requested.difference(&newly_requested).cloned().collect(); - let multiaddr_to_add: HashSet<_> = - newly_requested.difference(&state.previously_requested).cloned().collect(); - state.previously_requested = newly_requested; + let new_peer_ids: HashSet = extract_peer_ids(newly_requested.iter().cloned()); + let num_peers = new_peer_ids.len(); + + let peers_to_remove: Vec = + state.previously_requested.difference(&new_peer_ids).cloned().collect(); + let removed = peers_to_remove.len(); + state.previously_requested = new_peer_ids; tracing::debug!( target: LOG_TARGET, ?peer_set, - added = multiaddr_to_add.len(), - removed = multiaddr_to_remove.len(), + ?num_peers, + ?removed, "New ConnectToValidators resolved request", ); // ask the network to connect to these nodes and not disconnect // from them until removed from the set if let Err(e) = network_service - .add_to_peers_set(peer_set.into_protocol_name(), multiaddr_to_add) + .set_reserved_peers(peer_set.into_protocol_name(), newly_requested) .await { tracing::warn!(target: LOG_TARGET, err = ?e, "AuthorityDiscoveryService returned an invalid multiaddress"); } // the addresses are known to be valid let _ = network_service - .remove_from_peers_set(peer_set.into_protocol_name(), multiaddr_to_remove) + .remove_from_peers_set(peer_set.into_protocol_name(), peers_to_remove) .await; network_service @@ -136,6 +140,15 @@ impl Service { } } +fn extract_peer_ids(multiaddr: impl Iterator) -> HashSet { + multiaddr + .filter_map(|mut addr| match addr.pop() { + Some(multiaddr::Protocol::P2p(key)) => PeerId::from_multihash(key).ok(), + _ => None, + }) + .collect() +} + #[cfg(test)] mod tests { use super::*; @@ -158,7 +171,7 @@ mod tests { #[derive(Default, Clone)] struct TestNetwork { - peers_set: HashSet, + peers_set: HashSet, } #[derive(Default, Clone, Debug)] @@ -171,9 +184,14 @@ mod tests { fn new() -> Self { let peer_ids = known_peer_ids(); let authorities = known_authorities(); - let multiaddr = known_multiaddr(); + let multiaddr = known_multiaddr().into_iter().zip(peer_ids.iter().cloned()).map( + |(mut addr, peer_id)| { + addr.push(multiaddr::Protocol::P2p(peer_id.into())); + addr + }, + ); Self { - by_authority_id: authorities.iter().cloned().zip(multiaddr.into_iter()).collect(), + by_authority_id: authorities.iter().cloned().zip(multiaddr).collect(), by_peer_id: peer_ids.into_iter().zip(authorities.into_iter()).collect(), } } @@ -185,22 +203,21 @@ mod tests { panic!() } - async fn add_to_peers_set( + async fn set_reserved_peers( &mut self, _protocol: Cow<'static, str>, multiaddresses: HashSet, ) -> Result<(), String> { - self.peers_set.extend(multiaddresses.into_iter()); + self.peers_set = extract_peer_ids(multiaddresses.into_iter()); Ok(()) } async fn remove_from_peers_set( &mut self, _protocol: Cow<'static, str>, - multiaddresses: HashSet, - ) -> Result<(), String> { - self.peers_set.retain(|elem| !multiaddresses.contains(elem)); - Ok(()) + peers: Vec, + ) { + self.peers_set.retain(|elem| !peers.contains(elem)); } async fn start_request( @@ -281,9 +298,14 @@ mod tests { let state = &service.state[PeerSet::Validation]; assert_eq!(state.previously_requested.len(), 1); - assert!(state - .previously_requested - .contains(ads.by_authority_id.get(&authority_ids[1]).unwrap())); + let peer_1 = extract_peer_ids( + vec![ads.by_authority_id.get(&authority_ids[1]).unwrap().clone()].into_iter(), + ) + .iter() + .cloned() + .next() + .unwrap(); + assert!(state.previously_requested.contains(&peer_1)); }); } @@ -310,9 +332,14 @@ mod tests { let state = &service.state[PeerSet::Validation]; assert_eq!(state.previously_requested.len(), 1); - assert!(state - .previously_requested - .contains(ads.by_authority_id.get(&authority_ids[0]).unwrap())); + let peer_0 = extract_peer_ids( + vec![ads.by_authority_id.get(&authority_ids[0]).unwrap().clone()].into_iter(), + ) + .iter() + .cloned() + .next() + .unwrap(); + assert!(state.previously_requested.contains(&peer_0)); let failed = failed_rx.await.unwrap(); assert_eq!(failed, 1); diff --git a/runtime/common/src/integration_tests.rs b/runtime/common/src/integration_tests.rs index 87d15bb99233..ad750602b0db 100644 --- a/runtime/common/src/integration_tests.rs +++ b/runtime/common/src/integration_tests.rs @@ -256,6 +256,7 @@ pub fn new_test_ext() -> TestExternalities { ext } +#[cfg(feature = "runtime-benchmarks")] pub fn new_test_ext_with_offset(n: BlockNumber) -> TestExternalities { LeaseOffset::set(n); new_test_ext() From 2bbab73a32da58082042a15b8be1649f529b1343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 17:43:16 +0000 Subject: [PATCH 05/10] Bump trybuild from 1.0.48 to 1.0.49 (#4039) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.48 to 1.0.49. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.48...1.0.49) --- updated-dependencies: - dependency-name: trybuild 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/overseer/overseer-gen/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a82446c9abd5..eb0ceb710e38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11015,9 +11015,9 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.48" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e6088028c71b42d26126c208a072670bcb964cfe73904c331b05e9c26080470" +checksum = "11b533b653278ed89f93da2508e324ce9c7ef4af686521ebe4e6516fc9f3fd8d" dependencies = [ "glob", "lazy_static", diff --git a/node/overseer/overseer-gen/Cargo.toml b/node/overseer/overseer-gen/Cargo.toml index c03b374bddf8..6855e85e69c1 100644 --- a/node/overseer/overseer-gen/Cargo.toml +++ b/node/overseer/overseer-gen/Cargo.toml @@ -19,4 +19,4 @@ futures-timer = "3.0.2" pin-project = "1.0" [dev-dependencies] -trybuild = "1.0.48" +trybuild = "1.0.49" From 01426e4f78d5f45c2f9700d836bdb8aa4be80a45 Mon Sep 17 00:00:00 2001 From: Alan Sapede Date: Fri, 8 Oct 2021 16:43:08 -0400 Subject: [PATCH 06/10] Fixes broken docker link in docker descriptiob (#4043) --- scripts/dockerfiles/polkadot_injected_release.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dockerfiles/polkadot_injected_release.Dockerfile b/scripts/dockerfiles/polkadot_injected_release.Dockerfile index c4c8aea182ed..4b0ca7ef1329 100644 --- a/scripts/dockerfiles/polkadot_injected_release.Dockerfile +++ b/scripts/dockerfiles/polkadot_injected_release.Dockerfile @@ -11,7 +11,7 @@ LABEL io.parity.image.authors="devops-team@parity.io" \ io.parity.image.vendor="Parity Technologies" \ io.parity.image.title="parity/polkadot" \ io.parity.image.description="Polkadot: a platform for web3. This is the official Parity image with an injected binary." \ - io.parity.image.source="https://github.com/paritytech/polkadot/blob/${VCS_REF}/scripts/docker/polkadot_injected_release.Dockerfile" \ + io.parity.image.source="https://github.com/paritytech/polkadot/blob/${VCS_REF}/scripts/dockerfiles/polkadot_injected_release.Dockerfile" \ io.parity.image.revision="${VCS_REF}" \ io.parity.image.created="${BUILD_DATE}" \ io.parity.image.documentation="https://github.com/paritytech/polkadot/" From 21dd652ab58e10f649d22eb3088438aa6cb29e2f Mon Sep 17 00:00:00 2001 From: Zeke Mostov <32168567+emostov@users.noreply.github.com> Date: Sun, 10 Oct 2021 21:02:38 -0700 Subject: [PATCH 07/10] Add para pallets to polkadot benchmarks (#4045) * Add para pallets to polkadot benchmarks * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_parachains::configuration --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_parachains_configuration.rs * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_parachains::initializer --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_parachains_initializer.rs * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_parachains_paras.rs Co-authored-by: Parity Bot --- runtime/polkadot/src/lib.rs | 6 ++++++ .../runtime_parachains_configuration.rs | 18 +++++++++--------- .../weights/runtime_parachains_initializer.rs | 10 +++++----- .../src/weights/runtime_parachains_paras.rs | 14 +++++++------- 4 files changed, 27 insertions(+), 21 deletions(-) diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 47409173e5bb..c43fbcb85393 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1913,6 +1913,9 @@ sp_api::impl_runtime_apis! { list_benchmark!(list, extra, runtime_common::claims, Claims); list_benchmark!(list, extra, runtime_common::slots, Slots); list_benchmark!(list, extra, runtime_common::paras_registrar, Registrar); + list_benchmark!(list, extra, runtime_parachains::configuration, Configuration); + list_benchmark!(list, extra, runtime_parachains::initializer, Initializer); + list_benchmark!(list, extra, runtime_parachains::paras, Paras); // Substrate list_benchmark!(list, extra, pallet_balances, Balances); list_benchmark!(list, extra, pallet_bounties, Bounties); @@ -1985,6 +1988,9 @@ sp_api::impl_runtime_apis! { add_benchmark!(params, batches, runtime_common::claims, Claims); add_benchmark!(params, batches, runtime_common::slots, Slots); add_benchmark!(params, batches, runtime_common::paras_registrar, Registrar); + add_benchmark!(params, batches, runtime_parachains::configuration, Configuration); + add_benchmark!(params, batches, runtime_parachains::initializer, Initializer); + add_benchmark!(params, batches, runtime_parachains::paras, Paras); // Substrate add_benchmark!(params, batches, pallet_balances, Balances); add_benchmark!(params, batches, pallet_bounties, Bounties); diff --git a/runtime/polkadot/src/weights/runtime_parachains_configuration.rs b/runtime/polkadot/src/weights/runtime_parachains_configuration.rs index ae840f37752d..ad84a780a4d0 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_configuration.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_configuration.rs @@ -16,13 +16,13 @@ //! Autogenerated weights for `runtime_parachains::configuration` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-09-17, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 +//! DATE: 2021-10-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: // target/release/polkadot // benchmark -// --chain=kusama-dev +// --chain=polkadot-dev // --steps=50 // --repeat=20 // --pallet=runtime_parachains::configuration @@ -31,7 +31,7 @@ // --wasm-execution=compiled // --heap-pages=4096 // --header=./file_header.txt -// --output=./runtime/kusama/src/weights/runtime_parachains_configuration.rs +// --output=./runtime/polkadot/src/weights/runtime_parachains_configuration.rs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -48,7 +48,7 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration PendingConfig (r:1 w:1) // Storage: Configuration ActiveConfig (r:1 w:0) fn set_config_with_block_number() -> Weight { - (12_378_000 as Weight) + (12_506_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -56,7 +56,7 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration PendingConfig (r:1 w:1) // Storage: Configuration ActiveConfig (r:1 w:0) fn set_config_with_u32() -> Weight { - (12_384_000 as Weight) + (12_550_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -64,7 +64,7 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration PendingConfig (r:1 w:1) // Storage: Configuration ActiveConfig (r:1 w:0) fn set_config_with_option_u32() -> Weight { - (12_746_000 as Weight) + (12_521_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -72,7 +72,7 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration PendingConfig (r:1 w:1) // Storage: Configuration ActiveConfig (r:1 w:0) fn set_config_with_weight() -> Weight { - (12_563_000 as Weight) + (12_867_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -84,7 +84,7 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration PendingConfig (r:1 w:1) // Storage: Configuration ActiveConfig (r:1 w:0) fn set_config_with_balance() -> Weight { - (12_644_000 as Weight) + (12_852_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_initializer.rs b/runtime/polkadot/src/weights/runtime_parachains_initializer.rs index 6b41892d3e45..b74f6056e8de 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_initializer.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_initializer.rs @@ -16,13 +16,13 @@ //! Autogenerated weights for `runtime_parachains::initializer` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-09-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 +//! DATE: 2021-10-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: // target/release/polkadot // benchmark -// --chain=kusama-dev +// --chain=polkadot-dev // --steps=50 // --repeat=20 // --pallet=runtime_parachains::initializer @@ -31,7 +31,7 @@ // --wasm-execution=compiled // --heap-pages=4096 // --header=./file_header.txt -// --output=./runtime/kusama/src/weights/runtime_parachains_initializer.rs +// --output=./runtime/polkadot/src/weights/runtime_parachains_initializer.rs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -46,7 +46,7 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::initializer::WeightInfo for WeightInfo { // Storage: System Digest (r:1 w:1) fn force_approve(d: u32, ) -> Weight { - (5_156_000 as Weight) + (5_698_000 as Weight) // Standard Error: 0 .saturating_add((2_000 as Weight).saturating_mul(d as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) diff --git a/runtime/polkadot/src/weights/runtime_parachains_paras.rs b/runtime/polkadot/src/weights/runtime_parachains_paras.rs index 728d95561bfc..75c20b3301c4 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_paras.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_paras.rs @@ -16,13 +16,13 @@ //! Autogenerated weights for `runtime_parachains::paras` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-09-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 +//! DATE: 2021-10-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: // target/release/polkadot // benchmark -// --chain=kusama-dev +// --chain=polkadot-dev // --steps=50 // --repeat=20 // --pallet=runtime_parachains::paras @@ -31,7 +31,7 @@ // --wasm-execution=compiled // --heap-pages=4096 // --header=./file_header.txt -// --output=./runtime/kusama/src/weights/runtime_parachains_paras.rs +// --output=./runtime/polkadot/src/weights/runtime_parachains_paras.rs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -59,7 +59,7 @@ impl runtime_parachains::paras::WeightInfo for WeightIn } // Storage: Paras Heads (r:0 w:1) fn force_set_current_head(s: u32, ) -> Weight { - (16_088_000 as Weight) + (16_226_000 as Weight) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -90,7 +90,7 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras PastCodeHash (r:0 w:1) // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn force_note_new_head(s: u32, ) -> Weight { - (69_114_000 as Weight) + (68_208_000 as Weight) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) @@ -99,7 +99,7 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras ActionsQueue (r:1 w:1) fn force_queue_action() -> Weight { - (26_752_000 as Weight) + (26_462_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } From d5023816d7bf284975ce1787096fdfc27e45ab01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:37:27 +0000 Subject: [PATCH 08/10] Bump strum from 0.21.0 to 0.22.0 (#4047) Bumps [strum](https://github.com/Peternator7/strum) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum 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 | 22 ++++++++++++++++++++-- node/network/protocol/Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb0ceb710e38..b98571c3edb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6457,7 +6457,7 @@ dependencies = [ "polkadot-primitives", "sc-authority-discovery", "sc-network", - "strum 0.21.0", + "strum 0.22.0", "thiserror", ] @@ -10254,8 +10254,14 @@ name = "strum" version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2" + +[[package]] +name = "strum" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e" dependencies = [ - "strum_macros 0.21.1", + "strum_macros 0.22.0", ] [[package]] @@ -10282,6 +10288,18 @@ dependencies = [ "syn", ] +[[package]] +name = "strum_macros" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sub-tokens" version = "0.1.0" diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index 9046c232fca4..e14d81340ea6 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -13,7 +13,7 @@ polkadot-node-jaeger = { path = "../../jaeger" } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -strum = { version = "0.21", features = ["derive"] } +strum = { version = "0.22", features = ["derive"] } derive_more = "0.99.11" futures = "0.3.17" thiserror = "1.0.26" From 70ccebc44399e6da867b1ed5076e6e1b3f653126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:17:23 +0000 Subject: [PATCH 09/10] Bump thiserror from 1.0.29 to 1.0.30 (#4048) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.29 to 1.0.30. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.29...1.0.30) --- updated-dependencies: - dependency-name: thiserror 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 | 8 ++++---- cli/Cargo.toml | 2 +- erasure-coding/Cargo.toml | 2 +- node/collation-generation/Cargo.toml | 2 +- node/core/av-store/Cargo.toml | 2 +- node/core/backing/Cargo.toml | 2 +- node/core/bitfield-signing/Cargo.toml | 2 +- node/core/chain-selection/Cargo.toml | 2 +- node/core/dispute-coordinator/Cargo.toml | 2 +- node/core/dispute-participation/Cargo.toml | 2 +- node/core/parachains-inherent/Cargo.toml | 2 +- node/core/provisioner/Cargo.toml | 2 +- node/jaeger/Cargo.toml | 2 +- node/metered-channel/Cargo.toml | 2 +- node/network/availability-distribution/Cargo.toml | 2 +- node/network/availability-recovery/Cargo.toml | 2 +- node/network/collator-protocol/Cargo.toml | 2 +- node/network/dispute-distribution/Cargo.toml | 2 +- node/network/protocol/Cargo.toml | 2 +- node/network/statement-distribution/Cargo.toml | 2 +- node/primitives/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- node/subsystem-types/Cargo.toml | 2 +- node/subsystem-util/Cargo.toml | 2 +- utils/staking-miner/Cargo.toml | 2 +- 25 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b98571c3edb0..9d4d182649a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10622,18 +10622,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.29" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88" +checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.29" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c" +checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" dependencies = [ "proc-macro2", "quote", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d52b547a9b3f..fe718cb7f414 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -15,7 +15,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] log = "0.4.13" -thiserror = "1.0.26" +thiserror = "1.0.30" structopt = { version = "0.3.23", optional = true } futures = "0.3.17" diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 2cf311f022eb..e7f71b14d1e3 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -11,4 +11,4 @@ novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["std", "derive"] } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" } -thiserror = "1.0.26" +thiserror = "1.0.30" diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index 6ae417287efb..7f6486708fc6 100644 --- a/node/collation-generation/Cargo.toml +++ b/node/collation-generation/Cargo.toml @@ -14,7 +14,7 @@ polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -thiserror = "1.0.26" +thiserror = "1.0.30" parity-scale-codec = { version = "2.3.1", default-features = false, features = ["bit-vec", "derive"] } [dev-dependencies] diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index 5b5c9a2bbf45..98a2f63d0dc6 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" futures = "0.3.17" futures-timer = "3.0.2" kvdb = "0.10.0" -thiserror = "1.0.26" +thiserror = "1.0.30" tracing = "0.1.29" bitvec = "0.20.1" diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index bf2b9b3b3b19..0aa567d86b9c 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -15,7 +15,7 @@ erasure-coding = { package = "polkadot-erasure-coding", path = "../../../erasure statement-table = { package = "polkadot-statement-table", path = "../../../statement-table" } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } tracing = "0.1.29" -thiserror = "1.0.26" +thiserror = "1.0.30" [dev-dependencies] sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index ad3f821345da..99980654f927 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -12,7 +12,7 @@ polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } wasm-timer = "0.2.5" -thiserror = "1.0.26" +thiserror = "1.0.30" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/chain-selection/Cargo.toml b/node/core/chain-selection/Cargo.toml index 7202e38db0bf..a33d7e4bdbed 100644 --- a/node/core/chain-selection/Cargo.toml +++ b/node/core/chain-selection/Cargo.toml @@ -14,7 +14,7 @@ polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } kvdb = "0.10.0" -thiserror = "1.0.26" +thiserror = "1.0.30" parity-scale-codec = "2" [dev-dependencies] diff --git a/node/core/dispute-coordinator/Cargo.toml b/node/core/dispute-coordinator/Cargo.toml index 2185383fe005..0b800c57199a 100644 --- a/node/core/dispute-coordinator/Cargo.toml +++ b/node/core/dispute-coordinator/Cargo.toml @@ -11,7 +11,7 @@ tracing = "0.1.29" parity-scale-codec = "2" kvdb = "0.10.0" derive_more = "0.99.14" -thiserror = "1.0.26" +thiserror = "1.0.30" polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } diff --git a/node/core/dispute-participation/Cargo.toml b/node/core/dispute-participation/Cargo.toml index f0eba006e813..9d3b85ab66ed 100644 --- a/node/core/dispute-participation/Cargo.toml +++ b/node/core/dispute-participation/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] futures = "0.3.17" -thiserror = "1.0.26" +thiserror = "1.0.30" tracing = "0.1.29" polkadot-node-primitives = { path = "../../primitives" } diff --git a/node/core/parachains-inherent/Cargo.toml b/node/core/parachains-inherent/Cargo.toml index 79d7ab48efa2..e05679e5328e 100644 --- a/node/core/parachains-inherent/Cargo.toml +++ b/node/core/parachains-inherent/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" futures = "0.3.17" futures-timer = "3.0.2" tracing = "0.1.29" -thiserror = "1.0.26" +thiserror = "1.0.30" async-trait = "0.1.51" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-primitives = { path = "../../../primitives" } diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index 8870b9e93f62..fd1a0aca8dcf 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } futures = "0.3.17" tracing = "0.1.29" -thiserror = "1.0.26" +thiserror = "1.0.30" polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } diff --git a/node/jaeger/Cargo.toml b/node/jaeger/Cargo.toml index 308a76d494f8..00e3be90919e 100644 --- a/node/jaeger/Cargo.toml +++ b/node/jaeger/Cargo.toml @@ -14,6 +14,6 @@ polkadot-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../primitives" } sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -thiserror = "1.0.26" +thiserror = "1.0.30" log = "0.4.13" parity-scale-codec = { version = "2.3.1", default-features = false } diff --git a/node/metered-channel/Cargo.toml b/node/metered-channel/Cargo.toml index 68aa04fa6749..6048f5051109 100644 --- a/node/metered-channel/Cargo.toml +++ b/node/metered-channel/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.17" futures-timer = "3.0.2" derive_more = "0.99" tracing = "0.1.29" -thiserror = "1.0.29" +thiserror = "1.0.30" [dev-dependencies] futures = { version = "0.3.17", features = ["thread-pool"] } diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index 466da985ab99..d72729468641 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -16,7 +16,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -thiserror = "1.0.26" +thiserror = "1.0.30" rand = "0.8.3" derive_more = "0.99.11" lru = "0.7.0" diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index efa30b41c52c..08f39ed7846d 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" futures = "0.3.17" lru = "0.7.0" rand = "0.8.3" -thiserror = "1.0.26" +thiserror = "1.0.30" tracing = "0.1.29" polkadot-erasure-coding = { path = "../../../erasure-coding" } diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index c018cbeb16b0..3cc56538f79b 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -9,7 +9,7 @@ always-assert = "0.1.2" derive_more = "0.99.14" futures = "0.3.17" futures-timer = "3" -thiserror = "1.0.26" +thiserror = "1.0.30" tracing = "0.1.29" sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/network/dispute-distribution/Cargo.toml b/node/network/dispute-distribution/Cargo.toml index dd99d4159934..cfa85f9fac02 100644 --- a/node/network/dispute-distribution/Cargo.toml +++ b/node/network/dispute-distribution/Cargo.toml @@ -18,7 +18,7 @@ polkadot-node-primitives = { path = "../../primitives" } sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -thiserror = "1.0.26" +thiserror = "1.0.30" lru = "0.7.0" [dev-dependencies] diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index e14d81340ea6..3afc14e375e9 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -16,4 +16,4 @@ sc-authority-discovery = { git = "https://github.com/paritytech/substrate", bran strum = { version = "0.22", features = ["derive"] } derive_more = "0.99.11" futures = "0.3.17" -thiserror = "1.0.26" +thiserror = "1.0.30" diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index fc594fd18285..def653fcaa11 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -19,7 +19,7 @@ arrayvec = "0.5.2" indexmap = "1.7.0" parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } derive_more = "0.99.11" -thiserror = "1.0.26" +thiserror = "1.0.30" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 4a6d9abb6880..55596573f45b 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -18,7 +18,7 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-parachain = { path = "../../parachain", default-features = false } schnorrkel = "0.9.1" -thiserror = "1.0.26" +thiserror = "1.0.30" serde = { version = "1.0.130", features = ["derive"] } [target.'cfg(not(target_os = "unknown"))'.dependencies] diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 6ca1f6669292..622421be159b 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -64,7 +64,7 @@ futures = "0.3.17" hex-literal = "0.3.3" tracing = "0.1.29" serde = { version = "1.0.130", features = ["derive"] } -thiserror = "1.0.26" +thiserror = "1.0.30" kvdb = "0.10.0" kvdb-rocksdb = { version = "0.14.0", optional = true } async-trait = "0.1.51" diff --git a/node/subsystem-types/Cargo.toml b/node/subsystem-types/Cargo.toml index 0fa9a96f1a43..2850cb21d504 100644 --- a/node/subsystem-types/Cargo.toml +++ b/node/subsystem-types/Cargo.toml @@ -17,4 +17,4 @@ polkadot-overseer-gen = { path = "../overseer/overseer-gen" } sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } smallvec = "1.6.1" substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } -thiserror = "1.0.26" +thiserror = "1.0.30" diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index 4da5b8d7171d..5d9a88581974 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -12,7 +12,7 @@ itertools = "0.10" parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } pin-project = "1.0.8" rand = "0.8.3" -thiserror = "1.0.26" +thiserror = "1.0.30" tracing = "0.1.29" derive_more = "0.99.11" lru = "0.7.0" diff --git a/utils/staking-miner/Cargo.toml b/utils/staking-miner/Cargo.toml index 593d1a1bf2cd..bfc07614f5e6 100644 --- a/utils/staking-miner/Cargo.toml +++ b/utils/staking-miner/Cargo.toml @@ -14,7 +14,7 @@ jsonrpsee-ws-client = { version = "0.3.1", default-features = false, features = serde_json = "1.0" serde = "1.0.130" paste = "1.0.5" -thiserror = "1.0.26" +thiserror = "1.0.30" remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" } From 7c63ac8373db52f923c72f7a1c17676faba5beb1 Mon Sep 17 00:00:00 2001 From: Bernhard Schuster Date: Mon, 11 Oct 2021 18:59:45 +0200 Subject: [PATCH 10/10] overseer: simplify debugging some more (#4053) * overseer: simplify debugging some more * chore: undo gitignore change --- node/overseer/overseer-gen/proc-macro/build.rs | 2 ++ .../overseer-gen/proc-macro/src/lib.rs | 18 ++++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 node/overseer/overseer-gen/proc-macro/build.rs diff --git a/node/overseer/overseer-gen/proc-macro/build.rs b/node/overseer/overseer-gen/proc-macro/build.rs new file mode 100644 index 000000000000..ebc4e5d75ab5 --- /dev/null +++ b/node/overseer/overseer-gen/proc-macro/build.rs @@ -0,0 +1,2 @@ +/// A dummy build script, so `OUT_DIR` is set. +fn main() {} diff --git a/node/overseer/overseer-gen/proc-macro/src/lib.rs b/node/overseer/overseer-gen/proc-macro/src/lib.rs index 1a0634b29720..1c7d32d6449f 100644 --- a/node/overseer/overseer-gen/proc-macro/src/lib.rs +++ b/node/overseer/overseer-gen/proc-macro/src/lib.rs @@ -98,12 +98,12 @@ pub(crate) fn impl_overseer_gen( additive.extend(impl_message_wrapper_enum(&info)?); additive.extend(impl_dispatch(&info)); - #[cfg(feature = "expansion")] - { + if cfg!(feature = "expansion") { use std::io::Write; - let cwd = std::env::current_dir().unwrap(); - let path: std::path::PathBuf = cwd.join("overlord-expansion.rs"); + let out = env!("OUT_DIR"); + let out = std::path::PathBuf::from(out); + let path = out.join("overlord-expansion.rs"); let mut f = std::fs::OpenOptions::new() .write(true) .create(true) @@ -117,9 +117,15 @@ pub(crate) fn impl_overseer_gen( std::process::Command::new("rustfmt") .arg("--edition=2018") .arg(&path) - .current_dir(cwd) + .current_dir(out) .spawn() .expect("Running rustfmt works. qed"); + + let path = path.display().to_string(); + Ok(quote! { + include!( #path ); + }) + } else { + Ok(additive) } - Ok(additive) }