From d1ef456a4d85e0db230e6ab252ca964bf9148179 Mon Sep 17 00:00:00 2001 From: zjb0807 <zjb0807@qq.com> Date: Sun, 8 Aug 2021 03:26:25 +0800 Subject: [PATCH] Companion for #9512 (Support test-runner to submit unsigned_extrinsic) (#3589) * update polkadot-simnet * update Substrate Co-authored-by: parity-processbot <> --- polkadot/Cargo.lock | 308 +++++++++--------- .../test/polkadot-simnet/common/src/lib.rs | 19 +- .../test/polkadot-simnet/test/src/main.rs | 2 +- 3 files changed, 165 insertions(+), 164 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index ed574ef026e..6d5673ca93c 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1991,7 +1991,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "parity-scale-codec", ] @@ -2009,7 +2009,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "frame-system", @@ -2028,7 +2028,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "Inflector", "chrono", @@ -2054,7 +2054,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "frame-system", @@ -2067,7 +2067,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "frame-system", @@ -2082,7 +2082,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "14.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "parity-scale-codec", "serde", @@ -2093,7 +2093,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "bitflags", "frame-metadata", @@ -2119,7 +2119,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2131,7 +2131,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2143,7 +2143,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "proc-macro2", "quote", @@ -2153,7 +2153,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-metadata", "frame-support", @@ -2174,7 +2174,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "frame-system", @@ -2184,7 +2184,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2201,7 +2201,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -2215,7 +2215,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "parity-scale-codec", "sp-api", @@ -2224,7 +2224,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "parity-scale-codec", @@ -4689,7 +4689,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "frame-system", @@ -4704,7 +4704,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "frame-system", @@ -4718,7 +4718,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4741,7 +4741,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4796,7 +4796,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4874,7 +4874,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4890,7 +4890,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4905,7 +4905,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4926,7 +4926,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4943,7 +4943,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4957,7 +4957,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4979,7 +4979,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4994,7 +4994,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5013,7 +5013,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5029,7 +5029,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5044,7 +5044,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5061,7 +5061,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "frame-system", @@ -5077,7 +5077,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5095,7 +5095,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5110,7 +5110,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "frame-system", @@ -5123,7 +5123,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "frame-system", @@ -5139,7 +5139,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5161,7 +5161,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5176,7 +5176,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "enumflags2", "frame-support", @@ -5190,7 +5190,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5205,7 +5205,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "frame-system", @@ -5225,7 +5225,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "frame-system", @@ -5254,7 +5254,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5278,7 +5278,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5289,7 +5289,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "log", "sp-arithmetic", @@ -5298,7 +5298,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "frame-system", @@ -5311,7 +5311,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5329,7 +5329,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5344,7 +5344,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-support", "frame-system", @@ -5360,7 +5360,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5377,7 +5377,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5388,7 +5388,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5404,7 +5404,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5419,7 +5419,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7917,7 +7917,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "env_logger 0.8.4", "hex", @@ -8216,7 +8216,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "log", "sp-core", @@ -8227,7 +8227,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "derive_more", @@ -8256,7 +8256,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -8279,7 +8279,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8295,7 +8295,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8311,7 +8311,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8322,7 +8322,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "chrono", "fdlimit", @@ -8360,7 +8360,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "derive_more", "fnv", @@ -8394,7 +8394,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "blake2-rfc", "hash-db", @@ -8423,7 +8423,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "futures 0.3.16", @@ -8448,7 +8448,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "derive_more", @@ -8495,7 +8495,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "derive_more", "futures 0.3.16", @@ -8519,7 +8519,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8532,7 +8532,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "assert_matches", "async-trait", @@ -8568,7 +8568,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "futures 0.3.16", @@ -8597,7 +8597,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "sc-client-api", "sp-authorship", @@ -8608,7 +8608,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "derive_more", "lazy_static", @@ -8637,7 +8637,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "derive_more", "parity-scale-codec", @@ -8654,7 +8654,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "log", "parity-scale-codec", @@ -8669,7 +8669,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8689,7 +8689,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "derive_more", @@ -8730,7 +8730,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "derive_more", "finality-grandpa", @@ -8754,7 +8754,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "ansi_term 0.12.1", "futures 0.3.16", @@ -8772,7 +8772,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "derive_more", @@ -8792,7 +8792,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "hash-db", "lazy_static", @@ -8811,7 +8811,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-std", "async-trait", @@ -8866,7 +8866,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -8883,7 +8883,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "bytes 0.5.6", "fnv", @@ -8911,7 +8911,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "futures 0.3.16", "libp2p", @@ -8924,7 +8924,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8933,7 +8933,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "futures 0.3.16", "hash-db", @@ -8968,7 +8968,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "derive_more", "futures 0.3.16", @@ -8993,7 +8993,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -9011,7 +9011,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "directories", @@ -9079,7 +9079,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "log", "parity-scale-codec", @@ -9094,7 +9094,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9116,7 +9116,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "chrono", "futures 0.3.16", @@ -9136,7 +9136,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9173,7 +9173,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9184,7 +9184,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "derive_more", "futures 0.3.16", @@ -9213,7 +9213,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "derive_more", "futures 0.3.16", @@ -9680,7 +9680,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "hash-db", "log", @@ -9697,7 +9697,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9709,7 +9709,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "parity-scale-codec", "serde", @@ -9721,7 +9721,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "integer-sqrt", "num-traits", @@ -9735,7 +9735,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "parity-scale-codec", "sp-api", @@ -9747,7 +9747,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "parity-scale-codec", @@ -9759,7 +9759,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "parity-scale-codec", "sp-api", @@ -9771,7 +9771,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "futures 0.3.16", "log", @@ -9789,7 +9789,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "futures 0.3.16", @@ -9815,7 +9815,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "merlin", @@ -9837,7 +9837,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9847,7 +9847,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9859,7 +9859,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "base58", "blake2-rfc", @@ -9903,7 +9903,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9912,7 +9912,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "proc-macro2", "quote", @@ -9922,7 +9922,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "environmental", "parity-scale-codec", @@ -9933,7 +9933,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "finality-grandpa", "log", @@ -9950,7 +9950,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9964,7 +9964,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "futures 0.3.16", "hash-db", @@ -9989,7 +9989,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "lazy_static", "sp-core", @@ -10000,7 +10000,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "derive_more", @@ -10017,7 +10017,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "ruzstd", "zstd", @@ -10026,7 +10026,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "parity-scale-codec", "serde", @@ -10039,7 +10039,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -10050,7 +10050,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "sp-api", "sp-core", @@ -10060,7 +10060,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "backtrace", ] @@ -10068,7 +10068,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "rustc-hash", "serde", @@ -10079,7 +10079,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "either", "hash256-std-hasher", @@ -10100,7 +10100,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10117,7 +10117,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -10129,7 +10129,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "serde", "serde_json", @@ -10138,7 +10138,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "parity-scale-codec", "sp-api", @@ -10151,7 +10151,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -10161,7 +10161,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "hash-db", "log", @@ -10184,12 +10184,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10202,7 +10202,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "log", "sp-core", @@ -10215,7 +10215,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10232,7 +10232,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "erased-serde", "log", @@ -10250,7 +10250,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "sp-api", "sp-runtime", @@ -10259,7 +10259,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "log", @@ -10274,7 +10274,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "hash-db", "memory-db", @@ -10288,7 +10288,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "futures 0.3.16", "futures-core", @@ -10300,7 +10300,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10315,7 +10315,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -10327,7 +10327,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10512,7 +10512,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "chrono", "console_error_panic_hook", @@ -10538,7 +10538,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "platforms", ] @@ -10546,7 +10546,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.16", @@ -10569,7 +10569,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-std", "derive_more", @@ -10583,7 +10583,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "async-trait", "futures 0.1.29", @@ -10612,7 +10612,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "futures 0.3.16", "substrate-test-utils-derive", @@ -10622,7 +10622,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10632,7 +10632,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "ansi_term 0.12.1", "atty", @@ -10794,7 +10794,7 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-system", "futures 0.3.16", @@ -11434,7 +11434,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#670ca51e954182746fa3bf76214f2b1b560c1f90" +source = "git+https://github.com/paritytech/substrate?branch=master#0c9e9019bc850c41e5a5409aceac743b6c4528bf" dependencies = [ "frame-try-runtime", "log", diff --git a/polkadot/node/test/polkadot-simnet/common/src/lib.rs b/polkadot/node/test/polkadot-simnet/common/src/lib.rs index 7b0be2151cb..32e481e2f14 100644 --- a/polkadot/node/test/polkadot-simnet/common/src/lib.rs +++ b/polkadot/node/test/polkadot-simnet/common/src/lib.rs @@ -129,7 +129,7 @@ where // note the call (pre-image?) of the call. node.submit_extrinsic( DemocracyCall::note_preimage(call.into().encode()), - whales[0].clone(), + Some(whales[0].clone()), ) .await?; node.seal_blocks(1).await; @@ -161,7 +161,8 @@ where length, ); - node.submit_extrinsic(proposal.clone(), council_collective[0].clone()).await?; + node.submit_extrinsic(proposal.clone(), Some(council_collective[0].clone())) + .await?; node.seal_blocks(1).await; // fetch proposal index from event emitted by the runtime @@ -181,13 +182,13 @@ where // vote for member in &council_collective[1..] { let call = CouncilCollectiveCall::vote(hash.clone(), index, true); - node.submit_extrinsic(call, member.clone()).await?; + node.submit_extrinsic(call, Some(member.clone())).await?; } node.seal_blocks(1).await; // close vote let call = CouncilCollectiveCall::close(hash, index, weight, length); - node.submit_extrinsic(call, council_collective[0].clone()).await?; + node.submit_extrinsic(call, Some(council_collective[0].clone())).await?; node.seal_blocks(1).await; // assert that proposal has been passed on chain @@ -226,7 +227,7 @@ where length, ); - node.submit_extrinsic(proposal, technical_collective[0].clone()).await?; + node.submit_extrinsic(proposal, Some(technical_collective[0].clone())).await?; node.seal_blocks(1).await; let events = node.events(); @@ -249,13 +250,13 @@ where // vote for member in &technical_collective[1..] { let call = TechnicalCollectiveCall::vote(hash.clone(), index, true); - node.submit_extrinsic(call, member.clone()).await?; + node.submit_extrinsic(call, Some(member.clone())).await?; } node.seal_blocks(1).await; // close vote let call = TechnicalCollectiveCall::close(hash, index, weight, length); - node.submit_extrinsic(call, technical_collective[0].clone()).await?; + node.submit_extrinsic(call, Some(technical_collective[0].clone())).await?; node.seal_blocks(1).await; // assert that fast-track proposal has been passed on chain @@ -307,7 +308,7 @@ where }, ); for whale in whales { - node.submit_extrinsic(call.clone(), whale).await?; + node.submit_extrinsic(call.clone(), Some(whale)).await?; } // wait for fast track period. @@ -395,7 +396,7 @@ mod tests { node.seal_blocks(1).await; // submit extrinsics let alice = MultiSigner::from(Alice.public()).into_account(); - node.submit_extrinsic(system::Call::remark((b"hello world").to_vec()), alice) + node.submit_extrinsic(system::Call::remark((b"hello world").to_vec()), Some(alice)) .await .unwrap(); diff --git a/polkadot/node/test/polkadot-simnet/test/src/main.rs b/polkadot/node/test/polkadot-simnet/test/src/main.rs index 3d0771b8d65..240167aa54f 100644 --- a/polkadot/node/test/polkadot-simnet/test/src/main.rs +++ b/polkadot/node/test/polkadot-simnet/test/src/main.rs @@ -74,7 +74,7 @@ fn main() -> Result<(), Box<dyn Error>> { ); // post upgrade tests, a simple balance transfer - node.submit_extrinsic(balances::Call::transfer(dest.into(), balance), from) + node.submit_extrinsic(balances::Call::transfer(dest.into(), balance), Some(from)) .await?; node.seal_blocks(1).await; -- GitLab