Unverified Commit 7135b58a authored by Arkadiy Paronyan's avatar Arkadiy Paronyan Committed by GitHub
Browse files

Update for the new substrate client API (#2570)

* Update for the new substrate client API

* Code review suggestions

* Update substrate
parent a99498d8
Pipeline #129301 passed with stages
in 34 minutes and 41 seconds
......@@ -1652,7 +1652,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"parity-scale-codec",
]
......@@ -1670,7 +1670,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "3.1.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"frame-system",
......@@ -1689,7 +1689,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"Inflector",
"chrono",
......@@ -1712,7 +1712,7 @@ dependencies = [
[[package]]
name = "frame-election-provider-support"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"frame-system",
......@@ -1725,7 +1725,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"frame-system",
......@@ -1741,7 +1741,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "13.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"parity-scale-codec",
"serde",
......@@ -1752,7 +1752,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"bitflags",
"frame-metadata",
......@@ -1778,7 +1778,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
......@@ -1790,7 +1790,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate 1.0.0",
......@@ -1802,7 +1802,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"proc-macro2",
"quote",
......@@ -1812,7 +1812,7 @@ dependencies = [
[[package]]
name = "frame-support-test"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-metadata",
"frame-support",
......@@ -1833,7 +1833,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"impl-trait-for-tuples",
......@@ -1850,7 +1850,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -1864,7 +1864,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"parity-scale-codec",
"sp-api",
......@@ -1873,7 +1873,7 @@ dependencies = [
[[package]]
name = "frame-try-runtime"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"parity-scale-codec",
......@@ -1900,6 +1900,16 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "fs2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "fs_extra"
version = "1.1.0"
......@@ -4190,7 +4200,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
[[package]]
name = "pallet-authority-discovery"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"frame-system",
......@@ -4206,7 +4216,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"frame-system",
......@@ -4221,7 +4231,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4245,7 +4255,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4260,7 +4270,7 @@ dependencies = [
[[package]]
name = "pallet-bounties"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4275,7 +4285,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4292,7 +4302,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4307,7 +4317,7 @@ dependencies = [
[[package]]
name = "pallet-election-provider-multi-phase"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
......@@ -4328,7 +4338,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4344,7 +4354,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4366,7 +4376,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"enumflags2",
"frame-benchmarking",
......@@ -4382,7 +4392,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4402,7 +4412,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4419,7 +4429,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"frame-system",
......@@ -4433,7 +4443,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4449,7 +4459,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"frame-system",
......@@ -4463,7 +4473,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"frame-system",
......@@ -4479,7 +4489,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
......@@ -4501,7 +4511,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4517,7 +4527,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"frame-system",
......@@ -4530,7 +4540,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"enumflags2",
"frame-support",
......@@ -4545,7 +4555,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4561,7 +4571,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"frame-system",
......@@ -4581,7 +4591,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4597,7 +4607,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"frame-system",
......@@ -4611,7 +4621,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
......@@ -4635,7 +4645,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
......@@ -4646,7 +4656,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"frame-system",
......@@ -4660,7 +4670,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4679,7 +4689,7 @@ dependencies = [
[[package]]
name = "pallet-tips"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4694,7 +4704,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-support",
"frame-system",
......@@ -4710,7 +4720,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
......@@ -4727,7 +4737,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
......@@ -4738,7 +4748,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4754,7 +4764,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4770,7 +4780,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"enumflags2",
"frame-benchmarking",
......@@ -4784,12 +4794,13 @@ dependencies = [
[[package]]
name = "parity-db"
version = "0.2.2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "111e193c96758d476d272093a853882668da17489f76bf4361b8decae0b6c515"
checksum = "495197c078e54b8735181aa35c00a327f7f3a3cc00a1ee8c95926dd010f0ec6b"
dependencies = [
"blake2-rfc",
"crc32fast",
"fs2",
"hex",
"libc",
"log",
......@@ -6940,7 +6951,7 @@ dependencies = [
[[package]]
name = "remote-externalities"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"env_logger 0.8.2",
"hex-literal",
......@@ -7196,7 +7207,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"async-trait",
"derive_more",
......@@ -7224,7 +7235,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"futures 0.3.12",
"futures-timer 3.0.2",
......@@ -7247,7 +7258,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"parity-scale-codec",
"sc-client-api",
......@@ -7263,7 +7274,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"impl-trait-for-tuples",
"parity-scale-codec",
......@@ -7284,7 +7295,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
......@@ -7295,7 +7306,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"chrono",
"fdlimit",
......@@ -7333,7 +7344,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"derive_more",
"fnv",
......@@ -7367,7 +7378,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"blake2-rfc",
"hash-db",
......@@ -7397,7 +7408,7 @@ dependencies = [
[[package]]
name = "sc-consensus"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"sc-client-api",
"sp-blockchain",
......@@ -7408,7 +7419,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"derive_more",
"fork-tree",
......@@ -7454,7 +7465,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"derive_more",
"futures 0.3.12",
......@@ -7478,7 +7489,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"fork-tree",
"parity-scale-codec",
......@@ -7491,7 +7502,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"futures 0.3.12",
"futures-timer 3.0.2",
......@@ -7518,7 +7529,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"log",
"sc-client-api",
......@@ -7532,7 +7543,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"derive_more",
"lazy_static",
......@@ -7561,7 +7572,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"derive_more",
"parity-scale-codec",
......@@ -7577,7 +7588,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"log",
"parity-scale-codec",
......@@ -7592,7 +7603,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmtime"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"log",
"parity-scale-codec",
......@@ -7610,7 +7621,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"derive_more",
"dyn-clone",
......@@ -7649,7 +7660,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"derive_more",
"finality-grandpa",
......@@ -7673,7 +7684,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa-warp-sync"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"derive_more",
"futures 0.3.12",
......@@ -7694,7 +7705,7 @@ dependencies = [
[[package]]
name = "sc-informant"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"ansi_term 0.12.1",
"futures 0.3.12",
......@@ -7712,7 +7723,7 @@ dependencies = [
[[package]]
name = "sc-keystore"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"async-trait",
"derive_more",
......@@ -7732,7 +7743,7 @@ dependencies = [
[[package]]
name = "sc-light"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"hash-db",
"lazy_static",
......@@ -7751,7 +7762,7 @@ dependencies = [
[[package]]
name = "sc-network"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#cc24950837d3a98727b12ba9229f2aabb67f411c"
source = "git+https://github.com/paritytech/substrate#462384b7670a54de85b872497c09354e9c440de0"
dependencies = [
"async-std",