diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 999750c0ee..3f344e0eda 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1970,7 +1970,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "parity-scale-codec", ] @@ -1988,7 +1988,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "frame-system", @@ -2007,11 +2007,12 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "Inflector", "chrono", "frame-benchmarking", + "frame-support", "handlebars", "parity-scale-codec", "sc-cli", @@ -2030,7 +2031,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "frame-system", @@ -2043,7 +2044,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "frame-system", @@ -2058,7 +2059,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "parity-scale-codec", "serde", @@ -2069,7 +2070,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "bitflags", "frame-metadata", @@ -2095,7 +2096,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2107,7 +2108,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2119,7 +2120,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "proc-macro2", "quote", @@ -2129,7 +2130,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-metadata", "frame-support", @@ -2149,7 +2150,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2166,7 +2167,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -2180,7 +2181,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "parity-scale-codec", "sp-api", @@ -2189,7 +2190,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "parity-scale-codec", @@ -4610,7 +4611,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "frame-system", @@ -4625,7 +4626,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "frame-system", @@ -4639,7 +4640,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -4662,7 +4663,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -4691,7 +4692,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -4769,7 +4770,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -4785,7 +4786,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -4800,7 +4801,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4821,7 +4822,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -4838,7 +4839,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -4852,7 +4853,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -4874,7 +4875,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4889,7 +4890,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -4908,7 +4909,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -4924,7 +4925,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -4939,7 +4940,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -4956,7 +4957,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "frame-system", @@ -4972,7 +4973,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4990,7 +4991,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -5005,7 +5006,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "frame-system", @@ -5018,7 +5019,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "frame-system", @@ -5034,7 +5035,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5056,7 +5057,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -5071,7 +5072,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "enumflags2", "frame-support", @@ -5085,7 +5086,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -5100,7 +5101,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "frame-system", @@ -5120,7 +5121,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -5136,7 +5137,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "frame-system", @@ -5149,7 +5150,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5173,7 +5174,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5184,7 +5185,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "log", "sp-arithmetic", @@ -5193,7 +5194,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "frame-system", @@ -5206,7 +5207,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -5224,7 +5225,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -5239,7 +5240,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-support", "frame-system", @@ -5255,7 +5256,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5272,7 +5273,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5283,7 +5284,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -5299,7 +5300,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-benchmarking", "frame-support", @@ -5314,7 +5315,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7633,7 +7634,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "env_logger 0.8.4", "hex", @@ -7931,11 +7932,10 @@ dependencies = [ [[package]] name = "sc-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "log", "sp-core", - "sp-std", "sp-wasm-interface", "thiserror", ] @@ -7943,7 +7943,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "derive_more", @@ -7972,7 +7972,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -7995,7 +7995,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8011,7 +8011,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8031,7 +8031,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8042,7 +8042,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "chrono", "fdlimit", @@ -8080,7 +8080,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "derive_more", "fnv", @@ -8114,7 +8114,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "blake2-rfc", "hash-db", @@ -8144,7 +8144,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "parking_lot 0.11.1", @@ -8157,7 +8157,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "derive_more", @@ -8203,7 +8203,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "derive_more", "futures 0.3.15", @@ -8227,7 +8227,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8240,7 +8240,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "futures 0.3.15", @@ -8268,7 +8268,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "sc-client-api", "sp-authorship", @@ -8279,7 +8279,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "derive_more", "lazy_static", @@ -8308,7 +8308,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "derive_more", "parity-scale-codec", @@ -8325,7 +8325,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "log", "parity-scale-codec", @@ -8340,7 +8340,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8360,7 +8360,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "derive_more", @@ -8401,7 +8401,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "derive_more", "finality-grandpa", @@ -8425,7 +8425,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "derive_more", "futures 0.3.15", @@ -8446,7 +8446,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "ansi_term 0.12.1", "futures 0.3.15", @@ -8464,7 +8464,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "derive_more", @@ -8484,7 +8484,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "hash-db", "lazy_static", @@ -8503,7 +8503,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-std", "async-trait", @@ -8556,7 +8556,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8573,7 +8573,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "bytes 0.5.6", "fnv", @@ -8601,7 +8601,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "futures 0.3.15", "libp2p", @@ -8614,7 +8614,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8623,7 +8623,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "futures 0.3.15", "hash-db", @@ -8658,7 +8658,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "derive_more", "futures 0.3.15", @@ -8683,7 +8683,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -8701,7 +8701,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "directories", @@ -8767,7 +8767,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "log", "parity-scale-codec", @@ -8782,7 +8782,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8802,7 +8802,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "chrono", "futures 0.3.15", @@ -8822,7 +8822,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8859,7 +8859,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8870,7 +8870,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "derive_more", "futures 0.3.15", @@ -8892,7 +8892,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "futures 0.3.15", "intervalier", @@ -9345,7 +9345,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "hash-db", "log", @@ -9362,7 +9362,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9374,7 +9374,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "parity-scale-codec", "serde", @@ -9386,7 +9386,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "integer-sqrt", "num-traits", @@ -9400,7 +9400,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "parity-scale-codec", "sp-api", @@ -9412,7 +9412,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "parity-scale-codec", @@ -9424,7 +9424,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "parity-scale-codec", "sp-api", @@ -9436,7 +9436,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "futures 0.3.15", "log", @@ -9454,7 +9454,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "futures 0.3.15", @@ -9481,7 +9481,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "merlin", @@ -9503,7 +9503,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9513,7 +9513,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9525,7 +9525,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "base58", "blake2-rfc", @@ -9569,7 +9569,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9578,7 +9578,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "proc-macro2", "quote", @@ -9588,7 +9588,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "environmental", "parity-scale-codec", @@ -9599,7 +9599,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "finality-grandpa", "log", @@ -9616,7 +9616,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9630,7 +9630,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "futures 0.3.15", "hash-db", @@ -9655,7 +9655,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "lazy_static", "sp-core", @@ -9666,7 +9666,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "derive_more", @@ -9683,7 +9683,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "ruzstd", "zstd", @@ -9692,7 +9692,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "parity-scale-codec", "serde", @@ -9705,7 +9705,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9716,7 +9716,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "sp-api", "sp-core", @@ -9726,7 +9726,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "backtrace", ] @@ -9734,7 +9734,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "rustc-hash", "serde", @@ -9745,7 +9745,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "either", "hash256-std-hasher", @@ -9766,7 +9766,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9783,7 +9783,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9795,7 +9795,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "serde", "serde_json", @@ -9804,7 +9804,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "parity-scale-codec", "sp-api", @@ -9817,7 +9817,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9827,7 +9827,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "hash-db", "log", @@ -9850,12 +9850,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9868,7 +9868,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "log", "sp-core", @@ -9881,7 +9881,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -9898,7 +9898,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "erased-serde", "log", @@ -9916,7 +9916,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "derive_more", "futures 0.3.15", @@ -9932,7 +9932,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "log", @@ -9947,7 +9947,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "hash-db", "memory-db", @@ -9961,7 +9961,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "futures 0.3.15", "futures-core", @@ -9973,7 +9973,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9988,7 +9988,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -10000,7 +10000,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10187,7 +10187,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "chrono", "console_error_panic_hook", @@ -10213,7 +10213,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "platforms", ] @@ -10221,7 +10221,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.15", @@ -10244,7 +10244,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-std", "derive_more", @@ -10258,7 +10258,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "async-trait", "futures 0.1.29", @@ -10287,7 +10287,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "futures 0.3.15", "substrate-test-utils-derive", @@ -10297,7 +10297,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10307,7 +10307,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "ansi_term 0.12.1", "atty", @@ -11052,7 +11052,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" +source = "git+https://github.com/paritytech/substrate?branch=master#65ac8a5a070e403b49d3cc3b8b621108f0590b97" dependencies = [ "frame-try-runtime", "log", diff --git a/polkadot/bridges/bin/rialto/runtime/src/lib.rs b/polkadot/bridges/bin/rialto/runtime/src/lib.rs index f61965a83c..245d647d07 100644 --- a/polkadot/bridges/bin/rialto/runtime/src/lib.rs +++ b/polkadot/bridges/bin/rialto/runtime/src/lib.rs @@ -804,8 +804,12 @@ impl_runtime_apis! { impl frame_benchmarking::Benchmark for Runtime { fn dispatch_benchmark( config: frame_benchmarking::BenchmarkConfig, - ) -> Result, sp_runtime::RuntimeString> { - use frame_benchmarking::{Benchmarking, BenchmarkBatch, TrackedStorageKey, add_benchmark}; + ) -> Result< + (Vec, Vec), + sp_runtime::RuntimeString, + > { + use frame_benchmarking::{Benchmarking, BenchmarkBatch, add_benchmark, TrackedStorageKey}; + use frame_support::traits::StorageInfoTrait; let whitelist: Vec = vec![ // Block Number @@ -1047,7 +1051,8 @@ impl_runtime_apis! { add_benchmark!(params, batches, pallet_bridge_grandpa, BridgeMillauGrandpa); if batches.is_empty() { return Err("Benchmark not found for this pallet.".into()) } - Ok(batches) + let storage_info = AllPalletsWithSystem::storage_info(); + Ok((batches, storage_info)) } } } diff --git a/polkadot/node/core/pvf/src/executor_intf.rs b/polkadot/node/core/pvf/src/executor_intf.rs index 84a2d43a07..f1d9511744 100644 --- a/polkadot/node/core/pvf/src/executor_intf.rs +++ b/polkadot/node/core/pvf/src/executor_intf.rs @@ -213,6 +213,10 @@ impl sp_externalities::Externalities for ValidationExternalities { fn set_offchain_storage(&mut self, _: &[u8], _: std::option::Option<&[u8]>) { panic!("set_offchain_storage: unsupported feature for parachain validation") } + + fn get_read_and_written_keys(&self) -> Vec<(Vec, u32, u32, bool)> { + panic!("get_read_and_written_keys: unsupported feature for parachain validation") + } } impl sp_externalities::ExtensionStore for ValidationExternalities { diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 5b0b2eecd9..32e8691faa 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -73,8 +73,6 @@ use sp_runtime::{ Extrinsic as ExtrinsicT, SaturatedConversion, Verify, }, }; -#[cfg(feature = "runtime-benchmarks")] -use sp_runtime::RuntimeString; use sp_version::RuntimeVersion; use pallet_grandpa::{AuthorityId as GrandpaId, fg_primitives}; #[cfg(any(feature = "std", test))] @@ -1841,8 +1839,12 @@ sp_api::impl_runtime_apis! { impl frame_benchmarking::Benchmark for Runtime { fn dispatch_benchmark( config: frame_benchmarking::BenchmarkConfig - ) -> Result, RuntimeString> { + ) -> Result< + (Vec, Vec), + sp_runtime::RuntimeString, + > { use frame_benchmarking::{Benchmarking, BenchmarkBatch, add_benchmark, TrackedStorageKey}; + use frame_support::traits::StorageInfoTrait; // Trying to add benchmarks directly to the Session Pallet caused cyclic dependency issues. // To get around that, we separated the Session benchmarks into its own crate, which is why // we need these two lines below. @@ -1905,7 +1907,8 @@ sp_api::impl_runtime_apis! { add_benchmark!(params, batches, pallet_vesting, Vesting); if batches.is_empty() { return Err("Benchmark not found for this pallet.".into()) } - Ok(batches) + let storage_info = AllPalletsWithSystem::storage_info(); + Ok((batches, storage_info)) } } } diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index edb602b10f..c912429605 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -49,8 +49,6 @@ use sp_runtime::{ Extrinsic as ExtrinsicT, SaturatedConversion, Verify, }, }; -#[cfg(feature = "runtime-benchmarks")] -use sp_runtime::RuntimeString; use sp_version::RuntimeVersion; use pallet_grandpa::{AuthorityId as GrandpaId, fg_primitives}; #[cfg(any(feature = "std", test))] @@ -1397,8 +1395,12 @@ sp_api::impl_runtime_apis! { impl frame_benchmarking::Benchmark for Runtime { fn dispatch_benchmark( config: frame_benchmarking::BenchmarkConfig - ) -> Result, RuntimeString> { + ) -> Result< + (Vec, Vec), + sp_runtime::RuntimeString, + > { use frame_benchmarking::{Benchmarking, BenchmarkBatch, add_benchmark, TrackedStorageKey}; + use frame_support::traits::StorageInfoTrait; // Trying to add benchmarks directly to the Session Pallet caused cyclic dependency issues. // To get around that, we separated the Session benchmarks into its own crate, which is why // we need these two lines below. @@ -1456,7 +1458,8 @@ sp_api::impl_runtime_apis! { add_benchmark!(params, batches, pallet_vesting, Vesting); if batches.is_empty() { return Err("Benchmark not found for this pallet.".into()) } - Ok(batches) + let storage_info = AllPalletsWithSystem::storage_info(); + Ok((batches, storage_info)) } } } diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index 654d5d50e3..9c1f203680 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -73,8 +73,6 @@ use sp_runtime::{ Extrinsic as ExtrinsicT, SaturatedConversion, Verify, }, }; -#[cfg(feature = "runtime-benchmarks")] -use sp_runtime::RuntimeString; use sp_version::RuntimeVersion; use pallet_grandpa::{AuthorityId as GrandpaId, fg_primitives}; #[cfg(any(feature = "std", test))] @@ -1433,8 +1431,12 @@ sp_api::impl_runtime_apis! { impl frame_benchmarking::Benchmark for Runtime { fn dispatch_benchmark( config: frame_benchmarking::BenchmarkConfig, - ) -> Result, RuntimeString> { + ) -> Result< + (Vec, Vec), + sp_runtime::RuntimeString, + > { use frame_benchmarking::{Benchmarking, BenchmarkBatch, add_benchmark, TrackedStorageKey}; + use frame_support::traits::StorageInfoTrait; // Trying to add benchmarks directly to the Session Pallet caused cyclic dependency issues. // To get around that, we separated the Session benchmarks into its own crate, which is why // we need these two lines below. @@ -1489,7 +1491,8 @@ sp_api::impl_runtime_apis! { add_benchmark!(params, batches, pallet_vesting, Vesting); if batches.is_empty() { return Err("Benchmark not found for this pallet.".into()) } - Ok(batches) + let storage_info = AllPalletsWithSystem::storage_info(); + Ok((batches, storage_info)) } } }