diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock
index 6bbdb7e01779f31c6400fc7b1075d7e87407bb99..13e96a0deb6a9027c9fb4f41cdf16bf1e7d8e374 100644
--- a/polkadot/Cargo.lock
+++ b/polkadot/Cargo.lock
@@ -410,20 +410,17 @@ dependencies = [
 [[package]]
 name = "beefy-gadget"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "array-bytes",
  "async-trait",
  "fnv",
  "futures",
- "futures-timer",
  "log",
  "parity-scale-codec",
  "parking_lot 0.12.1",
- "sc-chain-spec",
  "sc-client-api",
  "sc-consensus",
- "sc-finality-grandpa",
  "sc-keystore",
  "sc-network",
  "sc-network-common",
@@ -447,7 +444,7 @@ dependencies = [
 [[package]]
 name = "beefy-gadget-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "beefy-gadget",
  "futures",
@@ -456,7 +453,6 @@ dependencies = [
  "parity-scale-codec",
  "parking_lot 0.12.1",
  "sc-rpc",
- "sc-utils",
  "serde",
  "sp-beefy",
  "sp-core",
@@ -467,7 +463,7 @@ dependencies = [
 [[package]]
 name = "beefy-merkle-tree"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "sp-api",
  "sp-beefy",
@@ -1565,9 +1561,9 @@ dependencies = [
 
 [[package]]
 name = "ed25519"
-version = "1.3.0"
+version = "1.5.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74e1069e39f1454367eb2de793ed062fac4c35c2934b76a81d90dd9abcd28816"
+checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"
 dependencies = [
  "signature",
 ]
@@ -1990,7 +1986,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 [[package]]
 name = "fork-tree"
 version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
 ]
@@ -2014,7 +2010,7 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab"
 [[package]]
 name = "frame-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2037,7 +2033,7 @@ dependencies = [
 [[package]]
 name = "frame-benchmarking-cli"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "Inflector",
  "array-bytes",
@@ -2049,16 +2045,13 @@ dependencies = [
  "frame-system",
  "gethostname",
  "handlebars",
- "hash-db",
  "itertools",
- "kvdb",
  "lazy_static",
  "linked-hash-map",
  "log",
- "memory-db",
  "parity-scale-codec",
  "rand 0.8.5",
- "rand_pcg 0.3.1",
+ "rand_pcg",
  "sc-block-builder",
  "sc-cli",
  "sc-client-api",
@@ -2068,7 +2061,6 @@ dependencies = [
  "sc-sysinfo",
  "serde",
  "serde_json",
- "serde_nanos",
  "sp-api",
  "sp-blockchain",
  "sp-core",
@@ -2081,7 +2073,6 @@ dependencies = [
  "sp-std",
  "sp-storage",
  "sp-trie",
- "tempfile",
  "thiserror",
  "thousands",
 ]
@@ -2089,7 +2080,7 @@ dependencies = [
 [[package]]
 name = "frame-election-provider-solution-type"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -2100,7 +2091,7 @@ dependencies = [
 [[package]]
 name = "frame-election-provider-support"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-election-provider-solution-type",
  "frame-support",
@@ -2117,7 +2108,7 @@ dependencies = [
 [[package]]
 name = "frame-executive"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2146,18 +2137,15 @@ dependencies = [
 [[package]]
 name = "frame-remote-externalities"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
- "env_logger 0.9.0",
  "futures",
  "log",
  "parity-scale-codec",
  "serde",
- "serde_json",
  "sp-core",
  "sp-io",
  "sp-runtime",
- "sp-version",
  "substrate-rpc-client",
  "tokio",
 ]
@@ -2165,7 +2153,7 @@ dependencies = [
 [[package]]
 name = "frame-support"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "bitflags",
  "frame-metadata",
@@ -2197,7 +2185,7 @@ dependencies = [
 [[package]]
 name = "frame-support-procedural"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "Inflector",
  "cfg-expr",
@@ -2211,7 +2199,7 @@ dependencies = [
 [[package]]
 name = "frame-support-procedural-tools"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support-procedural-tools-derive",
  "proc-macro-crate",
@@ -2223,7 +2211,7 @@ dependencies = [
 [[package]]
 name = "frame-support-procedural-tools-derive"
 version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -2233,7 +2221,7 @@ dependencies = [
 [[package]]
 name = "frame-support-test"
 version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "frame-support-test-pallet",
@@ -2256,7 +2244,7 @@ dependencies = [
 [[package]]
 name = "frame-support-test-pallet"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2267,7 +2255,7 @@ dependencies = [
 [[package]]
 name = "frame-system"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "log",
@@ -2285,7 +2273,7 @@ dependencies = [
 [[package]]
 name = "frame-system-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -2300,7 +2288,7 @@ dependencies = [
 [[package]]
 name = "frame-system-rpc-runtime-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -2309,7 +2297,7 @@ dependencies = [
 [[package]]
 name = "frame-try-runtime"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "parity-scale-codec",
@@ -2480,7 +2468,7 @@ dependencies = [
 [[package]]
 name = "generate-bags"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "chrono",
  "frame-election-provider-support",
@@ -2489,7 +2477,6 @@ dependencies = [
  "git2",
  "num-format",
  "pallet-staking",
- "sp-io",
 ]
 
 [[package]]
@@ -2528,10 +2515,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 dependencies = [
  "cfg-if",
- "js-sys",
  "libc",
  "wasi 0.9.0+wasi-snapshot-preview1",
- "wasm-bindgen",
 ]
 
 [[package]]
@@ -4072,7 +4057,7 @@ dependencies = [
 [[package]]
 name = "mmr-gadget"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "futures",
  "log",
@@ -4084,7 +4069,6 @@ dependencies = [
  "sp-blockchain",
  "sp-consensus",
  "sp-core",
- "sp-io",
  "sp-mmr-primitives",
  "sp-runtime",
 ]
@@ -4092,7 +4076,7 @@ dependencies = [
 [[package]]
 name = "mmr-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "anyhow",
  "jsonrpsee",
@@ -4597,7 +4581,7 @@ checksum = "20448fd678ec04e6ea15bbe0476874af65e98a01515d667aa49f1434dc44ebf4"
 [[package]]
 name = "pallet-assets"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -4612,7 +4596,7 @@ dependencies = [
 [[package]]
 name = "pallet-authority-discovery"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -4628,7 +4612,7 @@ dependencies = [
 [[package]]
 name = "pallet-authorship"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -4643,7 +4627,7 @@ dependencies = [
 [[package]]
 name = "pallet-babe"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -4667,7 +4651,7 @@ dependencies = [
 [[package]]
 name = "pallet-bags-list"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -4687,7 +4671,7 @@ dependencies = [
 [[package]]
 name = "pallet-bags-list-remote-tests"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-election-provider-support",
  "frame-remote-externalities",
@@ -4706,7 +4690,7 @@ dependencies = [
 [[package]]
 name = "pallet-balances"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -4721,7 +4705,7 @@ dependencies = [
 [[package]]
 name = "pallet-beefy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -4737,7 +4721,7 @@ dependencies = [
 [[package]]
 name = "pallet-beefy-mmr"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "array-bytes",
  "beefy-merkle-tree",
@@ -4760,7 +4744,7 @@ dependencies = [
 [[package]]
 name = "pallet-bounties"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -4778,7 +4762,7 @@ dependencies = [
 [[package]]
 name = "pallet-child-bounties"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -4797,7 +4781,7 @@ dependencies = [
 [[package]]
 name = "pallet-collective"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -4814,7 +4798,7 @@ dependencies = [
 [[package]]
 name = "pallet-conviction-voting"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "assert_matches",
  "frame-benchmarking",
@@ -4831,7 +4815,7 @@ dependencies = [
 [[package]]
 name = "pallet-democracy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -4849,7 +4833,7 @@ dependencies = [
 [[package]]
 name = "pallet-election-provider-multi-phase"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -4858,7 +4842,7 @@ dependencies = [
  "log",
  "pallet-election-provider-support-benchmarking",
  "parity-scale-codec",
- "rand 0.7.3",
+ "rand 0.8.5",
  "scale-info",
  "sp-arithmetic",
  "sp-core",
@@ -4866,14 +4850,13 @@ dependencies = [
  "sp-npos-elections",
  "sp-runtime",
  "sp-std",
- "static_assertions",
  "strum",
 ]
 
 [[package]]
 name = "pallet-election-provider-support-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -4886,7 +4869,7 @@ dependencies = [
 [[package]]
 name = "pallet-elections-phragmen"
 version = "5.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -4904,7 +4887,7 @@ dependencies = [
 [[package]]
 name = "pallet-fast-unstake"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -4922,7 +4905,7 @@ dependencies = [
 [[package]]
 name = "pallet-grandpa"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -4945,7 +4928,7 @@ dependencies = [
 [[package]]
 name = "pallet-identity"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "enumflags2",
  "frame-benchmarking",
@@ -4961,7 +4944,7 @@ dependencies = [
 [[package]]
 name = "pallet-im-online"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -4981,7 +4964,7 @@ dependencies = [
 [[package]]
 name = "pallet-indices"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -4998,7 +4981,7 @@ dependencies = [
 [[package]]
 name = "pallet-membership"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5015,7 +4998,7 @@ dependencies = [
 [[package]]
 name = "pallet-mmr"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5032,7 +5015,7 @@ dependencies = [
 [[package]]
 name = "pallet-multisig"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5048,7 +5031,7 @@ dependencies = [
 [[package]]
 name = "pallet-nis"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5064,7 +5047,7 @@ dependencies = [
 [[package]]
 name = "pallet-nomination-pools"
 version = "1.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -5081,7 +5064,7 @@ dependencies = [
 [[package]]
 name = "pallet-nomination-pools-benchmarking"
 version = "1.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -5101,7 +5084,7 @@ dependencies = [
 [[package]]
 name = "pallet-nomination-pools-runtime-api"
 version = "1.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -5111,7 +5094,7 @@ dependencies = [
 [[package]]
 name = "pallet-offences"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -5128,7 +5111,7 @@ dependencies = [
 [[package]]
 name = "pallet-offences-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -5151,7 +5134,7 @@ dependencies = [
 [[package]]
 name = "pallet-preimage"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5168,7 +5151,7 @@ dependencies = [
 [[package]]
 name = "pallet-proxy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5183,7 +5166,7 @@ dependencies = [
 [[package]]
 name = "pallet-ranked-collective"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5201,7 +5184,7 @@ dependencies = [
 [[package]]
 name = "pallet-recovery"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5216,7 +5199,7 @@ dependencies = [
 [[package]]
 name = "pallet-referenda"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "assert_matches",
  "frame-benchmarking",
@@ -5235,7 +5218,7 @@ dependencies = [
 [[package]]
 name = "pallet-scheduler"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5252,7 +5235,7 @@ dependencies = [
 [[package]]
 name = "pallet-session"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -5273,14 +5256,14 @@ dependencies = [
 [[package]]
 name = "pallet-session-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
  "frame-system",
  "pallet-session",
  "pallet-staking",
- "rand 0.7.3",
+ "rand 0.8.5",
  "sp-runtime",
  "sp-session",
  "sp-std",
@@ -5289,7 +5272,7 @@ dependencies = [
 [[package]]
 name = "pallet-society"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -5303,7 +5286,7 @@ dependencies = [
 [[package]]
 name = "pallet-staking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -5326,7 +5309,7 @@ dependencies = [
 [[package]]
 name = "pallet-staking-reward-curve"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -5337,7 +5320,7 @@ dependencies = [
 [[package]]
 name = "pallet-staking-reward-fn"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "log",
  "sp-arithmetic",
@@ -5346,7 +5329,7 @@ dependencies = [
 [[package]]
 name = "pallet-state-trie-migration"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5363,7 +5346,7 @@ dependencies = [
 [[package]]
 name = "pallet-sudo"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -5377,7 +5360,7 @@ dependencies = [
 [[package]]
 name = "pallet-timestamp"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5395,7 +5378,7 @@ dependencies = [
 [[package]]
 name = "pallet-tips"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5414,7 +5397,7 @@ dependencies = [
 [[package]]
 name = "pallet-transaction-payment"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -5430,7 +5413,7 @@ dependencies = [
 [[package]]
 name = "pallet-transaction-payment-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "jsonrpsee",
  "pallet-transaction-payment-rpc-runtime-api",
@@ -5446,7 +5429,7 @@ dependencies = [
 [[package]]
 name = "pallet-transaction-payment-rpc-runtime-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "pallet-transaction-payment",
  "parity-scale-codec",
@@ -5458,7 +5441,7 @@ dependencies = [
 [[package]]
 name = "pallet-treasury"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5475,7 +5458,7 @@ dependencies = [
 [[package]]
 name = "pallet-utility"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5491,7 +5474,7 @@ dependencies = [
 [[package]]
 name = "pallet-vesting"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5506,7 +5489,7 @@ dependencies = [
 [[package]]
 name = "pallet-whitelist"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5685,20 +5668,20 @@ checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
 
 [[package]]
 name = "pbkdf2"
-version = "0.4.0"
+version = "0.8.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
+checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
 dependencies = [
- "crypto-mac 0.8.0",
+ "crypto-mac 0.11.1",
 ]
 
 [[package]]
 name = "pbkdf2"
-version = "0.8.0"
+version = "0.11.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
+checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 dependencies = [
- "crypto-mac 0.11.1",
+ "digest 0.10.3",
 ]
 
 [[package]]
@@ -7722,7 +7705,6 @@ dependencies = [
  "rand_chacha 0.2.2",
  "rand_core 0.5.1",
  "rand_hc",
- "rand_pcg 0.2.1",
 ]
 
 [[package]]
@@ -7793,15 +7775,6 @@ dependencies = [
  "rand_core 0.5.1",
 ]
 
-[[package]]
-name = "rand_pcg"
-version = "0.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
-dependencies = [
- "rand_core 0.5.1",
-]
-
 [[package]]
 name = "rand_pcg"
 version = "0.3.1"
@@ -8279,7 +8252,7 @@ dependencies = [
 [[package]]
 name = "sc-allocator"
 version = "4.1.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "log",
  "sp-core",
@@ -8290,7 +8263,7 @@ dependencies = [
 [[package]]
 name = "sc-authority-discovery"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "futures",
@@ -8301,7 +8274,7 @@ dependencies = [
  "parity-scale-codec",
  "prost",
  "prost-build",
- "rand 0.7.3",
+ "rand 0.8.5",
  "sc-client-api",
  "sc-network-common",
  "sp-api",
@@ -8317,7 +8290,7 @@ dependencies = [
 [[package]]
 name = "sc-basic-authorship"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "futures",
  "futures-timer",
@@ -8340,7 +8313,7 @@ dependencies = [
 [[package]]
 name = "sc-block-builder"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "sc-client-api",
@@ -8356,11 +8329,9 @@ dependencies = [
 [[package]]
 name = "sc-chain-spec"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
- "impl-trait-for-tuples",
  "memmap2",
- "parity-scale-codec",
  "sc-chain-spec-derive",
  "sc-network-common",
  "sc-telemetry",
@@ -8373,7 +8344,7 @@ dependencies = [
 [[package]]
 name = "sc-chain-spec-derive"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -8384,7 +8355,7 @@ dependencies = [
 [[package]]
 name = "sc-cli"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "array-bytes",
  "chrono",
@@ -8395,7 +8366,7 @@ dependencies = [
  "log",
  "names",
  "parity-scale-codec",
- "rand 0.7.3",
+ "rand 0.8.5",
  "regex",
  "rpassword",
  "sc-client-api",
@@ -8424,11 +8395,10 @@ dependencies = [
 [[package]]
 name = "sc-client-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "fnv",
  "futures",
- "hash-db",
  "log",
  "parity-scale-codec",
  "parking_lot 0.12.1",
@@ -8445,14 +8415,13 @@ dependencies = [
  "sp-runtime",
  "sp-state-machine",
  "sp-storage",
- "sp-trie",
  "substrate-prometheus-endpoint",
 ]
 
 [[package]]
 name = "sc-client-db"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "hash-db",
  "kvdb",
@@ -8477,7 +8446,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "futures",
@@ -8502,7 +8471,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-babe"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "fork-tree",
@@ -8521,7 +8490,6 @@ dependencies = [
  "sc-keystore",
  "sc-telemetry",
  "schnorrkel",
- "serde",
  "sp-api",
  "sp-application-crypto",
  "sp-block-builder",
@@ -8532,10 +8500,8 @@ dependencies = [
  "sp-consensus-vrf",
  "sp-core",
  "sp-inherents",
- "sp-io",
  "sp-keystore",
  "sp-runtime",
- "sp-version",
  "substrate-prometheus-endpoint",
  "thiserror",
 ]
@@ -8543,7 +8509,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-babe-rpc"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "futures",
  "jsonrpsee",
@@ -8565,7 +8531,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-epochs"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "fork-tree",
  "parity-scale-codec",
@@ -8578,7 +8544,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-slots"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "futures",
@@ -8596,13 +8562,12 @@ dependencies = [
  "sp-inherents",
  "sp-runtime",
  "sp-state-machine",
- "thiserror",
 ]
 
 [[package]]
 name = "sc-executor"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "lru",
  "parity-scale-codec",
@@ -8626,7 +8591,7 @@ dependencies = [
 [[package]]
 name = "sc-executor-common"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "sc-allocator",
  "sp-maybe-compressed-blob",
@@ -8639,7 +8604,7 @@ dependencies = [
 [[package]]
 name = "sc-executor-wasmi"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "log",
  "sc-allocator",
@@ -8652,7 +8617,7 @@ dependencies = [
 [[package]]
 name = "sc-executor-wasmtime"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "cfg-if",
  "libc",
@@ -8669,7 +8634,7 @@ dependencies = [
 [[package]]
 name = "sc-finality-grandpa"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "ahash",
  "array-bytes",
@@ -8687,7 +8652,6 @@ dependencies = [
  "sc-chain-spec",
  "sc-client-api",
  "sc-consensus",
- "sc-keystore",
  "sc-network",
  "sc-network-common",
  "sc-network-gossip",
@@ -8710,7 +8674,7 @@ dependencies = [
 [[package]]
 name = "sc-finality-grandpa-rpc"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "finality-grandpa",
  "futures",
@@ -8721,7 +8685,6 @@ dependencies = [
  "sc-finality-grandpa",
  "sc-rpc",
  "serde",
- "serde_json",
  "sp-blockchain",
  "sp-core",
  "sp-runtime",
@@ -8731,7 +8694,7 @@ dependencies = [
 [[package]]
 name = "sc-informant"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "ansi_term",
  "futures",
@@ -8739,7 +8702,6 @@ dependencies = [
  "log",
  "sc-client-api",
  "sc-network-common",
- "sc-transaction-pool-api",
  "sp-blockchain",
  "sp-runtime",
 ]
@@ -8747,7 +8709,7 @@ dependencies = [
 [[package]]
 name = "sc-keystore"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "array-bytes",
  "async-trait",
@@ -8762,30 +8724,24 @@ dependencies = [
 [[package]]
 name = "sc-network"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "array-bytes",
  "async-trait",
  "asynchronous-codec",
- "bitflags",
  "bytes",
- "cid",
  "either",
  "fnv",
- "fork-tree",
  "futures",
  "futures-timer",
  "ip_network",
  "libp2p",
- "linked-hash-map",
- "linked_hash_set",
  "log",
  "lru",
  "parity-scale-codec",
  "parking_lot 0.12.1",
  "pin-project",
- "prost",
- "rand 0.7.3",
+ "rand 0.8.5",
  "sc-block-builder",
  "sc-client-api",
  "sc-consensus",
@@ -8809,7 +8765,7 @@ dependencies = [
 [[package]]
 name = "sc-network-bitswap"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "cid",
  "futures",
@@ -8823,13 +8779,12 @@ dependencies = [
  "sp-runtime",
  "thiserror",
  "unsigned-varint",
- "void",
 ]
 
 [[package]]
 name = "sc-network-common"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "bitflags",
@@ -8855,7 +8810,7 @@ dependencies = [
 [[package]]
 name = "sc-network-gossip"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "ahash",
  "futures",
@@ -8873,7 +8828,7 @@ dependencies = [
 [[package]]
 name = "sc-network-light"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "array-bytes",
  "futures",
@@ -8894,7 +8849,7 @@ dependencies = [
 [[package]]
 name = "sc-network-sync"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "array-bytes",
  "async-trait",
@@ -8926,11 +8881,10 @@ dependencies = [
 [[package]]
 name = "sc-network-transactions"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "array-bytes",
  "futures",
- "hex",
  "libp2p",
  "log",
  "parity-scale-codec",
@@ -8945,7 +8899,7 @@ dependencies = [
 [[package]]
 name = "sc-offchain"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "array-bytes",
  "bytes",
@@ -8959,7 +8913,7 @@ dependencies = [
  "once_cell",
  "parity-scale-codec",
  "parking_lot 0.12.1",
- "rand 0.7.3",
+ "rand 0.8.5",
  "sc-client-api",
  "sc-network-common",
  "sc-peerset",
@@ -8975,7 +8929,7 @@ dependencies = [
 [[package]]
 name = "sc-peerset"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "futures",
  "libp2p",
@@ -8988,7 +8942,7 @@ dependencies = [
 [[package]]
 name = "sc-proposer-metrics"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "log",
  "substrate-prometheus-endpoint",
@@ -8997,10 +8951,9 @@ dependencies = [
 [[package]]
 name = "sc-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "futures",
- "hash-db",
  "jsonrpsee",
  "log",
  "parity-scale-codec",
@@ -9027,13 +8980,10 @@ dependencies = [
 [[package]]
 name = "sc-rpc-api"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
- "futures",
  "jsonrpsee",
- "log",
  "parity-scale-codec",
- "parking_lot 0.12.1",
  "sc-chain-spec",
  "sc-transaction-pool-api",
  "scale-info",
@@ -9042,7 +8992,6 @@ dependencies = [
  "sp-core",
  "sp-rpc",
  "sp-runtime",
- "sp-tracing",
  "sp-version",
  "thiserror",
 ]
@@ -9050,9 +8999,8 @@ dependencies = [
 [[package]]
 name = "sc-rpc-server"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
- "futures",
  "http",
  "jsonrpsee",
  "log",
@@ -9066,39 +9014,45 @@ dependencies = [
 [[package]]
 name = "sc-rpc-spec-v2"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
+ "array-bytes",
  "futures",
+ "futures-util",
  "hex",
  "jsonrpsee",
+ "log",
  "parity-scale-codec",
+ "parking_lot 0.12.1",
  "sc-chain-spec",
+ "sc-client-api",
  "sc-transaction-pool-api",
  "serde",
  "sp-api",
  "sp-blockchain",
  "sp-core",
  "sp-runtime",
+ "sp-version",
  "thiserror",
+ "tokio-stream",
 ]
 
 [[package]]
 name = "sc-service"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "directories",
  "exit-future",
  "futures",
  "futures-timer",
- "hash-db",
  "jsonrpsee",
  "log",
  "parity-scale-codec",
  "parking_lot 0.12.1",
  "pin-project",
- "rand 0.7.3",
+ "rand 0.8.5",
  "sc-block-builder",
  "sc-chain-spec",
  "sc-client-api",
@@ -9126,19 +9080,15 @@ dependencies = [
  "serde",
  "serde_json",
  "sp-api",
- "sp-application-crypto",
- "sp-block-builder",
  "sp-blockchain",
  "sp-consensus",
  "sp-core",
  "sp-externalities",
- "sp-inherents",
  "sp-keystore",
  "sp-runtime",
  "sp-session",
  "sp-state-machine",
  "sp-storage",
- "sp-tracing",
  "sp-transaction-pool",
  "sp-transaction-storage-proof",
  "sp-trie",
@@ -9155,19 +9105,18 @@ dependencies = [
 [[package]]
 name = "sc-state-db"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "log",
  "parity-scale-codec",
  "parking_lot 0.12.1",
- "sc-client-api",
  "sp-core",
 ]
 
 [[package]]
 name = "sc-sync-state-rpc"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "jsonrpsee",
  "parity-scale-codec",
@@ -9186,13 +9135,13 @@ dependencies = [
 [[package]]
 name = "sc-sysinfo"
 version = "6.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "futures",
  "libc",
  "log",
- "rand 0.7.3",
- "rand_pcg 0.2.1",
+ "rand 0.8.5",
+ "rand_pcg",
  "regex",
  "sc-telemetry",
  "serde",
@@ -9205,7 +9154,7 @@ dependencies = [
 [[package]]
 name = "sc-telemetry"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "chrono",
  "futures",
@@ -9213,7 +9162,7 @@ dependencies = [
  "log",
  "parking_lot 0.12.1",
  "pin-project",
- "rand 0.7.3",
+ "rand 0.8.5",
  "serde",
  "serde_json",
  "thiserror",
@@ -9223,7 +9172,7 @@ dependencies = [
 [[package]]
 name = "sc-tracing"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "ansi_term",
  "atty",
@@ -9254,7 +9203,7 @@ dependencies = [
 [[package]]
 name = "sc-tracing-proc-macro"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -9265,7 +9214,7 @@ dependencies = [
 [[package]]
 name = "sc-transaction-pool"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "futures",
@@ -9291,7 +9240,7 @@ dependencies = [
 [[package]]
 name = "sc-transaction-pool-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "futures",
@@ -9305,7 +9254,7 @@ dependencies = [
 [[package]]
 name = "sc-utils"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "futures",
  "futures-timer",
@@ -9525,15 +9474,6 @@ dependencies = [
  "serde",
 ]
 
-[[package]]
-name = "serde_nanos"
-version = "0.1.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"
-dependencies = [
- "serde",
-]
-
 [[package]]
 name = "serde_urlencoded"
 version = "0.7.1"
@@ -9787,7 +9727,7 @@ dependencies = [
 [[package]]
 name = "sp-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "hash-db",
  "log",
@@ -9805,7 +9745,7 @@ dependencies = [
 [[package]]
 name = "sp-api-proc-macro"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "blake2",
  "proc-macro-crate",
@@ -9817,7 +9757,7 @@ dependencies = [
 [[package]]
 name = "sp-application-crypto"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -9830,14 +9770,13 @@ dependencies = [
 [[package]]
 name = "sp-arithmetic"
 version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "integer-sqrt",
  "num-traits",
  "parity-scale-codec",
  "scale-info",
  "serde",
- "sp-debug-derive",
  "sp-std",
  "static_assertions",
 ]
@@ -9845,7 +9784,7 @@ dependencies = [
 [[package]]
 name = "sp-authority-discovery"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -9858,7 +9797,7 @@ dependencies = [
 [[package]]
 name = "sp-authorship"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "parity-scale-codec",
@@ -9870,7 +9809,7 @@ dependencies = [
 [[package]]
 name = "sp-beefy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -9887,7 +9826,7 @@ dependencies = [
 [[package]]
 name = "sp-block-builder"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -9899,7 +9838,7 @@ dependencies = [
 [[package]]
 name = "sp-blockchain"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "futures",
  "log",
@@ -9917,11 +9856,10 @@ dependencies = [
 [[package]]
 name = "sp-consensus"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "futures",
- "futures-timer",
  "log",
  "parity-scale-codec",
  "sp-core",
@@ -9936,7 +9874,7 @@ dependencies = [
 [[package]]
 name = "sp-consensus-babe"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "merlin",
@@ -9959,13 +9897,11 @@ dependencies = [
 [[package]]
 name = "sp-consensus-slots"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
  "serde",
- "sp-arithmetic",
- "sp-runtime",
  "sp-std",
  "sp-timestamp",
 ]
@@ -9973,7 +9909,7 @@ dependencies = [
 [[package]]
 name = "sp-consensus-vrf"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -9986,13 +9922,12 @@ dependencies = [
 [[package]]
 name = "sp-core"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "array-bytes",
  "base58",
  "bitflags",
  "blake2",
- "byteorder",
  "dyn-clonable",
  "ed25519-zebra",
  "futures",
@@ -10003,11 +9938,10 @@ dependencies = [
  "libsecp256k1",
  "log",
  "merlin",
- "num-traits",
  "parity-scale-codec",
  "parking_lot 0.12.1",
  "primitive-types",
- "rand 0.7.3",
+ "rand 0.8.5",
  "regex",
  "scale-info",
  "schnorrkel",
@@ -10024,14 +9958,13 @@ dependencies = [
  "substrate-bip39",
  "thiserror",
  "tiny-bip39",
- "wasmi",
  "zeroize",
 ]
 
 [[package]]
 name = "sp-core-hashing"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "blake2",
  "byteorder",
@@ -10045,7 +9978,7 @@ dependencies = [
 [[package]]
 name = "sp-core-hashing-proc-macro"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -10056,7 +9989,7 @@ dependencies = [
 [[package]]
 name = "sp-database"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "kvdb",
  "parking_lot 0.12.1",
@@ -10065,7 +9998,7 @@ dependencies = [
 [[package]]
 name = "sp-debug-derive"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -10075,7 +10008,7 @@ dependencies = [
 [[package]]
 name = "sp-externalities"
 version = "0.13.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "environmental",
  "parity-scale-codec",
@@ -10086,7 +10019,7 @@ dependencies = [
 [[package]]
 name = "sp-finality-grandpa"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "finality-grandpa",
  "log",
@@ -10104,7 +10037,7 @@ dependencies = [
 [[package]]
 name = "sp-inherents"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "impl-trait-for-tuples",
@@ -10118,16 +10051,15 @@ dependencies = [
 [[package]]
 name = "sp-io"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "bytes",
+ "ed25519",
  "ed25519-dalek",
  "futures",
- "hash-db",
  "libsecp256k1",
  "log",
  "parity-scale-codec",
- "parking_lot 0.12.1",
  "secp256k1",
  "sp-core",
  "sp-externalities",
@@ -10137,7 +10069,6 @@ dependencies = [
  "sp-std",
  "sp-tracing",
  "sp-trie",
- "sp-wasm-interface",
  "tracing",
  "tracing-core",
 ]
@@ -10145,7 +10076,7 @@ dependencies = [
 [[package]]
 name = "sp-keyring"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "lazy_static",
  "sp-core",
@@ -10156,7 +10087,7 @@ dependencies = [
 [[package]]
 name = "sp-keystore"
 version = "0.13.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "futures",
@@ -10173,7 +10104,7 @@ dependencies = [
 [[package]]
 name = "sp-maybe-compressed-blob"
 version = "4.1.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "thiserror",
  "zstd",
@@ -10182,7 +10113,7 @@ dependencies = [
 [[package]]
 name = "sp-mmr-primitives"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "ckb-merkle-mountain-range",
  "log",
@@ -10200,7 +10131,7 @@ dependencies = [
 [[package]]
 name = "sp-npos-elections"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -10214,7 +10145,7 @@ dependencies = [
 [[package]]
 name = "sp-offchain"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "sp-api",
  "sp-core",
@@ -10224,7 +10155,7 @@ dependencies = [
 [[package]]
 name = "sp-panic-handler"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "backtrace",
  "lazy_static",
@@ -10234,7 +10165,7 @@ dependencies = [
 [[package]]
 name = "sp-rpc"
 version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "rustc-hash",
  "serde",
@@ -10244,7 +10175,7 @@ dependencies = [
 [[package]]
 name = "sp-runtime"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "either",
  "hash256-std-hasher",
@@ -10252,7 +10183,7 @@ dependencies = [
  "log",
  "parity-scale-codec",
  "paste",
- "rand 0.7.3",
+ "rand 0.8.5",
  "scale-info",
  "serde",
  "sp-application-crypto",
@@ -10266,7 +10197,7 @@ dependencies = [
 [[package]]
 name = "sp-runtime-interface"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "bytes",
  "impl-trait-for-tuples",
@@ -10284,7 +10215,7 @@ dependencies = [
 [[package]]
 name = "sp-runtime-interface-proc-macro"
 version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "Inflector",
  "proc-macro-crate",
@@ -10296,7 +10227,7 @@ dependencies = [
 [[package]]
 name = "sp-session"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -10310,7 +10241,7 @@ dependencies = [
 [[package]]
 name = "sp-staking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -10322,14 +10253,13 @@ dependencies = [
 [[package]]
 name = "sp-state-machine"
 version = "0.13.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "hash-db",
  "log",
- "num-traits",
  "parity-scale-codec",
  "parking_lot 0.12.1",
- "rand 0.7.3",
+ "rand 0.8.5",
  "smallvec",
  "sp-core",
  "sp-externalities",
@@ -10338,18 +10268,17 @@ dependencies = [
  "sp-trie",
  "thiserror",
  "tracing",
- "trie-root",
 ]
 
 [[package]]
 name = "sp-std"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 
 [[package]]
 name = "sp-storage"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "impl-serde",
  "parity-scale-codec",
@@ -10362,13 +10291,12 @@ dependencies = [
 [[package]]
 name = "sp-timestamp"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "futures-timer",
  "log",
  "parity-scale-codec",
- "sp-api",
  "sp-inherents",
  "sp-runtime",
  "sp-std",
@@ -10378,7 +10306,7 @@ dependencies = [
 [[package]]
 name = "sp-tracing"
 version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "sp-std",
@@ -10390,7 +10318,7 @@ dependencies = [
 [[package]]
 name = "sp-transaction-pool"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "sp-api",
  "sp-runtime",
@@ -10399,7 +10327,7 @@ dependencies = [
 [[package]]
 name = "sp-transaction-storage-proof"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "log",
@@ -10415,7 +10343,7 @@ dependencies = [
 [[package]]
 name = "sp-trie"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "ahash",
  "hash-db",
@@ -10438,7 +10366,7 @@ dependencies = [
 [[package]]
 name = "sp-version"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "impl-serde",
  "parity-scale-codec",
@@ -10455,7 +10383,7 @@ dependencies = [
 [[package]]
 name = "sp-version-proc-macro"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "parity-scale-codec",
  "proc-macro2",
@@ -10466,7 +10394,7 @@ dependencies = [
 [[package]]
 name = "sp-wasm-interface"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "impl-trait-for-tuples",
  "log",
@@ -10479,9 +10407,8 @@ dependencies = [
 [[package]]
 name = "sp-weights"
 version = "4.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
- "impl-trait-for-tuples",
  "parity-scale-codec",
  "scale-info",
  "serde",
@@ -10694,7 +10621,7 @@ dependencies = [
 [[package]]
 name = "substrate-build-script-utils"
 version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "platforms",
 ]
@@ -10702,17 +10629,15 @@ dependencies = [
 [[package]]
 name = "substrate-frame-rpc-system"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "frame-system-rpc-runtime-api",
  "futures",
  "jsonrpsee",
  "log",
  "parity-scale-codec",
- "sc-client-api",
  "sc-rpc-api",
  "sc-transaction-pool-api",
- "serde_json",
  "sp-api",
  "sp-block-builder",
  "sp-blockchain",
@@ -10723,9 +10648,8 @@ dependencies = [
 [[package]]
 name = "substrate-prometheus-endpoint"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
- "futures-util",
  "hyper",
  "log",
  "prometheus",
@@ -10736,7 +10660,7 @@ dependencies = [
 [[package]]
 name = "substrate-rpc-client"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "async-trait",
  "jsonrpsee",
@@ -10749,7 +10673,7 @@ dependencies = [
 [[package]]
 name = "substrate-state-trie-migration-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "jsonrpsee",
  "log",
@@ -10759,10 +10683,8 @@ dependencies = [
  "scale-info",
  "serde",
  "sp-core",
- "sp-io",
  "sp-runtime",
  "sp-state-machine",
- "sp-std",
  "sp-trie",
  "trie-db",
 ]
@@ -10770,7 +10692,7 @@ dependencies = [
 [[package]]
 name = "substrate-test-client"
 version = "2.0.1"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "array-bytes",
  "async-trait",
@@ -10796,7 +10718,7 @@ dependencies = [
 [[package]]
 name = "substrate-test-utils"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "futures",
  "substrate-test-utils-derive",
@@ -10806,7 +10728,7 @@ dependencies = [
 [[package]]
 name = "substrate-test-utils-derive"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -10817,7 +10739,7 @@ dependencies = [
 [[package]]
 name = "substrate-wasm-builder"
 version = "5.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "ansi_term",
  "build-helper",
@@ -11166,17 +11088,17 @@ dependencies = [
 
 [[package]]
 name = "tiny-bip39"
-version = "0.8.2"
+version = "1.0.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"
+checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"
 dependencies = [
  "anyhow",
- "hmac 0.8.1",
+ "hmac 0.12.1",
  "once_cell",
- "pbkdf2 0.4.0",
- "rand 0.7.3",
+ "pbkdf2 0.11.0",
+ "rand 0.8.5",
  "rustc-hash",
- "sha2 0.9.8",
+ "sha2 0.10.2",
  "thiserror",
  "unicode-normalization",
  "wasm-bindgen",
@@ -11268,6 +11190,7 @@ dependencies = [
  "futures-core",
  "pin-project-lite 0.2.7",
  "tokio",
+ "tokio-util 0.7.1",
 ]
 
 [[package]]
@@ -11564,7 +11487,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
 [[package]]
 name = "try-runtime-cli"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#5d3624c7fb7648d6f3170007790e95e726d84f35"
+source = "git+https://github.com/paritytech/substrate?branch=master#8a3b2f2e0d4bcf9614dbf174ad2b24da6f9b0b44"
 dependencies = [
  "clap",
  "frame-remote-externalities",
@@ -11572,7 +11495,6 @@ dependencies = [
  "hex",
  "log",
  "parity-scale-codec",
- "sc-chain-spec",
  "sc-cli",
  "sc-executor",
  "sc-service",