diff --git a/Cargo.lock b/Cargo.lock index 8519f2cbf2c..d7682c3f7d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,20 +436,17 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "array-bytes 4.2.0", "async-trait", "fnv", "futures", - "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-chain-spec", "sc-client-api", "sc-consensus", - "sc-finality-grandpa", "sc-keystore", "sc-network", "sc-network-common", @@ -473,7 +470,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "beefy-gadget", "futures", @@ -482,7 +479,6 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-rpc", - "sc-utils", "serde", "sp-beefy", "sp-core", @@ -493,7 +489,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "sp-api", "sp-beefy", @@ -2586,9 +2582,9 @@ dependencies = [ [[package]] name = "ed25519" -version = "1.3.0" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74e1069e39f1454367eb2de793ed062fac4c35c2934b76a81d90dd9abcd28816" +checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369" dependencies = [ "signature", ] @@ -2934,7 +2930,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", ] @@ -2957,7 +2953,7 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "frame-system", @@ -2980,7 +2976,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -2992,16 +2988,13 @@ dependencies = [ "frame-system", "gethostname", "handlebars", - "hash-db", "itertools", - "kvdb", "lazy_static", "linked-hash-map", "log", - "memory-db", "parity-scale-codec", "rand 0.8.5", - "rand_pcg 0.3.1", + "rand_pcg", "sc-block-builder", "sc-cli", "sc-client-api", @@ -3011,7 +3004,6 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "serde_nanos", "sp-api", "sp-blockchain", "sp-core", @@ -3024,7 +3016,6 @@ dependencies = [ "sp-std", "sp-storage", "sp-trie", - "tempfile", "thiserror", "thousands", ] @@ -3032,7 +3023,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3043,7 +3034,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3060,7 +3051,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "frame-system", @@ -3089,18 +3080,15 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ - "env_logger 0.9.0", "futures", "log", "parity-scale-codec", "serde", - "serde_json", "sp-core", "sp-io", "sp-runtime", - "sp-version", "substrate-rpc-client", "tokio", ] @@ -3108,7 +3096,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "bitflags", "frame-metadata", @@ -3140,7 +3128,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "Inflector", "cfg-expr", @@ -3154,7 +3142,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3166,7 +3154,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "proc-macro2", "quote", @@ -3176,7 +3164,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "log", @@ -3194,7 +3182,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -3209,7 +3197,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "sp-api", @@ -3218,7 +3206,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "parity-scale-codec", @@ -3422,10 +3410,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" dependencies = [ "cfg-if", - "js-sys", "libc", "wasi 0.9.0+wasi-snapshot-preview1", - "wasm-bindgen", ] [[package]] @@ -4102,7 +4088,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bitvec", "frame-benchmarking", @@ -4199,7 +4185,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "frame-support", "polkadot-primitives", @@ -4943,7 +4929,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "futures", "log", @@ -4955,7 +4941,6 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-io", "sp-mmr-primitives", "sp-runtime", ] @@ -4963,7 +4948,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "anyhow", "jsonrpsee", @@ -5366,9 +5351,9 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" [[package]] name = "orchestra" -version = "0.0.2" +version = "0.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aab54694ddaa8a9b703724c6ef04272b2d27bc32d2c855aae5cdd1857216b43" +checksum = "17e7d5b6bb115db09390bed8842c94180893dd83df3dfce7354f2a2aa090a4ee" dependencies = [ "async-trait", "dyn-clonable", @@ -5383,9 +5368,9 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.0.2" +version = "0.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a702b2f6bf592b3eb06c00d80d05afaf7a8eff6b41bb361e397d799acc21b45a" +checksum = "c2af4dabb2286b0be0e9711d2d24e25f6217048b71210cffd3daddc3b5c84e1f" dependencies = [ "expander 0.0.6", "itertools", @@ -5414,7 +5399,7 @@ checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -5435,7 +5420,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5453,7 +5438,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5468,7 +5453,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "frame-system", @@ -5484,7 +5469,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "frame-system", @@ -5500,7 +5485,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "frame-system", @@ -5515,7 +5500,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5539,7 +5524,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5559,7 +5544,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5574,7 +5559,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "frame-system", @@ -5590,7 +5575,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "array-bytes 4.2.0", "beefy-merkle-tree", @@ -5613,7 +5598,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5631,7 +5616,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5675,7 +5660,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5692,7 +5677,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "bitflags", "frame-benchmarking", @@ -5704,7 +5689,7 @@ dependencies = [ "pallet-contracts-proc-macro", "parity-scale-codec", "rand 0.8.5", - "rand_pcg 0.3.1", + "rand_pcg", "scale-info", "serde", "smallvec", @@ -5721,7 +5706,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "bitflags", "parity-scale-codec", @@ -5733,7 +5718,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "proc-macro2", "quote", @@ -5743,7 +5728,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5760,7 +5745,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5778,7 +5763,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5787,7 +5772,7 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking", "parity-scale-codec", - "rand 0.7.3", + "rand 0.8.5", "scale-info", "sp-arithmetic", "sp-core", @@ -5795,14 +5780,13 @@ dependencies = [ "sp-npos-elections", "sp-runtime", "sp-std", - "static_assertions", "strum", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5815,7 +5799,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5833,7 +5817,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5851,7 +5835,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5874,7 +5858,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5890,7 +5874,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5910,7 +5894,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5927,7 +5911,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5944,7 +5928,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5961,7 +5945,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5977,7 +5961,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5993,7 +5977,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "frame-system", @@ -6010,7 +5994,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6030,7 +6014,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "sp-api", @@ -6040,7 +6024,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "frame-system", @@ -6057,7 +6041,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6080,7 +6064,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6097,7 +6081,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6112,7 +6096,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "frame-system", @@ -6126,7 +6110,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6144,7 +6128,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6159,7 +6143,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6178,7 +6162,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6195,7 +6179,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "frame-system", @@ -6216,14 +6200,14 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "pallet-session", "pallet-staking", - "rand 0.7.3", + "rand 0.8.5", "sp-runtime", "sp-session", "sp-std", @@ -6232,7 +6216,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "frame-system", @@ -6246,7 +6230,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6269,7 +6253,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6280,7 +6264,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "log", "sp-arithmetic", @@ -6289,7 +6273,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6306,7 +6290,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "frame-system", @@ -6335,7 +6319,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6353,7 +6337,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6372,7 +6356,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-support", "frame-system", @@ -6388,7 +6372,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6404,7 +6388,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6416,7 +6400,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6433,7 +6417,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6448,7 +6432,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6464,7 +6448,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6479,7 +6463,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6494,7 +6478,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "frame-support", "frame-system", @@ -6512,7 +6496,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "frame-benchmarking", "frame-support", @@ -6796,20 +6780,20 @@ checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5" [[package]] name = "pbkdf2" -version = "0.4.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd" +checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa" dependencies = [ - "crypto-mac 0.8.0", + "crypto-mac 0.11.1", ] [[package]] name = "pbkdf2" -version = "0.8.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa" +checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" dependencies = [ - "crypto-mac 0.11.1", + "digest 0.10.3", ] [[package]] @@ -7027,7 +7011,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7042,7 +7026,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7056,7 +7040,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "derive_more", "fatality", @@ -7079,7 +7063,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "fatality", "futures", @@ -7100,7 +7084,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "clap 4.0.29", "frame-benchmarking-cli", @@ -7127,7 +7111,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "async-trait", "frame-benchmarking", @@ -7170,7 +7154,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "always-assert", "bitvec", @@ -7192,7 +7176,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "parity-scale-codec", "scale-info", @@ -7204,7 +7188,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "derive_more", "fatality", @@ -7229,7 +7213,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7243,7 +7227,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "futures", "futures-timer", @@ -7263,7 +7247,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "always-assert", "async-trait", @@ -7287,7 +7271,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "futures", "parity-scale-codec", @@ -7305,7 +7289,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bitvec", "derive_more", @@ -7334,7 +7318,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bitvec", "futures", @@ -7354,7 +7338,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bitvec", "fatality", @@ -7373,7 +7357,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7388,7 +7372,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "async-trait", "futures", @@ -7407,7 +7391,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7422,7 +7406,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "futures", "futures-timer", @@ -7439,7 +7423,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "fatality", "futures", @@ -7458,7 +7442,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "async-trait", "futures", @@ -7468,7 +7452,6 @@ dependencies = [ "polkadot-primitives", "sp-blockchain", "sp-inherents", - "sp-runtime", "thiserror", "tracing-gum", ] @@ -7476,7 +7459,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bitvec", "fatality", @@ -7494,7 +7477,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "always-assert", "assert_matches", @@ -7527,7 +7510,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "futures", "polkadot-node-primitives", @@ -7543,7 +7526,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "futures", "lru", @@ -7558,7 +7541,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "lazy_static", "log", @@ -7576,7 +7559,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bs58", "futures", @@ -7595,7 +7578,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "async-trait", "derive_more", @@ -7618,7 +7601,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bounded-vec", "futures", @@ -7640,7 +7623,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7650,7 +7633,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "async-trait", "futures", @@ -7668,7 +7651,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "async-trait", "derive_more", @@ -7691,7 +7674,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "async-trait", "derive_more", @@ -7723,7 +7706,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "async-trait", "futures", @@ -7746,7 +7729,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "derive_more", "frame-support", @@ -7843,7 +7826,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7858,7 +7841,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bitvec", "hex-literal", @@ -7884,7 +7867,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7916,7 +7899,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bitvec", "frame-benchmarking", @@ -8005,7 +7988,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bitvec", "frame-benchmarking", @@ -8053,7 +8036,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "frame-support", "polkadot-primitives", @@ -8067,7 +8050,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bs58", "parity-scale-codec", @@ -8079,7 +8062,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bitflags", "bitvec", @@ -8122,7 +8105,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "async-trait", "beefy-gadget", @@ -8229,7 +8212,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8250,7 +8233,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8260,7 +8243,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8285,7 +8268,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bitvec", "frame-election-provider-support", @@ -8346,7 +8329,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "frame-benchmarking", "frame-system", @@ -8712,7 +8695,6 @@ dependencies = [ "rand_chacha 0.2.2", "rand_core 0.5.1", "rand_hc", - "rand_pcg 0.2.1", ] [[package]] @@ -8783,15 +8765,6 @@ dependencies = [ "rand_core 0.5.1", ] -[[package]] -name = "rand_pcg" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" -dependencies = [ - "rand_core 0.5.1", -] - [[package]] name = "rand_pcg" version = "0.3.1" @@ -9028,7 +9001,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "beefy-merkle-tree", "frame-benchmarking", @@ -9113,7 +9086,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "frame-support", "polkadot-primitives", @@ -9290,7 +9263,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "log", "sp-core", @@ -9301,7 +9274,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "futures", @@ -9312,7 +9285,7 @@ dependencies = [ "parity-scale-codec", "prost", "prost-build", - "rand 0.7.3", + "rand 0.8.5", "sc-client-api", "sc-network-common", "sp-api", @@ -9328,7 +9301,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "futures", "futures-timer", @@ -9351,7 +9324,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9367,11 +9340,9 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ - "impl-trait-for-tuples", "memmap2", - "parity-scale-codec", "sc-chain-spec-derive", "sc-network-common", "sc-telemetry", @@ -9384,7 +9355,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9395,7 +9366,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -9406,7 +9377,7 @@ dependencies = [ "log", "names", "parity-scale-codec", - "rand 0.7.3", + "rand 0.8.5", "regex", "rpassword", "sc-client-api", @@ -9435,11 +9406,10 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "fnv", "futures", - "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.1", @@ -9456,14 +9426,13 @@ dependencies = [ "sp-runtime", "sp-state-machine", "sp-storage", - "sp-trie", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "hash-db", "kvdb", @@ -9488,7 +9457,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "futures", @@ -9513,7 +9482,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "futures", @@ -9542,7 +9511,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "fork-tree", @@ -9561,7 +9530,6 @@ dependencies = [ "sc-keystore", "sc-telemetry", "schnorrkel", - "serde", "sp-api", "sp-application-crypto", "sp-block-builder", @@ -9572,10 +9540,8 @@ dependencies = [ "sp-consensus-vrf", "sp-core", "sp-inherents", - "sp-io", "sp-keystore", "sp-runtime", - "sp-version", "substrate-prometheus-endpoint", "thiserror", ] @@ -9583,7 +9549,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "futures", "jsonrpsee", @@ -9605,7 +9571,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9618,7 +9584,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "futures", @@ -9636,13 +9602,12 @@ dependencies = [ "sp-inherents", "sp-runtime", "sp-state-machine", - "thiserror", ] [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "lru", "parity-scale-codec", @@ -9666,7 +9631,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9679,7 +9644,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "log", "sc-allocator", @@ -9692,7 +9657,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "cfg-if", "libc", @@ -9709,7 +9674,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "ahash", "array-bytes 4.2.0", @@ -9727,7 +9692,6 @@ dependencies = [ "sc-chain-spec", "sc-client-api", "sc-consensus", - "sc-keystore", "sc-network", "sc-network-common", "sc-network-gossip", @@ -9750,7 +9714,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "finality-grandpa", "futures", @@ -9761,7 +9725,6 @@ dependencies = [ "sc-finality-grandpa", "sc-rpc", "serde", - "serde_json", "sp-blockchain", "sp-core", "sp-runtime", @@ -9771,7 +9734,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "ansi_term", "futures", @@ -9779,7 +9742,6 @@ dependencies = [ "log", "sc-client-api", "sc-network-common", - "sc-transaction-pool-api", "sp-blockchain", "sp-runtime", ] @@ -9787,7 +9749,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -9802,30 +9764,24 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "array-bytes 4.2.0", "async-trait", "asynchronous-codec", - "bitflags", "bytes", - "cid", "either", "fnv", - "fork-tree", "futures", "futures-timer", "ip_network", "libp2p", - "linked-hash-map", - "linked_hash_set", "log", "lru", "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "prost", - "rand 0.7.3", + "rand 0.8.5", "sc-block-builder", "sc-client-api", "sc-consensus", @@ -9849,7 +9805,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "cid", "futures", @@ -9863,13 +9819,12 @@ dependencies = [ "sp-runtime", "thiserror", "unsigned-varint", - "void", ] [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "bitflags", @@ -9895,7 +9850,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "ahash", "futures", @@ -9913,7 +9868,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "array-bytes 4.2.0", "futures", @@ -9934,7 +9889,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -9966,11 +9921,10 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "array-bytes 4.2.0", "futures", - "hex", "libp2p", "log", "parity-scale-codec", @@ -9985,7 +9939,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -9999,7 +9953,7 @@ dependencies = [ "once_cell", "parity-scale-codec", "parking_lot 0.12.1", - "rand 0.7.3", + "rand 0.8.5", "sc-client-api", "sc-network-common", "sc-peerset", @@ -10015,7 +9969,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "futures", "libp2p", @@ -10028,7 +9982,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10037,10 +9991,9 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "futures", - "hash-db", "jsonrpsee", "log", "parity-scale-codec", @@ -10067,13 +10020,10 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ - "futures", "jsonrpsee", - "log", "parity-scale-codec", - "parking_lot 0.12.1", "sc-chain-spec", "sc-transaction-pool-api", "scale-info", @@ -10082,7 +10032,6 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-tracing", "sp-version", "thiserror", ] @@ -10090,9 +10039,8 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ - "futures", "http", "jsonrpsee", "log", @@ -10106,39 +10054,45 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ + "array-bytes 4.2.0", "futures", + "futures-util", "hex", "jsonrpsee", + "log", "parity-scale-codec", + "parking_lot 0.12.1", "sc-chain-spec", + "sc-client-api", "sc-transaction-pool-api", "serde", "sp-api", "sp-blockchain", "sp-core", "sp-runtime", + "sp-version", "thiserror", + "tokio-stream", ] [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "directories", "exit-future", "futures", "futures-timer", - "hash-db", "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "rand 0.7.3", + "rand 0.8.5", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -10166,19 +10120,15 @@ dependencies = [ "serde", "serde_json", "sp-api", - "sp-application-crypto", - "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-core", "sp-externalities", - "sp-inherents", "sp-keystore", "sp-runtime", "sp-session", "sp-state-machine", "sp-storage", - "sp-tracing", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -10195,19 +10145,18 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", "sp-core", ] [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10226,13 +10175,13 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "futures", "libc", "log", - "rand 0.7.3", - "rand_pcg 0.2.1", + "rand 0.8.5", + "rand_pcg", "regex", "sc-telemetry", "serde", @@ -10245,7 +10194,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "chrono", "futures", @@ -10253,7 +10202,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "pin-project", - "rand 0.7.3", + "rand 0.8.5", "serde", "serde_json", "thiserror", @@ -10263,7 +10212,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "ansi_term", "atty", @@ -10294,7 +10243,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10305,7 +10254,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "futures", @@ -10331,7 +10280,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "futures", @@ -10345,7 +10294,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "futures", "futures-timer", @@ -10588,15 +10537,6 @@ dependencies = [ "serde", ] -[[package]] -name = "serde_nanos" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e" -dependencies = [ - "serde", -] - [[package]] name = "sha-1" version = "0.8.2" @@ -10770,7 +10710,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "enumn", "parity-scale-codec", @@ -10847,7 +10787,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "hash-db", "log", @@ -10865,7 +10805,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "blake2", "proc-macro-crate", @@ -10877,7 +10817,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "scale-info", @@ -10890,14 +10830,13 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-debug-derive", "sp-std", "static_assertions", ] @@ -10905,7 +10844,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "scale-info", @@ -10918,7 +10857,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "parity-scale-codec", @@ -10930,7 +10869,7 @@ dependencies = [ [[package]] name = "sp-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "scale-info", @@ -10947,7 +10886,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "sp-api", @@ -10959,7 +10898,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "futures", "log", @@ -10977,11 +10916,10 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "futures", - "futures-timer", "log", "parity-scale-codec", "sp-core", @@ -10996,7 +10934,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "parity-scale-codec", @@ -11014,7 +10952,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "merlin", @@ -11037,13 +10975,11 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-runtime", "sp-std", "sp-timestamp", ] @@ -11051,7 +10987,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "scale-info", @@ -11064,13 +11000,12 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "array-bytes 4.2.0", "base58", "bitflags", "blake2", - "byteorder", "dyn-clonable", "ed25519-zebra", "futures", @@ -11081,11 +11016,10 @@ dependencies = [ "libsecp256k1", "log", "merlin", - "num-traits", "parity-scale-codec", "parking_lot 0.12.1", "primitive-types", - "rand 0.7.3", + "rand 0.8.5", "regex", "scale-info", "schnorrkel", @@ -11102,14 +11036,13 @@ dependencies = [ "substrate-bip39", "thiserror", "tiny-bip39", - "wasmi 0.13.0", "zeroize", ] [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "blake2", "byteorder", @@ -11123,7 +11056,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "proc-macro2", "quote", @@ -11134,7 +11067,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11143,7 +11076,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "proc-macro2", "quote", @@ -11153,7 +11086,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "environmental", "parity-scale-codec", @@ -11164,7 +11097,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "finality-grandpa", "log", @@ -11182,7 +11115,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11196,16 +11129,15 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "bytes", + "ed25519", "ed25519-dalek", "futures", - "hash-db", "libsecp256k1", "log", "parity-scale-codec", - "parking_lot 0.12.1", "secp256k1", "sp-core", "sp-externalities", @@ -11215,7 +11147,6 @@ dependencies = [ "sp-std", "sp-tracing", "sp-trie", - "sp-wasm-interface", "tracing", "tracing-core", ] @@ -11223,7 +11154,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "lazy_static", "sp-core", @@ -11234,7 +11165,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "futures", @@ -11251,7 +11182,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "thiserror", "zstd", @@ -11260,7 +11191,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11278,7 +11209,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "scale-info", @@ -11292,7 +11223,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "sp-api", "sp-core", @@ -11302,7 +11233,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "backtrace", "lazy_static", @@ -11312,7 +11243,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "rustc-hash", "serde", @@ -11322,7 +11253,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "either", "hash256-std-hasher", @@ -11330,7 +11261,7 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand 0.7.3", + "rand 0.8.5", "scale-info", "serde", "sp-application-crypto", @@ -11344,7 +11275,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11362,7 +11293,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "Inflector", "proc-macro-crate", @@ -11374,7 +11305,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "serde", "serde_json", @@ -11383,7 +11314,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "scale-info", @@ -11397,7 +11328,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "scale-info", @@ -11409,14 +11340,13 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "hash-db", "log", - "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "rand 0.7.3", + "rand 0.8.5", "smallvec", "sp-core", "sp-externalities", @@ -11425,18 +11355,17 @@ dependencies = [ "sp-trie", "thiserror", "tracing", - "trie-root", ] [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11449,13 +11378,12 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "futures-timer", "log", "parity-scale-codec", - "sp-api", "sp-inherents", "sp-runtime", "sp-std", @@ -11465,7 +11393,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "sp-std", @@ -11477,7 +11405,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "sp-api", "sp-runtime", @@ -11486,7 +11414,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "log", @@ -11502,7 +11430,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "ahash", "hash-db", @@ -11525,7 +11453,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11542,7 +11470,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11553,7 +11481,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "impl-trait-for-tuples", "log", @@ -11566,9 +11494,8 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ - "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", @@ -11869,7 +11796,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "platforms", ] @@ -11877,17 +11804,15 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "frame-system-rpc-runtime-api", "futures", "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api", "sc-rpc-api", "sc-transaction-pool-api", - "serde_json", "sp-api", "sp-block-builder", "sp-blockchain", @@ -11898,9 +11823,8 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ - "futures-util", "hyper", "log", "prometheus", @@ -11911,7 +11835,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "async-trait", "jsonrpsee", @@ -11924,7 +11848,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "jsonrpsee", "log", @@ -11934,10 +11858,8 @@ dependencies = [ "scale-info", "serde", "sp-core", - "sp-io", "sp-runtime", "sp-state-machine", - "sp-std", "sp-trie", "trie-db", ] @@ -11945,7 +11867,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11971,7 +11893,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11981,7 +11903,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11992,7 +11914,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "ansi_term", "build-helper", @@ -12100,7 +12022,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "frame-support", "polkadot-primitives", @@ -12209,17 +12131,17 @@ dependencies = [ [[package]] name = "tiny-bip39" -version = "0.8.2" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d" +checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861" dependencies = [ "anyhow", - "hmac 0.8.1", + "hmac 0.12.1", "once_cell", - "pbkdf2 0.4.0", - "rand 0.7.3", + "pbkdf2 0.11.0", + "rand 0.8.5", "rustc-hash", - "sha2 0.9.8", + "sha2 0.10.2", "thiserror", "unicode-normalization", "wasm-bindgen", @@ -12302,6 +12224,7 @@ dependencies = [ "futures-core", "pin-project-lite 0.2.9", "tokio", + "tokio-util 0.7.1", ] [[package]] @@ -12429,7 +12352,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12440,7 +12363,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -12569,7 +12492,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" +source = "git+https://github.com/paritytech/substrate?branch=master#657c808eb3d22284359a802d67fdfdbe823fbd17" dependencies = [ "clap 4.0.29", "frame-remote-externalities", @@ -12577,7 +12500,6 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-chain-spec", "sc-cli", "sc-executor", "sc-service", @@ -13230,7 +13152,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "bitvec", "frame-benchmarking", @@ -13320,7 +13242,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "frame-support", "polkadot-primitives", @@ -13662,7 +13584,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13676,7 +13598,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "frame-support", "frame-system", @@ -13696,7 +13618,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "frame-benchmarking", "frame-support", @@ -13714,7 +13636,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" +source = "git+https://github.com/paritytech/polkadot?branch=master#86c134e0571b52809ec9f83293300583f824c423" dependencies = [ "Inflector", "proc-macro2", diff --git a/client/collator/src/lib.rs b/client/collator/src/lib.rs index 80650ff72e1..72b4896dab2 100644 --- a/client/collator/src/lib.rs +++ b/client/collator/src/lib.rs @@ -422,7 +422,7 @@ mod tests { let para_id = ParaId::from(100); let announce_block = |_, _| (); let client = Arc::new(TestClientBuilder::new().build()); - let header = client.header(&BlockId::Number(0)).unwrap().unwrap(); + let header = client.header(client.chain_info().genesis_hash).unwrap().unwrap(); let (sub_tx, sub_rx) = mpsc::channel(64); 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 1ed896533a3..65499862e97 100644 --- a/client/relay-chain-minimal-node/src/blockchain_rpc_client.rs +++ b/client/relay-chain-minimal-node/src/blockchain_rpc_client.rs @@ -381,20 +381,9 @@ fn block_local(fut: impl Future) -> T { impl HeaderBackend for BlockChainRpcClient { fn header( &self, - id: BlockId, + hash: ::Hash, ) -> sp_blockchain::Result::Header>> { - let fetch_header = |hash| block_local(self.rpc_client.chain_get_header(Some(hash))); - - match id { - BlockId::Hash(hash) => Ok(fetch_header(hash)?), - BlockId::Number(number) => { - if let Some(hash) = HeaderBackend::::hash(self, number)? { - Ok(fetch_header(hash)?) - } else { - Ok(None) - } - }, - } + Ok(block_local(self.rpc_client.chain_get_header(Some(hash)))?) } fn info(&self) -> Info { @@ -425,7 +414,7 @@ impl HeaderBackend for BlockChainRpcClient { id: sp_api::BlockId, ) -> sp_blockchain::Result { let exists = match id { - BlockId::Hash(_) => self.header(id)?.is_some(), + BlockId::Hash(hash) => self.header(hash)?.is_some(), BlockId::Number(n) => { let best_header = block_local(self.rpc_client.chain_get_header(None))?; if let Some(best) = best_header { diff --git a/pallets/parachain-system/src/validate_block/tests.rs b/pallets/parachain-system/src/validate_block/tests.rs index 6087e6a29a3..116ee86edad 100644 --- a/pallets/parachain-system/src/validate_block/tests.rs +++ b/pallets/parachain-system/src/validate_block/tests.rs @@ -24,7 +24,7 @@ use cumulus_test_client::{ }; use cumulus_test_relay_sproof_builder::RelayStateSproofBuilder; use sp_keyring::AccountKeyring::*; -use sp_runtime::{generic::BlockId, traits::Header as HeaderT}; +use sp_runtime::traits::Header as HeaderT; use std::{env, process::Command}; fn call_validate_block_encoded_header( @@ -60,7 +60,7 @@ fn create_test_client() -> (Client, Header) { .build(); let genesis_header = client - .header(&BlockId::number(0)) + .header(client.chain_info().genesis_hash) .ok() .flatten() .expect("Genesis header exists; qed"); diff --git a/primitives/timestamp/src/lib.rs b/primitives/timestamp/src/lib.rs index 5822503ac17..0f520fc09ea 100644 --- a/primitives/timestamp/src/lib.rs +++ b/primitives/timestamp/src/lib.rs @@ -82,7 +82,10 @@ mod tests { ValidationParams, }; use cumulus_test_relay_sproof_builder::RelayStateSproofBuilder; - use sp_runtime::{generic::BlockId, traits::Header as HeaderT}; + use sp_runtime::{ + generic::BlockId, + traits::{Block as BlockT, Header as HeaderT}, + }; use std::{env, process::Command, str::FromStr}; const SLOT_DURATION: u64 = 6000; @@ -106,14 +109,14 @@ mod tests { fn build_block( client: &Client, - at: BlockId, + hash: ::Hash, timestamp: u64, relay_chain_slot: Slot, ) -> (ParachainBlockData, PHash) { let sproof_builder = RelayStateSproofBuilder { current_slot: relay_chain_slot, ..Default::default() }; - let parent_header = client.header(&at).ok().flatten().expect("Genesis header exists"); + let parent_header = client.header(hash).ok().flatten().expect("Genesis header exists"); let relay_parent_storage_root = sproof_builder.clone().into_state_root_and_proof().0; @@ -125,7 +128,7 @@ mod tests { let block = client .init_block_builder_with_timestamp( - &at, + &BlockId::Hash(hash), Some(validation_data), sproof_builder, timestamp, @@ -146,19 +149,20 @@ mod tests { .expect("TIMESTAMP is a valid `u64`"); let block = - build_block(&client, BlockId::number(0), SLOT_DURATION, 1.into()).0.into_block(); - futures::executor::block_on(client.import(sp_consensus::BlockOrigin::Own, block)) - .unwrap(); + build_block(&client, client.chain_info().genesis_hash, SLOT_DURATION, 1.into()) + .0 + .into_block(); + futures::executor::block_on( + client.import(sp_consensus::BlockOrigin::Own, block.clone()), + ) + .unwrap(); + let hashof1 = block.hash(); let (block, relay_chain_root) = - build_block(&client, BlockId::number(1), timestamp, relay_chain_slot.into()); + build_block(&client, hashof1, timestamp, relay_chain_slot.into()); let header = call_validate_block( - client - .header(&BlockId::number(1)) - .ok() - .flatten() - .expect("Genesis header exists"), + client.header(hashof1).ok().flatten().expect("Genesis header exists"), block.clone(), relay_chain_root, )