diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 5d37e7a928..9260343800 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "beefy-primitives", "fnv", @@ -479,7 +479,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -502,12 +502,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", "scale-info", @@ -2062,7 +2062,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", ] @@ -2080,7 +2080,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -2102,7 +2102,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "Inflector", "chrono", @@ -2143,7 +2143,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -2157,7 +2157,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -2185,7 +2185,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "bitflags", "frame-metadata", @@ -2214,7 +2214,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2226,7 +2226,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -2238,7 +2238,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "proc-macro2", "quote", @@ -2248,7 +2248,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2271,7 +2271,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -2282,7 +2282,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "log", @@ -2299,7 +2299,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -2314,7 +2314,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", "sp-api", @@ -2323,7 +2323,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "sp-api", @@ -2519,7 +2519,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "chrono", "frame-election-provider-support", @@ -4974,7 +4974,7 @@ checksum = "20448fd678ec04e6ea15bbe0476874af65e98a01515d667aa49f1434dc44ebf4" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -4988,7 +4988,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -5004,7 +5004,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -5019,7 +5019,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5043,7 +5043,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5063,7 +5063,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-election-provider-support", "frame-support", @@ -5083,7 +5083,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5098,7 +5098,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "beefy-primitives", "frame-support", @@ -5114,7 +5114,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5139,7 +5139,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5223,7 +5223,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5240,7 +5240,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5256,7 +5256,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5279,7 +5279,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5297,7 +5297,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5312,7 +5312,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5335,7 +5335,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5351,7 +5351,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5371,7 +5371,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5388,7 +5388,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5405,7 +5405,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5423,7 +5423,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -5439,7 +5439,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5456,7 +5456,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5471,7 +5471,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -5485,7 +5485,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -5502,7 +5502,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5525,7 +5525,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5541,7 +5541,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5556,7 +5556,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -5570,7 +5570,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5586,7 +5586,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -5607,7 +5607,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5623,7 +5623,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -5637,7 +5637,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5660,7 +5660,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -5671,7 +5671,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "log", "sp-arithmetic", @@ -5680,7 +5680,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -5694,7 +5694,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5712,7 +5712,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5731,7 +5731,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-support", "frame-system", @@ -5748,7 +5748,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5765,7 +5765,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5776,7 +5776,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5793,7 +5793,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5809,7 +5809,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-benchmarking", "frame-support", @@ -8270,7 +8270,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "env_logger 0.9.0", "jsonrpsee 0.8.0", @@ -8617,7 +8617,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "log", "sp-core", @@ -8628,7 +8628,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "futures 0.3.21", @@ -8655,7 +8655,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "futures 0.3.21", "futures-timer", @@ -8678,7 +8678,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8694,7 +8694,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -8711,7 +8711,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -8722,7 +8722,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "chrono", "clap", @@ -8760,7 +8760,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "fnv", "futures 0.3.21", @@ -8788,7 +8788,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "hash-db", "kvdb", @@ -8813,7 +8813,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "futures 0.3.21", @@ -8837,7 +8837,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "fork-tree", @@ -8880,7 +8880,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -8904,7 +8904,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8917,7 +8917,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "futures 0.3.21", @@ -8942,7 +8942,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "sc-client-api", "sp-authorship", @@ -8953,7 +8953,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "lazy_static", "lru 0.6.6", @@ -8980,7 +8980,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "environmental", "parity-scale-codec", @@ -8997,7 +8997,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "log", "parity-scale-codec", @@ -9013,7 +9013,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9031,7 +9031,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "ahash", "async-trait", @@ -9070,7 +9070,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -9094,7 +9094,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "ansi_term", "futures 0.3.21", @@ -9111,7 +9111,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "hex", @@ -9126,7 +9126,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -9175,7 +9175,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "ahash", "futures 0.3.21", @@ -9192,7 +9192,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "bytes 1.1.0", "fnv", @@ -9220,7 +9220,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "futures 0.3.21", "libp2p", @@ -9233,7 +9233,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9242,7 +9242,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "futures 0.3.21", "hash-db", @@ -9273,7 +9273,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9298,7 +9298,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9315,7 +9315,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "directories", @@ -9379,7 +9379,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "log", "parity-scale-codec", @@ -9393,7 +9393,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9414,7 +9414,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "chrono", "futures 0.3.21", @@ -9432,7 +9432,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "ansi_term", "atty", @@ -9463,7 +9463,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -9474,7 +9474,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9501,7 +9501,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "futures 0.3.21", "log", @@ -9514,7 +9514,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10018,7 +10018,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "hash-db", "log", @@ -10035,7 +10035,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "blake2 0.10.2", "proc-macro-crate 1.1.3", @@ -10047,7 +10047,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", "scale-info", @@ -10060,7 +10060,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "integer-sqrt", "num-traits", @@ -10075,7 +10075,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", "scale-info", @@ -10088,7 +10088,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "parity-scale-codec", @@ -10100,7 +10100,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", "sp-api", @@ -10112,7 +10112,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "futures 0.3.21", "log", @@ -10130,7 +10130,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "futures 0.3.21", @@ -10149,7 +10149,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "merlin", @@ -10172,7 +10172,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", "scale-info", @@ -10186,7 +10186,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10198,7 +10198,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "base58", "bitflags", @@ -10244,7 +10244,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "blake2 0.10.2", "byteorder", @@ -10258,7 +10258,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "proc-macro2", "quote", @@ -10269,7 +10269,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -10278,7 +10278,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "proc-macro2", "quote", @@ -10288,7 +10288,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "environmental", "parity-scale-codec", @@ -10299,7 +10299,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "finality-grandpa", "log", @@ -10317,7 +10317,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10331,7 +10331,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "futures 0.3.21", "hash-db", @@ -10356,7 +10356,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "lazy_static", "sp-core", @@ -10367,7 +10367,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "futures 0.3.21", @@ -10384,7 +10384,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "thiserror", "zstd", @@ -10393,7 +10393,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", "scale-info", @@ -10408,7 +10408,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10419,7 +10419,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "sp-api", "sp-core", @@ -10429,7 +10429,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "backtrace", "lazy_static", @@ -10439,7 +10439,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "rustc-hash", "serde", @@ -10449,7 +10449,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "either", "hash256-std-hasher", @@ -10471,7 +10471,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10488,7 +10488,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -10500,7 +10500,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "serde", "serde_json", @@ -10509,7 +10509,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", "scale-info", @@ -10523,7 +10523,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", "scale-info", @@ -10534,7 +10534,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "hash-db", "log", @@ -10557,12 +10557,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10575,7 +10575,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "log", "sp-core", @@ -10588,7 +10588,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "futures-timer", @@ -10604,7 +10604,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", "sp-std", @@ -10616,7 +10616,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "sp-api", "sp-runtime", @@ -10625,7 +10625,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "log", @@ -10641,7 +10641,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "hash-db", "memory-db", @@ -10657,7 +10657,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10674,7 +10674,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10685,7 +10685,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "impl-trait-for-tuples", "log", @@ -10886,7 +10886,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "platforms", ] @@ -10894,7 +10894,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -10916,7 +10916,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "futures-util", "hyper", @@ -10929,7 +10929,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "async-trait", "futures 0.3.21", @@ -10955,7 +10955,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -10965,7 +10965,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10976,7 +10976,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "ansi_term", "build-helper", @@ -11635,7 +11635,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#21cadf1af453716aea1e5362c83aa314811da657" +source = "git+https://github.com/paritytech/substrate?branch=master#15b8fd5af658810035ec2757b1a977db17f7aab4" dependencies = [ "clap", "jsonrpsee 0.4.1", diff --git a/polkadot/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs b/polkadot/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs index c9219a9549..a5f0225238 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs @@ -110,10 +110,9 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: TransactionPayment NextFeeMultiplier (r:1 w:0) // Storage: ElectionProviderMultiPhase SignedSubmissionNextIndex (r:1 w:1) // Storage: ElectionProviderMultiPhase SignedSubmissionsMap (r:0 w:1) - fn submit(c: u32) -> Weight { + fn submit() -> Weight { (77_368_000 as Weight) // Standard Error: 9_000 - .saturating_add((369_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs b/polkadot/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs index a4af284de9..faf82c8c97 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs @@ -110,10 +110,9 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: TransactionPayment NextFeeMultiplier (r:1 w:0) // Storage: ElectionProviderMultiPhase SignedSubmissionNextIndex (r:1 w:1) // Storage: ElectionProviderMultiPhase SignedSubmissionsMap (r:0 w:1) - fn submit(c: u32) -> Weight { + fn submit() -> Weight { (77_368_000 as Weight) // Standard Error: 9_000 - .saturating_add((369_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } diff --git a/polkadot/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs b/polkadot/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs index cdfa4cbe08..f761f1c04f 100644 --- a/polkadot/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs +++ b/polkadot/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs @@ -110,10 +110,9 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: TransactionPayment NextFeeMultiplier (r:1 w:0) // Storage: ElectionProviderMultiPhase SignedSubmissionNextIndex (r:1 w:1) // Storage: ElectionProviderMultiPhase SignedSubmissionsMap (r:0 w:1) - fn submit(c: u32) -> Weight { + fn submit() -> Weight { (77_368_000 as Weight) // Standard Error: 9_000 - .saturating_add((369_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } diff --git a/polkadot/utils/staking-miner/src/dry_run.rs b/polkadot/utils/staking-miner/src/dry_run.rs index 89814faf36..777ceddb72 100644 --- a/polkadot/utils/staking-miner/src/dry_run.rs +++ b/polkadot/utils/staking-miner/src/dry_run.rs @@ -126,7 +126,7 @@ macro_rules! dry_run_cmd_for { ($runtime:ident) => { paste::paste! { }; log::debug!(target: LOG_TARGET, "solving with {:?}", config.solver); - let (raw_solution, witness) = crate::mine_with::(&config.solver, &mut ext, false)?; + let raw_solution = crate::mine_with::(&config.solver, &mut ext, false)?; let nonce = crate::get_account_info::(&rpc, &signer.account, config.at) .await? @@ -137,7 +137,7 @@ macro_rules! dry_run_cmd_for { ($runtime:ident) => { paste::paste! { ); let tip = 0 as Balance; let era = sp_runtime::generic::Era::Immortal; - let extrinsic = ext.execute_with(|| create_uxt(raw_solution.clone(), witness, signer.clone(), nonce, tip, era)); + let extrinsic = ext.execute_with(|| create_uxt(raw_solution.clone(), signer.clone(), nonce, tip, era)); let bytes = sp_core::Bytes(extrinsic.encode().to_vec()); print_info::(&rpc, &mut ext, &raw_solution, &bytes).await; @@ -150,7 +150,7 @@ macro_rules! dry_run_cmd_for { ($runtime:ident) => { paste::paste! { let dispatch_result = ext.execute_with(|| { // manually tweak the phase. EPM::CurrentPhase::::put(EPM::Phase::Signed); - EPM::Pallet::::submit(frame_system::RawOrigin::Signed(signer.account).into(), Box::new(raw_solution), witness) + EPM::Pallet::::submit(frame_system::RawOrigin::Signed(signer.account).into(), Box::new(raw_solution)) }); log::info!(target: LOG_TARGET, "dispatch result is {:?}", dispatch_result); diff --git a/polkadot/utils/staking-miner/src/emergency_solution.rs b/polkadot/utils/staking-miner/src/emergency_solution.rs index a59aaa0aca..cbf86af4c1 100644 --- a/polkadot/utils/staking-miner/src/emergency_solution.rs +++ b/polkadot/utils/staking-miner/src/emergency_solution.rs @@ -29,7 +29,7 @@ macro_rules! emergency_solution_cmd_for { ($runtime:ident) => { paste::paste! { use $crate::[<$runtime _runtime_exports>]::*; let mut ext = crate::create_election_ext::(client, config.at, vec![]).await?; - let (raw_solution, _witness) = crate::mine_with::(&config.solver, &mut ext, false)?; + let raw_solution = crate::mine_with::(&config.solver, &mut ext, false)?; ext.execute_with(|| { assert!(EPM::Pallet::::current_phase().is_emergency()); diff --git a/polkadot/utils/staking-miner/src/main.rs b/polkadot/utils/staking-miner/src/main.rs index f7974c4d8b..f4bdff73ae 100644 --- a/polkadot/utils/staking-miner/src/main.rs +++ b/polkadot/utils/staking-miner/src/main.rs @@ -73,7 +73,6 @@ macro_rules! construct_runtime_prelude { use super::*; pub(crate) fn []( raw_solution: EPM::RawSolution>, - witness: u32, signer: crate::signer::Signer, nonce: crate::prelude::Index, tip: crate::prelude::Balance, @@ -85,7 +84,7 @@ macro_rules! construct_runtime_prelude { let crate::signer::Signer { account, pair, .. } = signer; - let local_call = EPMCall::::submit { raw_solution: Box::new(raw_solution), num_signed_submissions: witness }; + let local_call = EPMCall::::submit { raw_solution: Box::new(raw_solution) }; let call: Call = as std::convert::TryInto>::try_into(local_call) .expect("election provider pallet must exist in the runtime, thus \ inner call can be converted, qed." @@ -409,7 +408,7 @@ async fn create_election_ext( fn mine_solution( ext: &mut Ext, do_feasibility: bool, -) -> Result<(EPM::RawSolution>, u32), Error> +) -> Result>, Error> where T: EPM::Config, S: NposSolver< @@ -426,8 +425,7 @@ where EPM::ElectionCompute::Signed, )?; } - let witness = >::decode_len().unwrap_or_default(); - Ok((solution, witness as u32)) + Ok(solution) }) } @@ -436,7 +434,7 @@ fn mine_with( solver: &Solver, ext: &mut Ext, do_feasibility: bool, -) -> Result<(EPM::RawSolution>, u32), Error> +) -> Result>, Error> where T: EPM::Config, T::Solver: NposSolver, diff --git a/polkadot/utils/staking-miner/src/monitor.rs b/polkadot/utils/staking-miner/src/monitor.rs index 1e7d3a3422..0ad3140538 100644 --- a/polkadot/utils/staking-miner/src/monitor.rs +++ b/polkadot/utils/staking-miner/src/monitor.rs @@ -165,7 +165,7 @@ macro_rules! monitor_cmd_for { ($runtime:tt) => { paste::paste! { } // mine a solution, and run feasibility check on it as well. - let (raw_solution, witness) = match crate::mine_with::(&config.solver, &mut ext, true) { + let raw_solution = match crate::mine_with::(&config.solver, &mut ext, true) { Ok(r) => r, Err(err) => { let _ = tx.send(err.into()); @@ -197,7 +197,7 @@ macro_rules! monitor_cmd_for { ($runtime:tt) => { paste::paste! { era.death(current_block.into()), ); - let extrinsic = ext.execute_with(|| create_uxt(raw_solution, witness, signer.clone(), nonce, tip, era)); + let extrinsic = ext.execute_with(|| create_uxt(raw_solution, signer.clone(), nonce, tip, era)); let bytes = sp_core::Bytes(extrinsic.encode()); let mut tx_subscription = match rpc.watch_extrinsic(&bytes).await {