diff --git a/Cargo.lock b/Cargo.lock index 1ceafe5816..2a5a92e3e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -473,7 +473,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "beefy-gadget", "futures", @@ -493,7 +493,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "sp-api", "sp-beefy", @@ -2930,7 +2930,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", ] @@ -2953,7 +2953,7 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "frame-system", @@ -2976,7 +2976,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3028,7 +3028,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3039,7 +3039,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3047,6 +3047,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-arithmetic", + "sp-core", "sp-npos-elections", "sp-runtime", "sp-std", @@ -3055,7 +3056,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "frame-system", @@ -3084,9 +3085,10 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "env_logger 0.9.0", + "futures", "log", "parity-scale-codec", "serde", @@ -3096,12 +3098,13 @@ dependencies = [ "sp-runtime", "sp-version", "substrate-rpc-client", + "tokio", ] [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "bitflags", "frame-metadata", @@ -3133,7 +3136,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "Inflector", "cfg-expr", @@ -3147,7 +3150,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3159,7 +3162,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "proc-macro2", "quote", @@ -3169,7 +3172,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "log", @@ -3187,7 +3190,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3202,7 +3205,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "sp-api", @@ -3211,7 +3214,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "parity-scale-codec", @@ -4095,7 +4098,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bitvec", "frame-benchmarking", @@ -4192,7 +4195,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "frame-support", "polkadot-primitives", @@ -4936,7 +4939,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "futures", "log", @@ -4956,7 +4959,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "anyhow", "jsonrpsee", @@ -5407,7 +5410,7 @@ checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -5428,7 +5431,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5446,13 +5449,14 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", + "sp-core", "sp-runtime", "sp-std", ] @@ -5460,7 +5464,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "frame-system", @@ -5476,7 +5480,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "frame-system", @@ -5492,7 +5496,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "frame-system", @@ -5507,7 +5511,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5531,7 +5535,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5551,7 +5555,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5566,7 +5570,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "frame-system", @@ -5582,7 +5586,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "array-bytes 4.2.0", "beefy-merkle-tree", @@ -5605,7 +5609,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5623,7 +5627,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5667,7 +5671,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5684,7 +5688,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "bitflags", "frame-benchmarking", @@ -5713,7 +5717,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "bitflags", "parity-scale-codec", @@ -5725,7 +5729,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "proc-macro2", "quote", @@ -5735,7 +5739,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5752,7 +5756,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5770,7 +5774,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5794,7 +5798,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5807,7 +5811,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5825,14 +5829,13 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-support", "frame-system", "log", - "pallet-staking", "parity-scale-codec", "scale-info", "sp-io", @@ -5844,7 +5847,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5867,7 +5870,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5883,7 +5886,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5903,7 +5906,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5920,7 +5923,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5937,7 +5940,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5954,7 +5957,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5970,7 +5973,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5986,7 +5989,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "frame-system", @@ -6003,7 +6006,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6023,7 +6026,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "sp-api", @@ -6033,7 +6036,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "frame-system", @@ -6050,7 +6053,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6073,7 +6076,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6090,7 +6093,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6105,7 +6108,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "frame-system", @@ -6119,7 +6122,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6137,7 +6140,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6152,7 +6155,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6171,7 +6174,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6188,7 +6191,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "frame-system", @@ -6209,7 +6212,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6225,7 +6228,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "frame-system", @@ -6239,7 +6242,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6247,7 +6250,6 @@ dependencies = [ "frame-system", "log", "pallet-authorship", - "pallet-bags-list", "pallet-session", "parity-scale-codec", "rand_chacha 0.2.2", @@ -6263,7 +6265,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6274,7 +6276,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "log", "sp-arithmetic", @@ -6283,7 +6285,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6300,7 +6302,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "frame-system", @@ -6329,7 +6331,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6347,7 +6349,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6366,7 +6368,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-support", "frame-system", @@ -6382,7 +6384,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6398,7 +6400,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6410,7 +6412,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6427,7 +6429,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6442,7 +6444,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6458,7 +6460,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6473,7 +6475,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6488,7 +6490,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "frame-support", "frame-system", @@ -6506,7 +6508,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6575,6 +6577,7 @@ dependencies = [ "sp-blockchain", "sp-consensus-aura", "sp-core", + "sp-io", "sp-keystore", "sp-offchain", "sp-runtime", @@ -7020,7 +7023,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7035,7 +7038,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7049,7 +7052,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "derive_more", "fatality", @@ -7072,7 +7075,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "fatality", "futures", @@ -7093,7 +7096,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "clap 4.0.29", "frame-benchmarking-cli", @@ -7105,10 +7108,12 @@ dependencies = [ "polkadot-performance-test", "polkadot-service", "sc-cli", + "sc-executor", "sc-service", "sc-sysinfo", "sc-tracing", "sp-core", + "sp-io", "sp-keyring", "substrate-build-script-utils", "thiserror", @@ -7118,7 +7123,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "async-trait", "frame-benchmarking", @@ -7161,7 +7166,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "always-assert", "bitvec", @@ -7183,7 +7188,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "parity-scale-codec", "scale-info", @@ -7195,7 +7200,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "derive_more", "fatality", @@ -7220,7 +7225,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7234,7 +7239,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "futures", "futures-timer", @@ -7254,7 +7259,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "always-assert", "async-trait", @@ -7278,7 +7283,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "futures", "parity-scale-codec", @@ -7296,7 +7301,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bitvec", "derive_more", @@ -7325,7 +7330,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bitvec", "futures", @@ -7345,7 +7350,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bitvec", "fatality", @@ -7364,7 +7369,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7379,7 +7384,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "async-trait", "futures", @@ -7398,7 +7403,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7413,7 +7418,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "futures", "futures-timer", @@ -7430,7 +7435,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "fatality", "futures", @@ -7449,7 +7454,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "async-trait", "futures", @@ -7467,7 +7472,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bitvec", "fatality", @@ -7485,7 +7490,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "always-assert", "assert_matches", @@ -7518,7 +7523,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "futures", "polkadot-node-primitives", @@ -7534,7 +7539,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "futures", "lru", @@ -7549,7 +7554,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "lazy_static", "log", @@ -7567,7 +7572,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bs58", "futures", @@ -7586,7 +7591,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "async-trait", "derive_more", @@ -7609,7 +7614,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bounded-vec", "futures", @@ -7631,7 +7636,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7641,7 +7646,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "async-trait", "futures", @@ -7659,7 +7664,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "async-trait", "derive_more", @@ -7682,7 +7687,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "async-trait", "derive_more", @@ -7714,7 +7719,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "async-trait", "futures", @@ -7737,7 +7742,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "derive_more", "frame-support", @@ -7834,7 +7839,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7849,7 +7854,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bitvec", "hex-literal", @@ -7875,7 +7880,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7907,7 +7912,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bitvec", "frame-benchmarking", @@ -7996,7 +8001,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bitvec", "frame-benchmarking", @@ -8044,7 +8049,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "frame-support", "polkadot-primitives", @@ -8058,7 +8063,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bs58", "parity-scale-codec", @@ -8070,7 +8075,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bitflags", "bitvec", @@ -8113,7 +8118,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "async-trait", "beefy-gadget", @@ -8220,7 +8225,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8241,7 +8246,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8251,7 +8256,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8276,7 +8281,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bitvec", "frame-election-provider-support", @@ -8337,7 +8342,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "frame-benchmarking", "frame-system", @@ -9019,7 +9024,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "beefy-merkle-tree", "frame-benchmarking", @@ -9104,7 +9109,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "frame-support", "polkadot-primitives", @@ -9281,7 +9286,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "log", "sp-core", @@ -9292,7 +9297,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "futures", @@ -9319,7 +9324,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "futures", "futures-timer", @@ -9342,7 +9347,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9358,7 +9363,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "impl-trait-for-tuples", "memmap2", @@ -9375,7 +9380,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9386,7 +9391,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -9426,7 +9431,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "fnv", "futures", @@ -9454,7 +9459,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "hash-db", "kvdb", @@ -9479,7 +9484,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "futures", @@ -9504,7 +9509,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "futures", @@ -9533,7 +9538,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "fork-tree", @@ -9574,7 +9579,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "futures", "jsonrpsee", @@ -9596,7 +9601,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9609,7 +9614,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "futures", @@ -9633,7 +9638,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "lru", "parity-scale-codec", @@ -9657,7 +9662,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9670,7 +9675,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "log", "sc-allocator", @@ -9683,7 +9688,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "cfg-if", "libc", @@ -9700,7 +9705,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "ahash", "array-bytes 4.2.0", @@ -9741,7 +9746,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "finality-grandpa", "futures", @@ -9762,7 +9767,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "ansi_term", "futures", @@ -9778,7 +9783,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -9793,7 +9798,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -9840,7 +9845,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "cid", "futures", @@ -9860,7 +9865,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "bitflags", @@ -9886,7 +9891,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "ahash", "futures", @@ -9904,7 +9909,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "array-bytes 4.2.0", "futures", @@ -9925,7 +9930,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -9957,7 +9962,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "array-bytes 4.2.0", "futures", @@ -9976,7 +9981,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10006,7 +10011,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "futures", "libp2p", @@ -10019,7 +10024,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10028,7 +10033,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "futures", "hash-db", @@ -10058,7 +10063,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "futures", "jsonrpsee", @@ -10081,7 +10086,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "futures", "http", @@ -10097,7 +10102,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "futures", "hex", @@ -10116,7 +10121,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "directories", @@ -10186,7 +10191,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "log", "parity-scale-codec", @@ -10198,7 +10203,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10217,7 +10222,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "futures", "libc", @@ -10236,7 +10241,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "chrono", "futures", @@ -10254,7 +10259,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "ansi_term", "atty", @@ -10285,7 +10290,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10296,7 +10301,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "futures", @@ -10322,7 +10327,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "futures", @@ -10336,7 +10341,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "futures", "futures-timer", @@ -10761,7 +10766,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "enumn", "parity-scale-codec", @@ -10838,7 +10843,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "hash-db", "log", @@ -10856,7 +10861,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "blake2", "proc-macro-crate", @@ -10868,7 +10873,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "scale-info", @@ -10881,7 +10886,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "integer-sqrt", "num-traits", @@ -10896,7 +10901,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "scale-info", @@ -10909,7 +10914,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "parity-scale-codec", @@ -10921,7 +10926,7 @@ dependencies = [ [[package]] name = "sp-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "scale-info", @@ -10938,7 +10943,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "sp-api", @@ -10950,7 +10955,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "futures", "log", @@ -10968,7 +10973,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "futures", @@ -10987,7 +10992,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "parity-scale-codec", @@ -11005,7 +11010,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "merlin", @@ -11028,7 +11033,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11042,7 +11047,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11055,7 +11060,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "array-bytes 4.2.0", "base58", @@ -11100,7 +11105,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "blake2", "byteorder", @@ -11114,7 +11119,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "proc-macro2", "quote", @@ -11125,7 +11130,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11134,7 +11139,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "proc-macro2", "quote", @@ -11144,7 +11149,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "environmental", "parity-scale-codec", @@ -11155,7 +11160,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "finality-grandpa", "log", @@ -11173,7 +11178,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11187,7 +11192,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "bytes", "ed25519-dalek", @@ -11214,7 +11219,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "lazy_static", "sp-core", @@ -11225,7 +11230,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "futures", @@ -11242,7 +11247,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "thiserror", "zstd", @@ -11251,7 +11256,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11269,7 +11274,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11283,7 +11288,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "sp-api", "sp-core", @@ -11293,7 +11298,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "backtrace", "lazy_static", @@ -11303,7 +11308,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "rustc-hash", "serde", @@ -11313,7 +11318,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "either", "hash256-std-hasher", @@ -11335,7 +11340,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11353,7 +11358,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "Inflector", "proc-macro-crate", @@ -11365,7 +11370,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "serde", "serde_json", @@ -11374,7 +11379,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11388,10 +11393,11 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "scale-info", + "sp-core", "sp-runtime", "sp-std", ] @@ -11399,7 +11405,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "hash-db", "log", @@ -11421,12 +11427,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11439,7 +11445,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "futures-timer", @@ -11455,7 +11461,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "sp-std", @@ -11467,7 +11473,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "sp-api", "sp-runtime", @@ -11476,7 +11482,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "log", @@ -11492,7 +11498,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "ahash", "hash-db", @@ -11515,7 +11521,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11532,7 +11538,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11543,7 +11549,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "impl-trait-for-tuples", "log", @@ -11556,7 +11562,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11859,7 +11865,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "platforms", ] @@ -11867,7 +11873,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11888,7 +11894,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "futures-util", "hyper", @@ -11901,7 +11907,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "async-trait", "jsonrpsee", @@ -11914,7 +11920,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "jsonrpsee", "log", @@ -11935,7 +11941,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11961,7 +11967,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11971,7 +11977,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11982,7 +11988,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "ansi_term", "build-helper", @@ -12090,7 +12096,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "frame-support", "polkadot-primitives", @@ -12419,7 +12425,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12430,7 +12436,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -12559,11 +12565,12 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" +source = "git+https://github.com/paritytech/substrate?branch=master#f763ff622700d2c880122b291a1e13291b6a388a" dependencies = [ "clap 4.0.29", "frame-remote-externalities", "frame-try-runtime", + "hex", "log", "parity-scale-codec", "sc-chain-spec", @@ -12571,10 +12578,13 @@ dependencies = [ "sc-executor", "sc-service", "serde", + "sp-api", "sp-core", + "sp-debug-derive", "sp-externalities", "sp-io", "sp-keystore", + "sp-rpc", "sp-runtime", "sp-state-machine", "sp-version", @@ -13216,7 +13226,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "bitvec", "frame-benchmarking", @@ -13306,7 +13316,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "frame-support", "polkadot-primitives", @@ -13648,7 +13658,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13662,7 +13672,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "frame-support", "frame-system", @@ -13682,7 +13692,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "frame-benchmarking", "frame-support", @@ -13700,7 +13710,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" +source = "git+https://github.com/paritytech/polkadot?branch=master#b235eefea9f1654d797b41fd6421284d1efe0ea2" dependencies = [ "Inflector", "proc-macro2", diff --git a/parachain-template/node/Cargo.toml b/parachain-template/node/Cargo.toml index e26d4b00ef..444787ca08 100644 --- a/parachain-template/node/Cargo.toml +++ b/parachain-template/node/Cargo.toml @@ -45,6 +45,7 @@ sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/parachain-template/node/src/command.rs b/parachain-template/node/src/command.rs index b8a079e3b2..581cf97dfa 100644 --- a/parachain-template/node/src/command.rs +++ b/parachain-template/node/src/command.rs @@ -231,14 +231,20 @@ pub fn run() -> Result<()> { Some(Subcommand::TryRuntime(cmd)) => { let runner = cli.create_runner(cmd)?; + use sc_executor::{sp_wasm_interface::ExtendedHostFunctions, NativeExecutionDispatch}; + type HostFunctionsOf = ExtendedHostFunctions< + sp_io::SubstrateHostFunctions, + ::ExtendHostFunctions, + >; + // grab the task manager. let registry = &runner.config().prometheus_config.as_ref().map(|cfg| &cfg.registry); let task_manager = sc_service::TaskManager::new(runner.config().tokio_handle.clone(), *registry) .map_err(|e| format!("Error: {:?}", e))?; - runner.async_run(|config| { - Ok((cmd.run::(config), task_manager)) + runner.async_run(|_| { + Ok((cmd.run::>(), task_manager)) }) }, #[cfg(not(feature = "try-runtime"))] diff --git a/parachain-template/runtime/src/lib.rs b/parachain-template/runtime/src/lib.rs index 9279e19446..a0abb0e212 100644 --- a/parachain-template/runtime/src/lib.rs +++ b/parachain-template/runtime/src/lib.rs @@ -632,21 +632,20 @@ impl_runtime_apis! { #[cfg(feature = "try-runtime")] impl frame_try_runtime::TryRuntime for Runtime { - fn on_runtime_upgrade() -> (Weight, Weight) { - log::info!("try-runtime::on_runtime_upgrade parachain-template."); - let weight = Executive::try_runtime_upgrade().unwrap(); + fn on_runtime_upgrade(checks: bool) -> (Weight, Weight) { + let weight = Executive::try_runtime_upgrade(checks).unwrap(); (weight, RuntimeBlockWeights::get().max_block) } - fn execute_block(block: Block, state_root_check: bool, select: frame_try_runtime::TryStateSelect) -> Weight { - log::info!( - target: "runtime::parachain-template", "try-runtime: executing block #{} ({:?}) / root checks: {:?} / sanity-checks: {:?}", - block.header.number, - block.header.hash(), - state_root_check, - select, - ); - Executive::try_execute_block(block, state_root_check, select).expect("try_execute_block failed") + fn execute_block( + block: Block, + state_root_check: bool, + signature_check: bool, + select: frame_try_runtime::TryStateSelect, + ) -> Weight { + // NOTE: intentional unwrap: we don't want to propagate the error backwards, and want to + // have a backtrace here. + Executive::try_execute_block(block, state_root_check, signature_check, select).unwrap() } } diff --git a/parachains/runtimes/assets/statemine/src/lib.rs b/parachains/runtimes/assets/statemine/src/lib.rs index 3a108d668e..cc541f162e 100644 --- a/parachains/runtimes/assets/statemine/src/lib.rs +++ b/parachains/runtimes/assets/statemine/src/lib.rs @@ -803,21 +803,20 @@ impl_runtime_apis! { #[cfg(feature = "try-runtime")] impl frame_try_runtime::TryRuntime for Runtime { - fn on_runtime_upgrade() -> (Weight, Weight) { - log::info!("try-runtime::on_runtime_upgrade statemine."); - let weight = Executive::try_runtime_upgrade().unwrap(); + fn on_runtime_upgrade(checks: bool) -> (Weight, Weight) { + let weight = Executive::try_runtime_upgrade(checks).unwrap(); (weight, RuntimeBlockWeights::get().max_block) } - fn execute_block(block: Block, state_root_check: bool, select: frame_try_runtime::TryStateSelect) -> Weight { - log::info!( - target: "runtime::statemine", "try-runtime: executing block #{} ({:?}) / root checks: {:?} / sanity-checks: {:?}", - block.header.number, - block.header.hash(), - state_root_check, - select, - ); - Executive::try_execute_block(block, state_root_check, select).expect("try_execute_block failed") + fn execute_block( + block: Block, + state_root_check: bool, + signature_check: bool, + select: frame_try_runtime::TryStateSelect, + ) -> Weight { + // NOTE: intentional unwrap: we don't want to propagate the error backwards, and want to + // have a backtrace here. + Executive::try_execute_block(block, state_root_check, signature_check, select).unwrap() } } diff --git a/parachains/runtimes/assets/statemint/src/lib.rs b/parachains/runtimes/assets/statemint/src/lib.rs index 6400e71d72..39843d3bae 100644 --- a/parachains/runtimes/assets/statemint/src/lib.rs +++ b/parachains/runtimes/assets/statemint/src/lib.rs @@ -816,21 +816,20 @@ impl_runtime_apis! { #[cfg(feature = "try-runtime")] impl frame_try_runtime::TryRuntime for Runtime { - fn on_runtime_upgrade() -> (Weight, Weight) { - log::info!("try-runtime::on_runtime_upgrade statemint."); - let weight = Executive::try_runtime_upgrade().unwrap(); + fn on_runtime_upgrade(checks: bool) -> (Weight, Weight) { + let weight = Executive::try_runtime_upgrade(checks).unwrap(); (weight, RuntimeBlockWeights::get().max_block) } - fn execute_block(block: Block, state_root_check: bool, select: frame_try_runtime::TryStateSelect) -> Weight { - log::info!( - target: "runtime::statemint", "try-runtime: executing block #{} ({:?}) / root checks: {:?} / sanity-checks: {:?}", - block.header.number, - block.header.hash(), - state_root_check, - select, - ); - Executive::try_execute_block(block, state_root_check, select).expect("try_execute_block failed") + fn execute_block( + block: Block, + state_root_check: bool, + signature_check: bool, + select: frame_try_runtime::TryStateSelect, + ) -> Weight { + // NOTE: intentional unwrap: we don't want to propagate the error backwards, and want to + // have a backtrace here. + Executive::try_execute_block(block, state_root_check, signature_check, select).unwrap() } } diff --git a/parachains/runtimes/assets/westmint/src/lib.rs b/parachains/runtimes/assets/westmint/src/lib.rs index 2425837389..1d63190ffc 100644 --- a/parachains/runtimes/assets/westmint/src/lib.rs +++ b/parachains/runtimes/assets/westmint/src/lib.rs @@ -776,21 +776,20 @@ impl_runtime_apis! { #[cfg(feature = "try-runtime")] impl frame_try_runtime::TryRuntime for Runtime { - fn on_runtime_upgrade() -> (Weight, Weight) { - log::info!("try-runtime::on_runtime_upgrade westmint."); - let weight = Executive::try_runtime_upgrade().unwrap(); + fn on_runtime_upgrade(checks: bool) -> (Weight, Weight) { + let weight = Executive::try_runtime_upgrade(checks).unwrap(); (weight, RuntimeBlockWeights::get().max_block) } - fn execute_block(block: Block, state_root_check: bool, select: frame_try_runtime::TryStateSelect) -> Weight { - log::info!( - target: "runtime::westmint", "try-runtime: executing block #{} ({:?}) / root checks: {:?} / sanity-checks: {:?}", - block.header.number, - block.header.hash(), - state_root_check, - select, - ); - Executive::try_execute_block(block, state_root_check, select).expect("try_execute_block failed") + fn execute_block( + block: Block, + state_root_check: bool, + signature_check: bool, + select: frame_try_runtime::TryStateSelect, + ) -> Weight { + // NOTE: intentional unwrap: we don't want to propagate the error backwards, and want to + // have a backtrace here. + Executive::try_execute_block(block, state_root_check, signature_check, select).unwrap() } } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/lib.rs b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/lib.rs index c6af982d51..6fce3a8937 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/lib.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/lib.rs @@ -551,21 +551,20 @@ impl_runtime_apis! { #[cfg(feature = "try-runtime")] impl frame_try_runtime::TryRuntime for Runtime { - fn on_runtime_upgrade() -> (Weight, Weight) { - log::info!("try-runtime::on_runtime_upgrade bridge-hub-kusama."); - let weight = Executive::try_runtime_upgrade().unwrap(); + fn on_runtime_upgrade(checks: bool) -> (Weight, Weight) { + let weight = Executive::try_runtime_upgrade(checks).unwrap(); (weight, RuntimeBlockWeights::get().max_block) } - fn execute_block(block: Block, state_root_check: bool, select: frame_try_runtime::TryStateSelect) -> Weight { - log::info!( - target: "runtime::bridge-hub-kusama", "try-runtime: executing block #{} ({:?}) / root checks: {:?} / sanity-checks: {:?}", - block.header.number, - block.header.hash(), - state_root_check, - select, - ); - Executive::try_execute_block(block, state_root_check, select).expect("try_execute_block failed") + fn execute_block( + block: Block, + state_root_check: bool, + signature_check: bool, + select: frame_try_runtime::TryStateSelect, + ) -> Weight { + // NOTE: intentional unwrap: we don't want to propagate the error backwards, and want to + // have a backtrace here. + Executive::try_execute_block(block, state_root_check, signature_check, select).unwrap() } } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs index cdd07a48ec..e8d62b404b 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs @@ -580,21 +580,20 @@ impl_runtime_apis! { #[cfg(feature = "try-runtime")] impl frame_try_runtime::TryRuntime for Runtime { - fn on_runtime_upgrade() -> (Weight, Weight) { - log::info!("try-runtime::on_runtime_upgrade bridge-hub-rococo."); - let weight = Executive::try_runtime_upgrade().unwrap(); + fn on_runtime_upgrade(checks: bool) -> (Weight, Weight) { + let weight = Executive::try_runtime_upgrade(checks).unwrap(); (weight, RuntimeBlockWeights::get().max_block) } - fn execute_block(block: Block, state_root_check: bool, select: frame_try_runtime::TryStateSelect) -> Weight { - log::info!( - target: "runtime::bridge-hub-rococo", "try-runtime: executing block #{} ({:?}) / root checks: {:?} / sanity-checks: {:?}", - block.header.number, - block.header.hash(), - state_root_check, - select, - ); - Executive::try_execute_block(block, state_root_check, select).expect("try_execute_block failed") + fn execute_block( + block: Block, + state_root_check: bool, + signature_check: bool, + select: frame_try_runtime::TryStateSelect, + ) -> Weight { + // NOTE: intentional unwrap: we don't want to propagate the error backwards, and want to + // have a backtrace here. + Executive::try_execute_block(block, state_root_check, signature_check, select).unwrap() } } diff --git a/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs b/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs index b37e9a6c73..7b3c3caa56 100644 --- a/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs +++ b/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs @@ -715,21 +715,20 @@ impl_runtime_apis! { #[cfg(feature = "try-runtime")] impl frame_try_runtime::TryRuntime for Runtime { - fn on_runtime_upgrade() -> (Weight, Weight) { - log::info!("try-runtime::on_runtime_upgrade collectives-polkadot."); - let weight = Executive::try_runtime_upgrade().unwrap(); + fn on_runtime_upgrade(checks: bool) -> (Weight, Weight) { + let weight = Executive::try_runtime_upgrade(checks).unwrap(); (weight, RuntimeBlockWeights::get().max_block) } - fn execute_block(block: Block, state_root_check: bool, select: frame_try_runtime::TryStateSelect) -> Weight { - log::info!( - target: "runtime::collectives-polkadot", "try-runtime: executing block #{} ({:?}) / root checks: {:?} / sanity-checks: {:?}", - block.header.number, - block.header.hash(), - state_root_check, - select, - ); - Executive::try_execute_block(block, state_root_check, select).expect("try_execute_block failed") + fn execute_block( + block: Block, + state_root_check: bool, + signature_check: bool, + select: frame_try_runtime::TryStateSelect, + ) -> Weight { + // NOTE: intentional unwrap: we don't want to propagate the error backwards, and want to + // have a backtrace here. + Executive::try_execute_block(block, state_root_check, signature_check, select).unwrap() } } diff --git a/parachains/runtimes/contracts/contracts-rococo/src/lib.rs b/parachains/runtimes/contracts/contracts-rococo/src/lib.rs index ce18548d00..60b2375ce5 100644 --- a/parachains/runtimes/contracts/contracts-rococo/src/lib.rs +++ b/parachains/runtimes/contracts/contracts-rococo/src/lib.rs @@ -580,21 +580,20 @@ impl_runtime_apis! { #[cfg(feature = "try-runtime")] impl frame_try_runtime::TryRuntime for Runtime { - fn on_runtime_upgrade() -> (Weight, Weight) { - log::info!("try-runtime::on_runtime_upgrade contracts"); - let weight = Executive::try_runtime_upgrade().unwrap(); + fn on_runtime_upgrade(checks: bool) -> (Weight, Weight) { + let weight = Executive::try_runtime_upgrade(checks).unwrap(); (weight, RuntimeBlockWeights::get().max_block) } - fn execute_block(block: Block, state_root_check: bool, select: frame_try_runtime::TryStateSelect) -> Weight { - log::info!( - target: "runtime::contracts", "try-runtime: executing block #{} ({:?}) / root checks: {:?} / sanity-checks: {:?}", - block.header.number, - block.header.hash(), - state_root_check, - select, - ); - Executive::try_execute_block(block, state_root_check, select).expect("try_execute_block failed") + fn execute_block( + block: Block, + state_root_check: bool, + signature_check: bool, + select: frame_try_runtime::TryStateSelect, + ) -> Weight { + // NOTE: intentional unwrap: we don't want to propagate the error backwards, and want to + // have a backtrace here. + Executive::try_execute_block(block, state_root_check, signature_check, select).unwrap() } } diff --git a/parachains/runtimes/testing/penpal/src/lib.rs b/parachains/runtimes/testing/penpal/src/lib.rs index d842e39ab8..c606290e44 100644 --- a/parachains/runtimes/testing/penpal/src/lib.rs +++ b/parachains/runtimes/testing/penpal/src/lib.rs @@ -696,21 +696,20 @@ impl_runtime_apis! { #[cfg(feature = "try-runtime")] impl frame_try_runtime::TryRuntime for Runtime { - fn on_runtime_upgrade() -> (Weight, Weight) { - log::info!("try-runtime::on_runtime_upgrade penpal."); - let weight = Executive::try_runtime_upgrade().unwrap(); + fn on_runtime_upgrade(checks: bool) -> (Weight, Weight) { + let weight = Executive::try_runtime_upgrade(checks).unwrap(); (weight, RuntimeBlockWeights::get().max_block) } - fn execute_block(block: Block, state_root_check: bool, select: frame_try_runtime::TryStateSelect) -> Weight { - log::info!( - target: "runtime::penpal", "try-runtime: executing block #{} ({:?}) / root checks: {:?} / sanity-checks: {:?}", - block.header.number, - block.header.hash(), - state_root_check, - select, - ); - Executive::try_execute_block(block, state_root_check, select).expect("try_execute_block failed") + fn execute_block( + block: Block, + state_root_check: bool, + signature_check: bool, + select: frame_try_runtime::TryStateSelect, + ) -> Weight { + // NOTE: intentional unwrap: we don't want to propagate the error backwards, and want to + // have a backtrace here. + Executive::try_execute_block(block, state_root_check, signature_check, select).unwrap() } } diff --git a/polkadot-parachain/src/command.rs b/polkadot-parachain/src/command.rs index 2c35cb48a9..3cb5164565 100644 --- a/polkadot-parachain/src/command.rs +++ b/polkadot-parachain/src/command.rs @@ -682,43 +682,52 @@ pub fn run() -> Result<()> { let task_manager = sc_service::TaskManager::new(runner.config().tokio_handle.clone(), *registry) .map_err(|e| format!("Error: {:?}", e))?; + use sc_executor::{sp_wasm_interface::ExtendedHostFunctions, NativeExecutionDispatch}; + type HostFunctionsOf = ExtendedHostFunctions< + sp_io::SubstrateHostFunctions, + ::ExtendHostFunctions, + >; match runner.config().chain_spec.runtime() { - Runtime::Statemine => runner.async_run(|config| { - Ok((cmd.run::(config), task_manager)) + Runtime::Statemine => runner.async_run(|_| { + Ok(( + cmd.run::>(), + task_manager, + )) }), - Runtime::Westmint => runner.async_run(|config| { - Ok((cmd.run::(config), task_manager)) + Runtime::Westmint => runner.async_run(|_| { + Ok((cmd.run::>(), task_manager)) }), - Runtime::Statemint => runner.async_run(|config| { - Ok((cmd.run::(config), task_manager)) + Runtime::Statemint => runner.async_run(|_| { + Ok(( + cmd.run::>(), + task_manager, + )) }), Runtime::CollectivesPolkadot | Runtime::CollectivesWestend => - runner.async_run(|config| { + runner.async_run(|_| { Ok(( - cmd.run::(config), + cmd.run::>(), task_manager, )) }), Runtime::BridgeHub(bridge_hub_runtime_type) => match bridge_hub_runtime_type { chain_spec::bridge_hubs::BridgeHubRuntimeType::Kusama | chain_spec::bridge_hubs::BridgeHubRuntimeType::KusamaLocal | - chain_spec::bridge_hubs::BridgeHubRuntimeType::KusamaDevelopment => - runner.async_run(|config| { - Ok(( - cmd.run::(config), - task_manager, - )) - }), + chain_spec::bridge_hubs::BridgeHubRuntimeType::KusamaDevelopment => runner.async_run(|_| { + Ok(( + cmd.run::>(), + task_manager, + )) + }), chain_spec::bridge_hubs::BridgeHubRuntimeType::Rococo | chain_spec::bridge_hubs::BridgeHubRuntimeType::RococoLocal | - chain_spec::bridge_hubs::BridgeHubRuntimeType::RococoDevelopment => - runner.async_run(|config| { - Ok(( - cmd.run::(config), - task_manager, - )) - }), + chain_spec::bridge_hubs::BridgeHubRuntimeType::RococoDevelopment => runner.async_run(|_| { + Ok(( + cmd.run::>(), + task_manager, + )) + }), _ => Err(format!( "Chain '{:?}' doesn't support try-runtime for bridge_hub_runtime_type: {:?}", runner.config().chain_spec.runtime(), @@ -726,15 +735,15 @@ pub fn run() -> Result<()> { ) .into()), }, - Runtime::Shell => runner.async_run(|config| { + Runtime::Shell => runner.async_run(|_| { Ok(( - cmd.run::(config), + cmd.run::>(), task_manager, )) }), - Runtime::ContractsRococo => runner.async_run(|config| { + Runtime::ContractsRococo => runner.async_run(|_| { Ok(( - cmd.run::(config), + cmd.run::>(), task_manager, )) }),