diff --git a/Cargo.lock b/Cargo.lock
index ab9c4ab8374..db165b1d1e9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -330,57 +330,6 @@ dependencies = [
"substrate-wasm-builder",
]
-[[package]]
-name = "async-attributes"
-version = "1.1.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
-dependencies = [
- "quote",
- "syn",
-]
-
-[[package]]
-name = "async-channel"
-version = "1.6.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
-dependencies = [
- "concurrent-queue",
- "event-listener",
- "futures-core",
-]
-
-[[package]]
-name = "async-executor"
-version = "1.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
-dependencies = [
- "async-task",
- "concurrent-queue",
- "fastrand",
- "futures-lite",
- "once_cell",
- "slab",
-]
-
-[[package]]
-name = "async-global-executor"
-version = "2.0.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
-dependencies = [
- "async-channel",
- "async-executor",
- "async-io",
- "async-mutex",
- "blocking",
- "futures-lite",
- "num_cpus",
- "once_cell",
-]
-
[[package]]
name = "async-io"
version = "1.6.0"
@@ -409,66 +358,6 @@ dependencies = [
"event-listener",
]
-[[package]]
-name = "async-mutex"
-version = "1.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
-dependencies = [
- "event-listener",
-]
-
-[[package]]
-name = "async-process"
-version = "1.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"
-dependencies = [
- "async-io",
- "blocking",
- "cfg-if",
- "event-listener",
- "futures-lite",
- "libc",
- "once_cell",
- "signal-hook",
- "winapi",
-]
-
-[[package]]
-name = "async-std"
-version = "1.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"
-dependencies = [
- "async-attributes",
- "async-channel",
- "async-global-executor",
- "async-io",
- "async-lock",
- "crossbeam-utils",
- "futures-channel",
- "futures-core",
- "futures-io",
- "futures-lite",
- "gloo-timers",
- "kv-log-macro",
- "log",
- "memchr",
- "num_cpus",
- "once_cell",
- "pin-project-lite 0.2.9",
- "pin-utils",
- "slab",
- "wasm-bindgen-futures",
-]
-
-[[package]]
-name = "async-task"
-version = "4.0.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
-
[[package]]
name = "async-trait"
version = "0.1.60"
@@ -573,7 +462,7 @@ dependencies = [
[[package]]
name = "beefy-gadget"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"array-bytes 4.2.0",
"async-trait",
@@ -607,7 +496,7 @@ dependencies = [
[[package]]
name = "beefy-gadget-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"beefy-gadget",
"futures",
@@ -626,7 +515,7 @@ dependencies = [
[[package]]
name = "beefy-merkle-tree"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"sp-api",
"sp-beefy",
@@ -779,20 +668,6 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
-[[package]]
-name = "blocking"
-version = "1.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427"
-dependencies = [
- "async-channel",
- "async-task",
- "atomic-waker",
- "fastrand",
- "futures-lite",
- "once_cell",
-]
-
[[package]]
name = "bounded-vec"
version = "0.6.0"
@@ -1788,16 +1663,6 @@ dependencies = [
"subtle",
]
-[[package]]
-name = "ctor"
-version = "0.1.21"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
-dependencies = [
- "quote",
- "syn",
-]
-
[[package]]
name = "ctr"
version = "0.6.0"
@@ -3188,9 +3053,9 @@ dependencies = [
[[package]]
name = "finality-grandpa"
-version = "0.16.0"
+version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"
+checksum = "e24e6c429951433ccb7c87fd528c60084834dcd14763182c1f83291bcde24c34"
dependencies = [
"either",
"futures",
@@ -3251,7 +3116,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
]
@@ -3274,7 +3139,7 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab"
[[package]]
name = "frame-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"frame-system",
@@ -3297,7 +3162,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"Inflector",
"array-bytes 4.2.0",
@@ -3344,7 +3209,7 @@ dependencies = [
[[package]]
name = "frame-election-provider-solution-type"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -3355,7 +3220,7 @@ dependencies = [
[[package]]
name = "frame-election-provider-support"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-election-provider-solution-type",
"frame-support",
@@ -3372,7 +3237,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"frame-system",
@@ -3401,7 +3266,7 @@ dependencies = [
[[package]]
name = "frame-remote-externalities"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"futures",
"log",
@@ -3417,7 +3282,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"bitflags",
"frame-metadata",
@@ -3449,7 +3314,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"Inflector",
"cfg-expr",
@@ -3463,7 +3328,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
@@ -3475,7 +3340,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"proc-macro2",
"quote",
@@ -3485,7 +3350,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"log",
@@ -3503,7 +3368,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -3518,7 +3383,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"sp-api",
@@ -3527,7 +3392,7 @@ dependencies = [
[[package]]
name = "frame-try-runtime"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"parity-scale-codec",
@@ -3802,19 +3667,6 @@ dependencies = [
"regex",
]
-[[package]]
-name = "gloo-timers"
-version = "0.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
-dependencies = [
- "futures-channel",
- "futures-core",
- "js-sys",
- "wasm-bindgen",
- "web-sys",
-]
-
[[package]]
name = "group"
version = "0.12.1"
@@ -4470,7 +4322,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
[[package]]
name = "kusama-runtime"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bitvec",
"frame-benchmarking",
@@ -4567,7 +4419,7 @@ dependencies = [
[[package]]
name = "kusama-runtime-constants"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -4578,15 +4430,6 @@ dependencies = [
"sp-weights",
]
-[[package]]
-name = "kv-log-macro"
-version = "1.0.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
-dependencies = [
- "log",
-]
-
[[package]]
name = "kvdb"
version = "0.13.0"
@@ -5196,7 +5039,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
- "value-bag",
]
[[package]]
@@ -5403,7 +5245,7 @@ dependencies = [
[[package]]
name = "mmr-gadget"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"futures",
"log",
@@ -5422,7 +5264,7 @@ dependencies = [
[[package]]
name = "mmr-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"anyhow",
"jsonrpsee",
@@ -5914,7 +5756,7 @@ dependencies = [
[[package]]
name = "pallet-alliance"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"array-bytes 4.2.0",
"frame-benchmarking",
@@ -5935,7 +5777,7 @@ dependencies = [
[[package]]
name = "pallet-asset-tx-payment"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5953,7 +5795,7 @@ dependencies = [
[[package]]
name = "pallet-assets"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -5968,7 +5810,7 @@ dependencies = [
[[package]]
name = "pallet-aura"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"frame-system",
@@ -5984,7 +5826,7 @@ dependencies = [
[[package]]
name = "pallet-authority-discovery"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"frame-system",
@@ -6000,7 +5842,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"frame-system",
@@ -6015,7 +5857,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6039,7 +5881,7 @@ dependencies = [
[[package]]
name = "pallet-bags-list"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6059,7 +5901,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6074,7 +5916,7 @@ dependencies = [
[[package]]
name = "pallet-beefy"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"frame-system",
@@ -6090,7 +5932,7 @@ dependencies = [
[[package]]
name = "pallet-beefy-mmr"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"array-bytes 4.2.0",
"beefy-merkle-tree",
@@ -6113,7 +5955,7 @@ dependencies = [
[[package]]
name = "pallet-bounties"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6131,7 +5973,7 @@ dependencies = [
[[package]]
name = "pallet-child-bounties"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6175,7 +6017,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6192,7 +6034,7 @@ dependencies = [
[[package]]
name = "pallet-contracts"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"bitflags",
"frame-benchmarking",
@@ -6221,7 +6063,7 @@ dependencies = [
[[package]]
name = "pallet-contracts-primitives"
version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"bitflags",
"parity-scale-codec",
@@ -6233,7 +6075,7 @@ dependencies = [
[[package]]
name = "pallet-contracts-proc-macro"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"proc-macro2",
"quote",
@@ -6243,7 +6085,7 @@ dependencies = [
[[package]]
name = "pallet-conviction-voting"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"assert_matches",
"frame-benchmarking",
@@ -6260,7 +6102,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6278,7 +6120,7 @@ dependencies = [
[[package]]
name = "pallet-election-provider-multi-phase"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6301,7 +6143,7 @@ dependencies = [
[[package]]
name = "pallet-election-provider-support-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6314,7 +6156,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "5.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6332,7 +6174,7 @@ dependencies = [
[[package]]
name = "pallet-fast-unstake"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6350,7 +6192,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6373,7 +6215,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"enumflags2",
"frame-benchmarking",
@@ -6389,7 +6231,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6409,7 +6251,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6426,7 +6268,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6443,7 +6285,7 @@ dependencies = [
[[package]]
name = "pallet-mmr"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6460,7 +6302,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6476,7 +6318,7 @@ dependencies = [
[[package]]
name = "pallet-nfts"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"enumflags2",
"frame-benchmarking",
@@ -6493,7 +6335,7 @@ dependencies = [
[[package]]
name = "pallet-nis"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6509,7 +6351,7 @@ dependencies = [
[[package]]
name = "pallet-nomination-pools"
version = "1.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"frame-system",
@@ -6526,7 +6368,7 @@ dependencies = [
[[package]]
name = "pallet-nomination-pools-benchmarking"
version = "1.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6546,7 +6388,7 @@ dependencies = [
[[package]]
name = "pallet-nomination-pools-runtime-api"
version = "1.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"sp-api",
@@ -6556,7 +6398,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"frame-system",
@@ -6573,7 +6415,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6596,7 +6438,7 @@ dependencies = [
[[package]]
name = "pallet-preimage"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6613,7 +6455,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6628,7 +6470,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"frame-system",
@@ -6642,7 +6484,7 @@ dependencies = [
[[package]]
name = "pallet-ranked-collective"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6660,7 +6502,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6675,7 +6517,7 @@ dependencies = [
[[package]]
name = "pallet-referenda"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"assert_matches",
"frame-benchmarking",
@@ -6694,7 +6536,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6711,7 +6553,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"frame-system",
@@ -6732,7 +6574,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6748,7 +6590,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"frame-system",
@@ -6762,7 +6604,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
@@ -6785,7 +6627,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -6796,7 +6638,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-fn"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"log",
"sp-arithmetic",
@@ -6805,7 +6647,7 @@ dependencies = [
[[package]]
name = "pallet-state-trie-migration"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6822,7 +6664,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"frame-system",
@@ -6851,7 +6693,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6869,7 +6711,7 @@ dependencies = [
[[package]]
name = "pallet-tips"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6888,7 +6730,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-support",
"frame-system",
@@ -6904,7 +6746,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"jsonrpsee",
"pallet-transaction-payment-rpc-runtime-api",
@@ -6920,7 +6762,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
@@ -6932,7 +6774,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6949,7 +6791,7 @@ dependencies = [
[[package]]
name = "pallet-uniques"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6964,7 +6806,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6980,7 +6822,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6995,7 +6837,7 @@ dependencies = [
[[package]]
name = "pallet-whitelist"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -7010,7 +6852,7 @@ dependencies = [
[[package]]
name = "pallet-xcm"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"frame-support",
"frame-system",
@@ -7028,7 +6870,7 @@ dependencies = [
[[package]]
name = "pallet-xcm-benchmarks"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -7561,13 +7403,13 @@ dependencies = [
[[package]]
name = "polkadot-approval-distribution"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"futures",
+ "polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
- "polkadot-node-subsystem-util",
"polkadot-primitives",
"rand 0.8.5",
"tracing-gum",
@@ -7576,7 +7418,7 @@ dependencies = [
[[package]]
name = "polkadot-availability-bitfield-distribution"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"futures",
"polkadot-node-network-protocol",
@@ -7590,7 +7432,7 @@ dependencies = [
[[package]]
name = "polkadot-availability-distribution"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"derive_more",
"fatality",
@@ -7613,7 +7455,7 @@ dependencies = [
[[package]]
name = "polkadot-availability-recovery"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"fatality",
"futures",
@@ -7634,7 +7476,7 @@ dependencies = [
[[package]]
name = "polkadot-cli"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"clap 4.0.32",
"frame-benchmarking-cli",
@@ -7661,7 +7503,7 @@ dependencies = [
[[package]]
name = "polkadot-client"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"async-trait",
"frame-benchmarking",
@@ -7704,7 +7546,7 @@ dependencies = [
[[package]]
name = "polkadot-collator-protocol"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"always-assert",
"bitvec",
@@ -7726,7 +7568,7 @@ dependencies = [
[[package]]
name = "polkadot-core-primitives"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -7738,7 +7580,7 @@ dependencies = [
[[package]]
name = "polkadot-dispute-distribution"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"derive_more",
"fatality",
@@ -7763,7 +7605,7 @@ dependencies = [
[[package]]
name = "polkadot-erasure-coding"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"parity-scale-codec",
"polkadot-node-primitives",
@@ -7777,7 +7619,7 @@ dependencies = [
[[package]]
name = "polkadot-gossip-support"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"futures",
"futures-timer",
@@ -7797,7 +7639,7 @@ dependencies = [
[[package]]
name = "polkadot-network-bridge"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"always-assert",
"async-trait",
@@ -7806,9 +7648,9 @@ dependencies = [
"futures",
"parity-scale-codec",
"parking_lot 0.12.1",
+ "polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
- "polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
"sc-network",
@@ -7821,7 +7663,7 @@ dependencies = [
[[package]]
name = "polkadot-node-collation-generation"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"futures",
"parity-scale-codec",
@@ -7839,7 +7681,7 @@ dependencies = [
[[package]]
name = "polkadot-node-core-approval-voting"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bitvec",
"derive_more",
@@ -7868,7 +7710,7 @@ dependencies = [
[[package]]
name = "polkadot-node-core-av-store"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bitvec",
"futures",
@@ -7888,7 +7730,7 @@ dependencies = [
[[package]]
name = "polkadot-node-core-backing"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bitvec",
"fatality",
@@ -7907,7 +7749,7 @@ dependencies = [
[[package]]
name = "polkadot-node-core-bitfield-signing"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"futures",
"polkadot-node-subsystem",
@@ -7922,16 +7764,16 @@ dependencies = [
[[package]]
name = "polkadot-node-core-candidate-validation"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"async-trait",
"futures",
"futures-timer",
"parity-scale-codec",
"polkadot-node-core-pvf",
+ "polkadot-node-metrics",
"polkadot-node-primitives",
"polkadot-node-subsystem",
- "polkadot-node-subsystem-util",
"polkadot-parachain",
"polkadot-primitives",
"sp-maybe-compressed-blob",
@@ -7941,11 +7783,11 @@ dependencies = [
[[package]]
name = "polkadot-node-core-chain-api"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"futures",
+ "polkadot-node-metrics",
"polkadot-node-subsystem",
- "polkadot-node-subsystem-util",
"polkadot-primitives",
"sc-client-api",
"sc-consensus-babe",
@@ -7956,7 +7798,7 @@ dependencies = [
[[package]]
name = "polkadot-node-core-chain-selection"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"futures",
"futures-timer",
@@ -7973,7 +7815,7 @@ dependencies = [
[[package]]
name = "polkadot-node-core-dispute-coordinator"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"fatality",
"futures",
@@ -7992,7 +7834,7 @@ dependencies = [
[[package]]
name = "polkadot-node-core-parachains-inherent"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"async-trait",
"futures",
@@ -8009,7 +7851,7 @@ dependencies = [
[[package]]
name = "polkadot-node-core-provisioner"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bitvec",
"fatality",
@@ -8027,12 +7869,10 @@ dependencies = [
[[package]]
name = "polkadot-node-core-pvf"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"always-assert",
"assert_matches",
- "async-process",
- "async-std",
"cpu-time",
"futures",
"futures-timer",
@@ -8054,13 +7894,14 @@ dependencies = [
"sp-tracing",
"sp-wasm-interface",
"tempfile",
+ "tokio",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf-checker"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"futures",
"polkadot-node-primitives",
@@ -8076,13 +7917,13 @@ dependencies = [
[[package]]
name = "polkadot-node-core-runtime-api"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"futures",
"lru",
+ "polkadot-node-metrics",
"polkadot-node-subsystem",
"polkadot-node-subsystem-types",
- "polkadot-node-subsystem-util",
"polkadot-primitives",
"sp-consensus-babe",
"tracing-gum",
@@ -8091,7 +7932,7 @@ dependencies = [
[[package]]
name = "polkadot-node-jaeger"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"lazy_static",
"log",
@@ -8109,7 +7950,7 @@ dependencies = [
[[package]]
name = "polkadot-node-metrics"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bs58",
"futures",
@@ -8128,7 +7969,7 @@ dependencies = [
[[package]]
name = "polkadot-node-network-protocol"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"async-trait",
"derive_more",
@@ -8151,7 +7992,7 @@ dependencies = [
[[package]]
name = "polkadot-node-primitives"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bounded-vec",
"futures",
@@ -8173,7 +8014,7 @@ dependencies = [
[[package]]
name = "polkadot-node-subsystem"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"polkadot-node-jaeger",
"polkadot-node-subsystem-types",
@@ -8183,7 +8024,7 @@ dependencies = [
[[package]]
name = "polkadot-node-subsystem-test-helpers"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"async-trait",
"futures",
@@ -8201,7 +8042,7 @@ dependencies = [
[[package]]
name = "polkadot-node-subsystem-types"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"async-trait",
"derive_more",
@@ -8224,12 +8065,13 @@ dependencies = [
[[package]]
name = "polkadot-node-subsystem-util"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"async-trait",
"derive_more",
"fatality",
"futures",
+ "futures-channel",
"itertools",
"kvdb",
"lru",
@@ -8256,7 +8098,7 @@ dependencies = [
[[package]]
name = "polkadot-overseer"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"async-trait",
"futures",
@@ -8279,7 +8121,7 @@ dependencies = [
[[package]]
name = "polkadot-parachain"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"derive_more",
"frame-support",
@@ -8376,7 +8218,7 @@ dependencies = [
[[package]]
name = "polkadot-performance-test"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"env_logger 0.9.0",
"kusama-runtime",
@@ -8391,7 +8233,7 @@ dependencies = [
[[package]]
name = "polkadot-primitives"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bitvec",
"hex-literal",
@@ -8417,7 +8259,7 @@ dependencies = [
[[package]]
name = "polkadot-rpc"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"beefy-gadget",
"beefy-gadget-rpc",
@@ -8449,7 +8291,7 @@ dependencies = [
[[package]]
name = "polkadot-runtime"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bitvec",
"frame-benchmarking",
@@ -8538,7 +8380,7 @@ dependencies = [
[[package]]
name = "polkadot-runtime-common"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bitvec",
"frame-benchmarking",
@@ -8586,7 +8428,7 @@ dependencies = [
[[package]]
name = "polkadot-runtime-constants"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -8600,7 +8442,7 @@ dependencies = [
[[package]]
name = "polkadot-runtime-metrics"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bs58",
"parity-scale-codec",
@@ -8612,7 +8454,7 @@ dependencies = [
[[package]]
name = "polkadot-runtime-parachains"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bitflags",
"bitvec",
@@ -8655,7 +8497,7 @@ dependencies = [
[[package]]
name = "polkadot-service"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"async-trait",
"beefy-gadget",
@@ -8762,7 +8604,7 @@ dependencies = [
[[package]]
name = "polkadot-statement-distribution"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"arrayvec 0.5.2",
"fatality",
@@ -8783,7 +8625,7 @@ dependencies = [
[[package]]
name = "polkadot-statement-table"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"parity-scale-codec",
"polkadot-primitives",
@@ -8793,7 +8635,7 @@ dependencies = [
[[package]]
name = "polkadot-test-client"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"parity-scale-codec",
"polkadot-node-subsystem",
@@ -8818,7 +8660,7 @@ dependencies = [
[[package]]
name = "polkadot-test-runtime"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bitvec",
"frame-election-provider-support",
@@ -8879,7 +8721,7 @@ dependencies = [
[[package]]
name = "polkadot-test-service"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"frame-benchmarking",
"frame-system",
@@ -9605,7 +9447,7 @@ dependencies = [
[[package]]
name = "rococo-runtime"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"beefy-merkle-tree",
"frame-benchmarking",
@@ -9691,7 +9533,7 @@ dependencies = [
[[package]]
name = "rococo-runtime-constants"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -9915,7 +9757,7 @@ dependencies = [
[[package]]
name = "sc-allocator"
version = "4.1.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"log",
"sp-core",
@@ -9926,7 +9768,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"futures",
@@ -9953,7 +9795,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"futures",
"futures-timer",
@@ -9976,7 +9818,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"sc-client-api",
@@ -9992,7 +9834,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"memmap2",
"sc-chain-spec-derive",
@@ -10007,7 +9849,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -10018,7 +9860,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"array-bytes 4.2.0",
"chrono",
@@ -10058,7 +9900,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"fnv",
"futures",
@@ -10084,7 +9926,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"hash-db",
"kvdb",
@@ -10109,7 +9951,7 @@ dependencies = [
[[package]]
name = "sc-consensus"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"futures",
@@ -10134,7 +9976,7 @@ dependencies = [
[[package]]
name = "sc-consensus-aura"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"futures",
@@ -10163,7 +10005,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"fork-tree",
@@ -10201,7 +10043,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"futures",
"jsonrpsee",
@@ -10223,7 +10065,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"fork-tree",
"parity-scale-codec",
@@ -10236,7 +10078,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"futures",
@@ -10259,7 +10101,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"lru",
"parity-scale-codec",
@@ -10283,7 +10125,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"sc-allocator",
"sp-maybe-compressed-blob",
@@ -10296,7 +10138,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"log",
"sc-allocator",
@@ -10309,7 +10151,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmtime"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"cfg-if",
"libc",
@@ -10326,7 +10168,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"ahash",
"array-bytes 4.2.0",
@@ -10366,7 +10208,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"finality-grandpa",
"futures",
@@ -10386,7 +10228,7 @@ dependencies = [
[[package]]
name = "sc-informant"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"ansi_term",
"futures",
@@ -10401,7 +10243,7 @@ dependencies = [
[[package]]
name = "sc-keystore"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"array-bytes 4.2.0",
"async-trait",
@@ -10416,7 +10258,7 @@ dependencies = [
[[package]]
name = "sc-network"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"array-bytes 4.2.0",
"async-trait",
@@ -10458,7 +10300,7 @@ dependencies = [
[[package]]
name = "sc-network-bitswap"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"cid",
"futures",
@@ -10477,7 +10319,7 @@ dependencies = [
[[package]]
name = "sc-network-common"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"bitflags",
@@ -10503,7 +10345,7 @@ dependencies = [
[[package]]
name = "sc-network-gossip"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"ahash",
"futures",
@@ -10521,7 +10363,7 @@ dependencies = [
[[package]]
name = "sc-network-light"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"array-bytes 4.2.0",
"futures",
@@ -10542,7 +10384,7 @@ dependencies = [
[[package]]
name = "sc-network-sync"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"array-bytes 4.2.0",
"async-trait",
@@ -10574,7 +10416,7 @@ dependencies = [
[[package]]
name = "sc-network-transactions"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"array-bytes 4.2.0",
"futures",
@@ -10593,7 +10435,7 @@ dependencies = [
[[package]]
name = "sc-offchain"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"array-bytes 4.2.0",
"bytes",
@@ -10623,7 +10465,7 @@ dependencies = [
[[package]]
name = "sc-peerset"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"futures",
"libp2p",
@@ -10636,7 +10478,7 @@ dependencies = [
[[package]]
name = "sc-proposer-metrics"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"log",
"substrate-prometheus-endpoint",
@@ -10645,7 +10487,7 @@ dependencies = [
[[package]]
name = "sc-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"futures",
"jsonrpsee",
@@ -10674,7 +10516,7 @@ dependencies = [
[[package]]
name = "sc-rpc-api"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"jsonrpsee",
"parity-scale-codec",
@@ -10693,7 +10535,7 @@ dependencies = [
[[package]]
name = "sc-rpc-server"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"http",
"jsonrpsee",
@@ -10708,7 +10550,7 @@ dependencies = [
[[package]]
name = "sc-rpc-spec-v2"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"array-bytes 4.2.0",
"futures",
@@ -10734,7 +10576,7 @@ dependencies = [
[[package]]
name = "sc-service"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"directories",
@@ -10799,7 +10641,7 @@ dependencies = [
[[package]]
name = "sc-state-db"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"log",
"parity-scale-codec",
@@ -10810,7 +10652,7 @@ dependencies = [
[[package]]
name = "sc-sync-state-rpc"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"jsonrpsee",
"parity-scale-codec",
@@ -10829,7 +10671,7 @@ dependencies = [
[[package]]
name = "sc-sysinfo"
version = "6.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"futures",
"libc",
@@ -10848,7 +10690,7 @@ dependencies = [
[[package]]
name = "sc-telemetry"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"chrono",
"futures",
@@ -10867,7 +10709,7 @@ dependencies = [
[[package]]
name = "sc-tracing"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"ansi_term",
"atty",
@@ -10898,7 +10740,7 @@ dependencies = [
[[package]]
name = "sc-tracing-proc-macro"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -10909,7 +10751,7 @@ dependencies = [
[[package]]
name = "sc-transaction-pool"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"futures",
@@ -10935,7 +10777,7 @@ dependencies = [
[[package]]
name = "sc-transaction-pool-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"futures",
@@ -10949,7 +10791,7 @@ dependencies = [
[[package]]
name = "sc-utils"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"backtrace",
"futures",
@@ -11332,16 +11174,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
-[[package]]
-name = "signal-hook"
-version = "0.3.10"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c98891d737e271a2954825ef19e46bd16bdb98e2746f2eec4f7a4ef7946efd1"
-dependencies = [
- "libc",
- "signal-hook-registry",
-]
-
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
@@ -11388,7 +11220,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
[[package]]
name = "slot-range-helper"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"enumn",
"parity-scale-codec",
@@ -11465,7 +11297,7 @@ dependencies = [
[[package]]
name = "sp-api"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"hash-db",
"log",
@@ -11483,7 +11315,7 @@ dependencies = [
[[package]]
name = "sp-api-proc-macro"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"blake2",
"proc-macro-crate",
@@ -11495,7 +11327,7 @@ dependencies = [
[[package]]
name = "sp-application-crypto"
version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -11508,7 +11340,7 @@ dependencies = [
[[package]]
name = "sp-arithmetic"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"integer-sqrt",
"num-traits",
@@ -11522,7 +11354,7 @@ dependencies = [
[[package]]
name = "sp-authority-discovery"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -11535,7 +11367,7 @@ dependencies = [
[[package]]
name = "sp-authorship"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"parity-scale-codec",
@@ -11547,7 +11379,7 @@ dependencies = [
[[package]]
name = "sp-beefy"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -11564,7 +11396,7 @@ dependencies = [
[[package]]
name = "sp-block-builder"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"sp-api",
@@ -11576,7 +11408,7 @@ dependencies = [
[[package]]
name = "sp-blockchain"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"futures",
"log",
@@ -11594,7 +11426,7 @@ dependencies = [
[[package]]
name = "sp-consensus"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"futures",
@@ -11612,7 +11444,7 @@ dependencies = [
[[package]]
name = "sp-consensus-aura"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"parity-scale-codec",
@@ -11630,7 +11462,7 @@ dependencies = [
[[package]]
name = "sp-consensus-babe"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"merlin",
@@ -11653,7 +11485,7 @@ dependencies = [
[[package]]
name = "sp-consensus-slots"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -11665,7 +11497,7 @@ dependencies = [
[[package]]
name = "sp-consensus-vrf"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -11678,7 +11510,7 @@ dependencies = [
[[package]]
name = "sp-core"
version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"array-bytes 4.2.0",
"base58",
@@ -11720,7 +11552,7 @@ dependencies = [
[[package]]
name = "sp-core-hashing"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"blake2",
"byteorder",
@@ -11734,7 +11566,7 @@ dependencies = [
[[package]]
name = "sp-core-hashing-proc-macro"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"proc-macro2",
"quote",
@@ -11745,7 +11577,7 @@ dependencies = [
[[package]]
name = "sp-database"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"kvdb",
"parking_lot 0.12.1",
@@ -11754,7 +11586,7 @@ dependencies = [
[[package]]
name = "sp-debug-derive"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"proc-macro2",
"quote",
@@ -11764,7 +11596,7 @@ dependencies = [
[[package]]
name = "sp-externalities"
version = "0.13.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"environmental",
"parity-scale-codec",
@@ -11775,7 +11607,7 @@ dependencies = [
[[package]]
name = "sp-finality-grandpa"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"finality-grandpa",
"log",
@@ -11793,7 +11625,7 @@ dependencies = [
[[package]]
name = "sp-inherents"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"impl-trait-for-tuples",
@@ -11807,7 +11639,7 @@ dependencies = [
[[package]]
name = "sp-io"
version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"bytes",
"ed25519",
@@ -11832,7 +11664,7 @@ dependencies = [
[[package]]
name = "sp-keyring"
version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"lazy_static",
"sp-core",
@@ -11843,7 +11675,7 @@ dependencies = [
[[package]]
name = "sp-keystore"
version = "0.13.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"futures",
@@ -11860,7 +11692,7 @@ dependencies = [
[[package]]
name = "sp-maybe-compressed-blob"
version = "4.1.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"thiserror",
"zstd",
@@ -11869,7 +11701,7 @@ dependencies = [
[[package]]
name = "sp-mmr-primitives"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"ckb-merkle-mountain-range",
"log",
@@ -11887,7 +11719,7 @@ dependencies = [
[[package]]
name = "sp-npos-elections"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -11901,7 +11733,7 @@ dependencies = [
[[package]]
name = "sp-offchain"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"sp-api",
"sp-core",
@@ -11911,7 +11743,7 @@ dependencies = [
[[package]]
name = "sp-panic-handler"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"backtrace",
"lazy_static",
@@ -11921,7 +11753,7 @@ dependencies = [
[[package]]
name = "sp-rpc"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"rustc-hash",
"serde",
@@ -11931,7 +11763,7 @@ dependencies = [
[[package]]
name = "sp-runtime"
version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"either",
"hash256-std-hasher",
@@ -11953,7 +11785,7 @@ dependencies = [
[[package]]
name = "sp-runtime-interface"
version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"bytes",
"impl-trait-for-tuples",
@@ -11971,7 +11803,7 @@ dependencies = [
[[package]]
name = "sp-runtime-interface-proc-macro"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"Inflector",
"proc-macro-crate",
@@ -11983,7 +11815,7 @@ dependencies = [
[[package]]
name = "sp-serializer"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"serde",
"serde_json",
@@ -11992,7 +11824,7 @@ dependencies = [
[[package]]
name = "sp-session"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -12006,7 +11838,7 @@ dependencies = [
[[package]]
name = "sp-staking"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -12018,7 +11850,7 @@ dependencies = [
[[package]]
name = "sp-state-machine"
version = "0.13.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"hash-db",
"log",
@@ -12038,12 +11870,12 @@ dependencies = [
[[package]]
name = "sp-std"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
[[package]]
name = "sp-storage"
version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"impl-serde",
"parity-scale-codec",
@@ -12056,7 +11888,7 @@ dependencies = [
[[package]]
name = "sp-timestamp"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"futures-timer",
@@ -12071,7 +11903,7 @@ dependencies = [
[[package]]
name = "sp-tracing"
version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"sp-std",
@@ -12083,7 +11915,7 @@ dependencies = [
[[package]]
name = "sp-transaction-pool"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"sp-api",
"sp-runtime",
@@ -12092,7 +11924,7 @@ dependencies = [
[[package]]
name = "sp-transaction-storage-proof"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"log",
@@ -12108,7 +11940,7 @@ dependencies = [
[[package]]
name = "sp-trie"
version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"ahash",
"hash-db",
@@ -12131,7 +11963,7 @@ dependencies = [
[[package]]
name = "sp-version"
version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"impl-serde",
"parity-scale-codec",
@@ -12148,7 +11980,7 @@ dependencies = [
[[package]]
name = "sp-version-proc-macro"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"proc-macro2",
@@ -12159,7 +11991,7 @@ dependencies = [
[[package]]
name = "sp-wasm-interface"
version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"impl-trait-for-tuples",
"log",
@@ -12172,7 +12004,7 @@ dependencies = [
[[package]]
name = "sp-weights"
version = "4.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -12493,7 +12325,7 @@ dependencies = [
[[package]]
name = "substrate-build-script-utils"
version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"platforms",
]
@@ -12501,7 +12333,7 @@ dependencies = [
[[package]]
name = "substrate-frame-rpc-system"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"frame-system-rpc-runtime-api",
"futures",
@@ -12520,7 +12352,7 @@ dependencies = [
[[package]]
name = "substrate-prometheus-endpoint"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"hyper",
"log",
@@ -12532,7 +12364,7 @@ dependencies = [
[[package]]
name = "substrate-rpc-client"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"async-trait",
"jsonrpsee",
@@ -12545,7 +12377,7 @@ dependencies = [
[[package]]
name = "substrate-state-trie-migration-rpc"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"jsonrpsee",
"log",
@@ -12564,7 +12396,7 @@ dependencies = [
[[package]]
name = "substrate-test-client"
version = "2.0.1"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"array-bytes 4.2.0",
"async-trait",
@@ -12590,7 +12422,7 @@ dependencies = [
[[package]]
name = "substrate-test-utils"
version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"futures",
"substrate-test-utils-derive",
@@ -12600,7 +12432,7 @@ dependencies = [
[[package]]
name = "substrate-test-utils-derive"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -12611,7 +12443,7 @@ dependencies = [
[[package]]
name = "substrate-wasm-builder"
version = "5.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"ansi_term",
"build-helper",
@@ -12728,7 +12560,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16"
[[package]]
name = "test-runtime-constants"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -13085,7 +12917,7 @@ dependencies = [
[[package]]
name = "tracing-gum"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"polkadot-node-jaeger",
"polkadot-primitives",
@@ -13096,7 +12928,7 @@ dependencies = [
[[package]]
name = "tracing-gum-proc-macro"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"expander 0.0.6",
"proc-macro-crate",
@@ -13226,7 +13058,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "try-runtime-cli"
version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#bc73ebf85039dad2cad399be6effe343ad9552e9"
+source = "git+https://github.com/paritytech/substrate?branch=master#946507ba9ef13e263534176b7b74e26fc56efbd4"
dependencies = [
"clap 4.0.32",
"frame-remote-externalities",
@@ -13402,16 +13234,6 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
-[[package]]
-name = "value-bag"
-version = "1.0.0-alpha.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
-dependencies = [
- "ctor",
- "version_check",
-]
-
[[package]]
name = "vcpkg"
version = "0.2.15"
@@ -14146,7 +13968,7 @@ dependencies = [
[[package]]
name = "westend-runtime"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"bitvec",
"frame-benchmarking",
@@ -14236,7 +14058,7 @@ dependencies = [
[[package]]
name = "westend-runtime-constants"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -14627,7 +14449,7 @@ dependencies = [
[[package]]
name = "xcm"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"derivative",
"impl-trait-for-tuples",
@@ -14641,7 +14463,7 @@ dependencies = [
[[package]]
name = "xcm-builder"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"frame-support",
"frame-system",
@@ -14661,7 +14483,7 @@ dependencies = [
[[package]]
name = "xcm-executor"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -14679,7 +14501,7 @@ dependencies = [
[[package]]
name = "xcm-procedural"
version = "0.9.33"
-source = "git+https://github.com/paritytech/polkadot?branch=master#73b3daa23bff62b226f09df44cb239b4645dff9e"
+source = "git+https://github.com/paritytech/polkadot?branch=master#dfa8c5ae321e0523f88fdc43afc6d743812ee49e"
dependencies = [
"Inflector",
"proc-macro2",
diff --git a/client/collator/src/lib.rs b/client/collator/src/lib.rs
index e31cb58573c..dc04288fb72 100644
--- a/client/collator/src/lib.rs
+++ b/client/collator/src/lib.rs
@@ -37,7 +37,7 @@ use polkadot_node_primitives::{
};
use polkadot_node_subsystem::messages::{CollationGenerationMessage, CollatorProtocolMessage};
use polkadot_overseer::Handle as OverseerHandle;
-use polkadot_primitives::v2::{CollatorPair, Id as ParaId};
+use polkadot_primitives::{CollatorPair, Id as ParaId};
use codec::{Decode, Encode};
use futures::{channel::oneshot, FutureExt};
diff --git a/client/consensus/aura/src/lib.rs b/client/consensus/aura/src/lib.rs
index 965f8fe3baa..6bc78c4fc98 100644
--- a/client/consensus/aura/src/lib.rs
+++ b/client/consensus/aura/src/lib.rs
@@ -26,7 +26,7 @@ use codec::{Decode, Encode};
use cumulus_client_consensus_common::{
ParachainBlockImportMarker, ParachainCandidate, ParachainConsensus,
};
-use cumulus_primitives_core::{relay_chain::v2::Hash as PHash, PersistedValidationData};
+use cumulus_primitives_core::{relay_chain::Hash as PHash, PersistedValidationData};
use futures::lock::Mutex;
use sc_client_api::{backend::AuxStore, BlockOf};
diff --git a/client/consensus/common/src/lib.rs b/client/consensus/common/src/lib.rs
index 39119f345c2..0e5567c6d2e 100644
--- a/client/consensus/common/src/lib.rs
+++ b/client/consensus/common/src/lib.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Cumulus. If not, see .
-use polkadot_primitives::v2::{Hash as PHash, PersistedValidationData};
+use polkadot_primitives::{Hash as PHash, PersistedValidationData};
use sc_client_api::Backend;
use sc_consensus::{shared_data::SharedData, BlockImport, ImportResult};
diff --git a/client/consensus/common/src/parachain_consensus.rs b/client/consensus/common/src/parachain_consensus.rs
index 37a2d87bb5b..9bd2e144663 100644
--- a/client/consensus/common/src/parachain_consensus.rs
+++ b/client/consensus/common/src/parachain_consensus.rs
@@ -25,7 +25,7 @@ use sp_runtime::traits::{Block as BlockT, Header as HeaderT};
use cumulus_client_pov_recovery::{RecoveryDelay, RecoveryKind, RecoveryRequest};
use cumulus_relay_chain_interface::{RelayChainInterface, RelayChainResult};
-use polkadot_primitives::v2::{Hash as PHash, Id as ParaId, OccupiedCoreAssumption};
+use polkadot_primitives::{Hash as PHash, Id as ParaId, OccupiedCoreAssumption};
use codec::Decode;
use futures::{channel::mpsc::Sender, pin_mut, select, FutureExt, Stream, StreamExt};
diff --git a/client/consensus/relay-chain/src/lib.rs b/client/consensus/relay-chain/src/lib.rs
index 4cd0ab24beb..0891514ae77 100644
--- a/client/consensus/relay-chain/src/lib.rs
+++ b/client/consensus/relay-chain/src/lib.rs
@@ -36,7 +36,7 @@
use cumulus_client_consensus_common::{
ParachainBlockImportMarker, ParachainCandidate, ParachainConsensus,
};
-use cumulus_primitives_core::{relay_chain::v2::Hash as PHash, ParaId, PersistedValidationData};
+use cumulus_primitives_core::{relay_chain::Hash as PHash, ParaId, PersistedValidationData};
use cumulus_relay_chain_interface::RelayChainInterface;
use sc_consensus::{BlockImport, BlockImportParams};
diff --git a/client/network/src/lib.rs b/client/network/src/lib.rs
index 7e906da1b1d..3a03e313434 100644
--- a/client/network/src/lib.rs
+++ b/client/network/src/lib.rs
@@ -29,7 +29,7 @@ use sp_runtime::traits::{Block as BlockT, Header as HeaderT};
use cumulus_relay_chain_interface::RelayChainInterface;
use polkadot_node_primitives::{CollationSecondedSignal, Statement};
use polkadot_parachain::primitives::HeadData;
-use polkadot_primitives::v2::{
+use polkadot_primitives::{
CandidateReceipt, CompactStatement, Hash as PHash, Id as ParaId, OccupiedCoreAssumption,
SigningContext, UncheckedSigned,
};
diff --git a/client/network/src/tests.rs b/client/network/src/tests.rs
index 0a2cd57a0ab..518920c020e 100644
--- a/client/network/src/tests.rs
+++ b/client/network/src/tests.rs
@@ -24,7 +24,7 @@ use cumulus_test_service::runtime::{Block, Hash, Header};
use futures::{executor::block_on, poll, task::Poll, FutureExt, Stream, StreamExt};
use parking_lot::Mutex;
use polkadot_node_primitives::{SignedFullStatement, Statement};
-use polkadot_primitives::v2::{
+use polkadot_primitives::{
CandidateCommitments, CandidateDescriptor, CollatorPair, CommittedCandidateReceipt,
Hash as PHash, HeadData, InboundDownwardMessage, InboundHrmpMessage, OccupiedCoreAssumption,
PersistedValidationData, SessionIndex, SigningContext, ValidationCodeHash, ValidatorId,
diff --git a/client/pov-recovery/src/lib.rs b/client/pov-recovery/src/lib.rs
index 78d78d027b7..2eed968d5f9 100644
--- a/client/pov-recovery/src/lib.rs
+++ b/client/pov-recovery/src/lib.rs
@@ -48,7 +48,7 @@ use sp_runtime::traits::{Block as BlockT, Header as HeaderT, NumberFor};
use polkadot_node_primitives::{AvailableData, POV_BOMB_LIMIT};
use polkadot_overseer::Handle as OverseerHandle;
-use polkadot_primitives::v2::{
+use polkadot_primitives::{
CandidateReceipt, CommittedCandidateReceipt, Id as ParaId, SessionIndex,
};
diff --git a/client/relay-chain-inprocess-interface/src/lib.rs b/client/relay-chain-inprocess-interface/src/lib.rs
index 5daba15eb72..ee6b8f07f17 100644
--- a/client/relay-chain-inprocess-interface/src/lib.rs
+++ b/client/relay-chain-inprocess-interface/src/lib.rs
@@ -19,9 +19,9 @@ use std::{pin::Pin, sync::Arc, time::Duration};
use async_trait::async_trait;
use cumulus_primitives_core::{
relay_chain::{
- runtime_api::ParachainHost,
- v2::{CommittedCandidateReceipt, OccupiedCoreAssumption, SessionIndex, ValidatorId},
- Block as PBlock, BlockId, Hash as PHash, Header as PHeader, InboundHrmpMessage,
+ runtime_api::ParachainHost, Block as PBlock, BlockId, CommittedCandidateReceipt,
+ Hash as PHash, Header as PHeader, InboundHrmpMessage, OccupiedCoreAssumption, SessionIndex,
+ ValidatorId,
},
InboundDownwardMessage, ParaId, PersistedValidationData,
};
@@ -388,7 +388,7 @@ pub fn build_inprocess_relay_chain(
mod tests {
use super::*;
- use polkadot_primitives::v2::Block as PBlock;
+ use polkadot_primitives::Block as PBlock;
use polkadot_test_client::{
construct_transfer_extrinsic, BlockBuilderExt, Client, ClientBlockImportExt,
DefaultTestClientBuilderExt, ExecutionStrategy, InitPolkadotBlockBuilder,
diff --git a/client/relay-chain-interface/src/lib.rs b/client/relay-chain-interface/src/lib.rs
index 7dba142ab86..19ffa5fabc1 100644
--- a/client/relay-chain-interface/src/lib.rs
+++ b/client/relay-chain-interface/src/lib.rs
@@ -29,8 +29,8 @@ use sp_api::ApiError;
pub use cumulus_primitives_core::{
relay_chain::{
- v2::{CommittedCandidateReceipt, OccupiedCoreAssumption, SessionIndex, ValidatorId},
- Hash as PHash, Header as PHeader, InboundHrmpMessage,
+ CommittedCandidateReceipt, Hash as PHash, Header as PHeader, InboundHrmpMessage,
+ OccupiedCoreAssumption, SessionIndex, ValidatorId,
},
InboundDownwardMessage, ParaId, PersistedValidationData,
};
diff --git a/client/relay-chain-minimal-node/src/blockchain_rpc_client.rs b/client/relay-chain-minimal-node/src/blockchain_rpc_client.rs
index f66962e8504..0727ff96122 100644
--- a/client/relay-chain-minimal-node/src/blockchain_rpc_client.rs
+++ b/client/relay-chain-minimal-node/src/blockchain_rpc_client.rs
@@ -82,7 +82,7 @@ impl RuntimeApiSubsystemClient for BlockChainRpcClient {
async fn validators(
&self,
at: Hash,
- ) -> Result, sp_api::ApiError> {
+ ) -> Result, sp_api::ApiError> {
Ok(self.rpc_client.parachain_host_validators(at).await?)
}
@@ -91,8 +91,8 @@ impl RuntimeApiSubsystemClient for BlockChainRpcClient {
at: Hash,
) -> Result<
(
- Vec>,
- polkadot_primitives::v2::GroupRotationInfo,
+ Vec>,
+ polkadot_primitives::GroupRotationInfo,
),
sp_api::ApiError,
> {
@@ -103,7 +103,7 @@ impl RuntimeApiSubsystemClient for BlockChainRpcClient {
&self,
at: Hash,
) -> Result<
- Vec>,
+ Vec>,
sp_api::ApiError,
> {
Ok(self.rpc_client.parachain_host_availability_cores(at).await?)
@@ -113,7 +113,7 @@ impl RuntimeApiSubsystemClient for BlockChainRpcClient {
&self,
at: Hash,
para_id: cumulus_primitives_core::ParaId,
- assumption: polkadot_primitives::v2::OccupiedCoreAssumption,
+ assumption: polkadot_primitives::OccupiedCoreAssumption,
) -> Result<
Option<
cumulus_primitives_core::PersistedValidationData<
@@ -140,7 +140,7 @@ impl RuntimeApiSubsystemClient for BlockChainRpcClient {
Hash,
polkadot_core_primitives::BlockNumber,
>,
- polkadot_primitives::v2::ValidationCodeHash,
+ polkadot_primitives::ValidationCodeHash,
)>,
sp_api::ApiError,
> {
@@ -158,7 +158,7 @@ impl RuntimeApiSubsystemClient for BlockChainRpcClient {
&self,
at: Hash,
para_id: cumulus_primitives_core::ParaId,
- outputs: polkadot_primitives::v2::CandidateCommitments,
+ outputs: polkadot_primitives::CandidateCommitments,
) -> Result {
Ok(self
.rpc_client
@@ -169,7 +169,7 @@ impl RuntimeApiSubsystemClient for BlockChainRpcClient {
async fn session_index_for_child(
&self,
at: Hash,
- ) -> Result {
+ ) -> Result {
Ok(self.rpc_client.parachain_host_session_index_for_child(at).await?)
}
@@ -177,8 +177,8 @@ impl RuntimeApiSubsystemClient for BlockChainRpcClient {
&self,
at: Hash,
para_id: cumulus_primitives_core::ParaId,
- assumption: polkadot_primitives::v2::OccupiedCoreAssumption,
- ) -> Result