From 5bf8713a2a430d9934a1d0a03cf8697ad41d1d0e Mon Sep 17 00:00:00 2001 From: kianenigma Date: Fri, 12 Feb 2021 14:22:57 +0000 Subject: [PATCH 1/9] Almost make it work. --- Cargo.lock | 1729 ++++++++++++++++++++++------------- runtime/kusama/Cargo.toml | 4 +- runtime/kusama/src/lib.rs | 34 + runtime/polkadot/Cargo.toml | 2 + runtime/polkadot/src/lib.rs | 35 + runtime/westend/Cargo.toml | 4 +- runtime/westend/src/lib.rs | 34 + 7 files changed, 1197 insertions(+), 645 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a037ae7676a..464ab4558e4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1610,17 +1610,17 @@ name = "frame-benchmarking" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "linregress", "parity-scale-codec", "paste 1.0.4", "sp-api", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-runtime-interface 2.0.1", + "sp-std 2.0.1", + "sp-storage 2.0.1", ] [[package]] @@ -1638,11 +1638,11 @@ dependencies = [ "sc-executor", "sc-service", "serde", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-core 2.0.1", + "sp-externalities 0.8.1", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", + "sp-state-machine 0.8.1", "structopt", ] @@ -1651,15 +1651,15 @@ name = "frame-executive" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", + "sp-tracing 2.0.1", ] [[package]] @@ -1669,8 +1669,19 @@ source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86 dependencies = [ "parity-scale-codec", "serde", - "sp-core", - "sp-std", + "sp-core 2.0.1", + "sp-std 2.0.1", +] + +[[package]] +name = "frame-metadata" +version = "13.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "parity-scale-codec", + "serde", + "sp-core 3.0.0", + "sp-std 3.0.0", ] [[package]] @@ -1679,8 +1690,34 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "bitflags", - "frame-metadata", - "frame-support-procedural", + "frame-metadata 12.0.1", + "frame-support-procedural 2.0.1", + "impl-trait-for-tuples", + "log", + "once_cell", + "parity-scale-codec", + "paste 1.0.4", + "serde", + "smallvec 1.6.1", + "sp-arithmetic 2.0.1", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-staking 2.0.1", + "sp-state-machine 0.8.1", + "sp-std 2.0.1", + "sp-tracing 2.0.1", +] + +[[package]] +name = "frame-support" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "bitflags", + "frame-metadata 13.0.0", + "frame-support-procedural 3.0.0", "impl-trait-for-tuples", "log", "once_cell", @@ -1688,15 +1725,15 @@ dependencies = [ "paste 1.0.4", "serde", "smallvec 1.6.1", - "sp-arithmetic", - "sp-core", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-state-machine", - "sp-std", - "sp-tracing", + "sp-arithmetic 3.0.0", + "sp-core 3.0.0", + "sp-inherents 3.0.0", + "sp-io 3.0.0", + "sp-runtime 3.0.0", + "sp-staking 3.0.0", + "sp-state-machine 0.9.0", + "sp-std 3.0.0", + "sp-tracing 3.0.0", ] [[package]] @@ -1705,7 +1742,19 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "Inflector", - "frame-support-procedural-tools", + "frame-support-procedural-tools 2.0.1", + "proc-macro2 1.0.24", + "quote 1.0.7", + "syn 1.0.60", +] + +[[package]] +name = "frame-support-procedural" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "Inflector", + "frame-support-procedural-tools 3.0.0", "proc-macro2 1.0.24", "quote 1.0.7", "syn 1.0.60", @@ -1716,7 +1765,19 @@ name = "frame-support-procedural-tools" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support-procedural-tools-derive", + "frame-support-procedural-tools-derive 2.0.1", + "proc-macro-crate", + "proc-macro2 1.0.24", + "quote 1.0.7", + "syn 1.0.60", +] + +[[package]] +name = "frame-support-procedural-tools" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "frame-support-procedural-tools-derive 3.0.0", "proc-macro-crate", "proc-macro2 1.0.24", "quote 1.0.7", @@ -1733,20 +1794,46 @@ dependencies = [ "syn 1.0.60", ] +[[package]] +name = "frame-support-procedural-tools-derive" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "proc-macro2 1.0.24", + "quote 1.0.7", + "syn 1.0.60", +] + [[package]] name = "frame-system" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support", + "frame-support 2.0.1", "impl-trait-for-tuples", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-version", + "sp-core 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", + "sp-version 2.0.1", +] + +[[package]] +name = "frame-system" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "frame-support 3.0.0", + "impl-trait-for-tuples", + "parity-scale-codec", + "serde", + "sp-core 3.0.0", + "sp-io 3.0.0", + "sp-runtime 3.0.0", + "sp-std 3.0.0", + "sp-version 3.0.0", ] [[package]] @@ -1755,12 +1842,12 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -2765,8 +2852,8 @@ dependencies = [ "bitvec", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "hex-literal", @@ -2779,6 +2866,7 @@ dependencies = [ "pallet-bounties", "pallet-collective", "pallet-democracy", + "pallet-election-provider-multi-phase", "pallet-elections-phragmen", "pallet-grandpa", "pallet-identity", @@ -2818,18 +2906,18 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-io 2.0.1", "sp-keyring", "sp-offchain", - "sp-runtime", + "sp-runtime 2.0.1", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 2.0.1", + "sp-std 2.0.1", "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-trie 2.0.1", + "sp-version 2.0.1", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -4035,15 +4123,15 @@ name = "pallet-authority-discovery" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "pallet-session", "parity-scale-codec", "serde", - "sp-application-crypto", + "sp-application-crypto 2.0.1", "sp-authority-discovery", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4051,14 +4139,14 @@ name = "pallet-authorship" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "impl-trait-for-tuples", "parity-scale-codec", "sp-authorship", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4067,22 +4155,22 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "pallet-authorship", "pallet-session", "pallet-timestamp", "parity-scale-codec", "serde", - "sp-application-crypto", + "sp-application-crypto 2.0.1", "sp-consensus-babe", "sp-consensus-vrf", - "sp-inherents", - "sp-io", - "sp-runtime", + "sp-inherents 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 2.0.1", + "sp-std 2.0.1", "sp-timestamp", ] @@ -4092,12 +4180,12 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4106,13 +4194,13 @@ version = "2.0.0" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "pallet-treasury", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4121,14 +4209,14 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4137,13 +4225,31 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", + "parity-scale-codec", + "serde", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", +] + +[[package]] +name = "pallet-election-provider-multi-phase" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "frame-support 3.0.0", + "frame-system 3.0.0", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 3.0.0", + "sp-election-providers", + "sp-io 3.0.0", + "sp-npos-elections 3.0.0", + "sp-runtime 3.0.0", + "sp-std 3.0.0", + "static_assertions", ] [[package]] @@ -4152,13 +4258,13 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-npos-elections 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4167,19 +4273,19 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "pallet-authorship", "pallet-session", "parity-scale-codec", "serde", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 2.0.1", + "sp-core 2.0.1", "sp-finality-grandpa", - "sp-runtime", + "sp-runtime 2.0.1", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4189,13 +4295,13 @@ source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86 dependencies = [ "enumflags2", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4204,17 +4310,17 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "pallet-authorship", "parity-scale-codec", "serde", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 2.0.1", + "sp-core 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-staking 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4223,15 +4329,15 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-core", - "sp-io", + "sp-core 2.0.1", + "sp-io 2.0.1", "sp-keyring", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4239,13 +4345,13 @@ name = "pallet-membership" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4254,14 +4360,14 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4269,13 +4375,13 @@ name = "pallet-nicks" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4283,14 +4389,14 @@ name = "pallet-offences" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "pallet-balances", "parity-scale-codec", "serde", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 2.0.1", + "sp-staking 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4299,8 +4405,8 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "pallet-babe", "pallet-balances", "pallet-grandpa", @@ -4309,9 +4415,9 @@ dependencies = [ "pallet-session", "pallet-staking", "parity-scale-codec", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 2.0.1", + "sp-staking 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4320,14 +4426,14 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4335,12 +4441,12 @@ name = "pallet-randomness-collective-flip" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "safe-mix", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4349,13 +4455,13 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "enumflags2", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4364,13 +4470,13 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4378,19 +4484,19 @@ name = "pallet-session" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "impl-trait-for-tuples", "pallet-timestamp", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", "sp-session", - "sp-staking", - "sp-std", - "sp-trie", + "sp-staking 2.0.1", + "sp-std 2.0.1", + "sp-trie 2.0.1", ] [[package]] @@ -4399,14 +4505,14 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "pallet-session", "pallet-staking", "rand 0.7.3", - "sp-runtime", + "sp-runtime 2.0.1", "sp-session", - "sp-std", + "sp-std 2.0.1", ] [[package]] @@ -4414,13 +4520,13 @@ name = "pallet-society" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "rand_chacha 0.2.2", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4429,19 +4535,19 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "pallet-authorship", "pallet-session", "parity-scale-codec", "rand_chacha 0.2.2", "serde", - "sp-application-crypto", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 2.0.1", + "sp-io 2.0.1", + "sp-npos-elections 2.0.1", + "sp-runtime 2.0.1", + "sp-staking 2.0.1", + "sp-std 2.0.1", "static_assertions", ] @@ -4461,13 +4567,13 @@ name = "pallet-sudo" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4476,15 +4582,15 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "impl-trait-for-tuples", "parity-scale-codec", "serde", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-std", + "sp-inherents 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", "sp-timestamp", ] @@ -4494,13 +4600,13 @@ version = "2.0.0" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "pallet-treasury", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4508,15 +4614,15 @@ name = "pallet-transaction-payment" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", "smallvec 1.6.1", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4531,9 +4637,9 @@ dependencies = [ "parity-scale-codec", "sp-api", "sp-blockchain", - "sp-core", + "sp-core 2.0.1", "sp-rpc", - "sp-runtime", + "sp-runtime 2.0.1", ] [[package]] @@ -4544,7 +4650,7 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "sp-api", - "sp-runtime", + "sp-runtime 2.0.1", ] [[package]] @@ -4553,14 +4659,14 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4569,14 +4675,14 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -4586,12 +4692,12 @@ source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86 dependencies = [ "enumflags2", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -5045,7 +5151,7 @@ dependencies = [ "polkadot-primitives", "rand_core 0.5.1", "schnorrkel", - "sp-core", + "sp-core 2.0.1", "tracing", "tracing-futures", ] @@ -5066,9 +5172,9 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 2.0.1", + "sp-core 2.0.1", + "sp-keystore 0.8.0", "tracing", "tracing-futures", ] @@ -5088,11 +5194,11 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-keystore", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 2.0.1", + "sp-core 2.0.1", "sp-keyring", - "sp-keystore", - "sp-tracing", + "sp-keystore 0.8.0", + "sp-tracing 2.0.1", "thiserror", "tracing", "tracing-futures", @@ -5116,8 +5222,8 @@ dependencies = [ "polkadot-primitives", "rand 0.8.3", "smallvec 1.6.1", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 2.0.1", + "sp-core 2.0.1", "sp-keyring", "streamunordered", "thiserror", @@ -5136,8 +5242,8 @@ dependencies = [ "polkadot-service", "sc-cli", "sc-service", - "sp-core", - "sp-trie", + "sp-core 2.0.1", + "sp-trie 2.0.1", "structopt", "substrate-browser-utils", "substrate-build-script-utils", @@ -5161,7 +5267,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", + "sp-core 2.0.1", "sp-keyring", "thiserror", "tracing", @@ -5174,9 +5280,9 @@ version = "0.7.30" dependencies = [ "parity-scale-codec", "parity-util-mem", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -5186,8 +5292,8 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives", "reed-solomon-erasure", - "sp-core", - "sp-trie", + "sp-core 2.0.1", + "sp-trie 2.0.1", "thiserror", ] @@ -5207,7 +5313,7 @@ dependencies = [ "polkadot-primitives", "sc-authority-discovery", "sc-network", - "sp-core", + "sp-core 2.0.1", "sp-keyring", "strum", "tracing", @@ -5225,7 +5331,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", + "sp-core 2.0.1", "thiserror", "tracing", "tracing-futures", @@ -5252,14 +5358,14 @@ dependencies = [ "sc-client-api", "sc-keystore", "schnorrkel", - "sp-application-crypto", + "sp-application-crypto 2.0.1", "sp-blockchain", "sp-consensus-babe", "sp-consensus-slots", - "sp-core", + "sp-core 2.0.1", "sp-keyring", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", "tracing", "tracing-futures", ] @@ -5286,7 +5392,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sc-service", - "sp-core", + "sp-core 2.0.1", "sp-keyring", "thiserror", "tracing", @@ -5308,10 +5414,10 @@ dependencies = [ "polkadot-primitives", "polkadot-statement-table", "sc-keystore", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 2.0.1", + "sp-core 2.0.1", "sp-keyring", - "sp-keystore", + "sp-keystore 0.8.0", "thiserror", "tracing", "tracing-futures", @@ -5325,7 +5431,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore", + "sp-keystore 0.8.0", "thiserror", "tracing", "tracing-futures", @@ -5340,8 +5446,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", - "sp-keystore", + "sp-core 2.0.1", + "sp-keystore 0.8.0", "thiserror", "tracing", "tracing-futures", @@ -5360,7 +5466,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-parachain", "polkadot-primitives", - "sp-core", + "sp-core 2.0.1", "sp-keyring", "tracing", "tracing-futures", @@ -5377,7 +5483,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sp-blockchain", - "sp-core", + "sp-core 2.0.1", "tracing", "tracing-futures", ] @@ -5397,9 +5503,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-runtime 2.0.1", "sp-transaction-pool", "substrate-prometheus-endpoint", "tracing", @@ -5415,8 +5521,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-application-crypto", - "sp-keystore", + "sp-application-crypto 2.0.1", + "sp-keystore 0.8.0", "thiserror", "tracing", "tracing-futures", @@ -5436,7 +5542,7 @@ dependencies = [ "polkadot-primitives", "sp-api", "sp-consensus-babe", - "sp-core", + "sp-core 2.0.1", "tracing", "tracing-futures", ] @@ -5452,7 +5558,7 @@ dependencies = [ "parking_lot 0.11.1", "polkadot-primitives", "sc-network", - "sp-core", + "sp-core 2.0.1", "thiserror", ] @@ -5480,11 +5586,11 @@ dependencies = [ "polkadot-primitives", "polkadot-statement-table", "schnorrkel", - "sp-application-crypto", + "sp-application-crypto 2.0.1", "sp-consensus-babe", "sp-consensus-vrf", - "sp-core", - "sp-runtime", + "sp-core 2.0.1", + "sp-runtime 2.0.1", "thiserror", ] @@ -5512,7 +5618,7 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec 1.6.1", - "sp-core", + "sp-core 2.0.1", "substrate-prometheus-endpoint", "thiserror", "tracing", @@ -5537,7 +5643,7 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec 1.6.1", - "sp-core", + "sp-core 2.0.1", "tracing", "tracing-futures", ] @@ -5563,9 +5669,9 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-primitives", "sc-network", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 2.0.1", + "sp-core 2.0.1", + "sp-keystore 0.8.0", "streamunordered", "substrate-prometheus-endpoint", "thiserror", @@ -5589,7 +5695,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-client-api", - "sp-core", + "sp-core 2.0.1", "tracing", "tracing-futures", ] @@ -5608,12 +5714,12 @@ dependencies = [ "sc-executor", "serde", "shared_memory", - "sp-core", - "sp-externalities", - "sp-io", - "sp-runtime", - "sp-std", - "sp-wasm-interface", + "sp-core 2.0.1", + "sp-externalities 0.8.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", + "sp-wasm-interface 2.0.1", "thiserror", ] @@ -5630,7 +5736,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", + "sp-core 2.0.1", "sp-keyring", "thiserror", "tracing", @@ -5642,7 +5748,7 @@ name = "polkadot-primitives" version = "0.8.28" dependencies = [ "bitvec", - "frame-system", + "frame-system 2.0.1", "hex-literal", "parity-scale-codec", "parity-util-mem", @@ -5651,19 +5757,19 @@ dependencies = [ "pretty_assertions", "serde", "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-application-crypto 2.0.1", + "sp-arithmetic 2.0.1", "sp-authority-discovery", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-io 2.0.1", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", "sp-serializer", - "sp-staking", - "sp-std", - "sp-trie", - "sp-version", + "sp-staking 2.0.1", + "sp-std 2.0.1", + "sp-trie 2.0.1", + "sp-version 2.0.1", ] [[package]] @@ -5689,8 +5795,8 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", "sp-transaction-pool", "substrate-frame-rpc-system", ] @@ -5702,8 +5808,8 @@ dependencies = [ "bitvec", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "hex-literal", @@ -5716,6 +5822,7 @@ dependencies = [ "pallet-bounties", "pallet-collective", "pallet-democracy", + "pallet-election-provider-multi-phase", "pallet-elections-phragmen", "pallet-grandpa", "pallet-identity", @@ -5752,18 +5859,18 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-io 2.0.1", "sp-keyring", "sp-offchain", - "sp-runtime", + "sp-runtime 2.0.1", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 2.0.1", + "sp-std 2.0.1", "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-trie 2.0.1", + "sp-version 2.0.1", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -5776,8 +5883,8 @@ version = "0.8.28" dependencies = [ "bitvec", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "hex-literal", "libsecp256k1", "log", @@ -5801,16 +5908,16 @@ dependencies = [ "serde_derive", "serde_json", "sp-api", - "sp-application-crypto", - "sp-core", - "sp-inherents", - "sp-io", + "sp-application-crypto 2.0.1", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-io 2.0.1", "sp-keyring", - "sp-runtime", + "sp-runtime 2.0.1", "sp-session", - "sp-staking", - "sp-std", - "sp-trie", + "sp-staking 2.0.1", + "sp-std 2.0.1", + "sp-trie 2.0.1", "static_assertions", "trie-db", "xcm", @@ -5823,8 +5930,8 @@ dependencies = [ "bitvec", "derive_more", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "futures 0.3.12", "hex-literal", "libsecp256k1", @@ -5850,18 +5957,18 @@ dependencies = [ "serde", "serde_json", "sp-api", - "sp-application-crypto", - "sp-core", - "sp-inherents", - "sp-io", + "sp-application-crypto 2.0.1", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-io 2.0.1", "sp-keyring", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", "sp-session", - "sp-staking", - "sp-std", - "sp-trie", - "sp-version", + "sp-staking 2.0.1", + "sp-std 2.0.1", + "sp-trie 2.0.1", + "sp-version 2.0.1", "xcm", "xcm-executor", ] @@ -5930,18 +6037,18 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", + "sp-core 2.0.1", "sp-finality-grandpa", - "sp-inherents", - "sp-io", - "sp-keystore", + "sp-inherents 2.0.1", + "sp-io 2.0.1", + "sp-keystore 0.8.0", "sp-offchain", - "sp-runtime", + "sp-runtime 2.0.1", "sp-session", - "sp-state-machine", - "sp-storage", + "sp-state-machine 0.8.1", + "sp-storage 2.0.1", "sp-transaction-pool", - "sp-trie", + "sp-trie 2.0.1", "substrate-prometheus-endpoint", "thiserror", "tracing", @@ -5964,11 +6071,11 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-keystore", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 2.0.1", + "sp-core 2.0.1", "sp-keyring", - "sp-keystore", - "sp-staking", + "sp-keystore 0.8.0", + "sp-staking 2.0.1", "tracing", "tracing-futures", ] @@ -5979,7 +6086,7 @@ version = "0.8.28" dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core", + "sp-core 2.0.1", ] [[package]] @@ -5997,11 +6104,11 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-inherents", + "sp-core 2.0.1", + "sp-inherents 2.0.1", "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-runtime 2.0.1", + "sp-state-machine 0.8.1", "sp-timestamp", "substrate-test-client", ] @@ -6012,8 +6119,8 @@ version = "0.8.28" dependencies = [ "bitvec", "frame-executive", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "frame-system-rpc-runtime-api", "hex-literal", "libsecp256k1", @@ -6049,18 +6156,18 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-io 2.0.1", "sp-keyring", "sp-offchain", - "sp-runtime", + "sp-runtime 2.0.1", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 2.0.1", + "sp-std 2.0.1", "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-trie 2.0.1", + "sp-version 2.0.1", "substrate-wasm-builder", "tiny-keccak", ] @@ -6070,7 +6177,7 @@ name = "polkadot-test-service" version = "0.8.28" dependencies = [ "frame-benchmarking", - "frame-system", + "frame-system 2.0.1", "futures 0.1.29", "futures 0.3.12", "hex", @@ -6101,17 +6208,17 @@ dependencies = [ "sc-tracing", "sc-transaction-pool", "serde_json", - "sp-arithmetic", + "sp-arithmetic 2.0.1", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", + "sp-core 2.0.1", "sp-finality-grandpa", - "sp-inherents", + "sp-inherents 2.0.1", "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-runtime 2.0.1", + "sp-state-machine 0.8.1", "substrate-test-client", "substrate-test-utils", "tempfile", @@ -6764,8 +6871,8 @@ name = "rococo-runtime" version = "0.8.28" dependencies = [ "frame-executive", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "frame-system-rpc-runtime-api", "hex-literal", "pallet-authority-discovery", @@ -6795,16 +6902,16 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-io 2.0.1", "sp-offchain", - "sp-runtime", + "sp-runtime 2.0.1", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 2.0.1", + "sp-std 2.0.1", "sp-transaction-pool", - "sp-version", + "sp-version 2.0.1", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -6970,9 +7077,9 @@ dependencies = [ "sp-api", "sp-authority-discovery", "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 2.0.1", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", "substrate-prometheus-endpoint", ] @@ -6992,9 +7099,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-runtime 2.0.1", "sp-transaction-pool", "substrate-prometheus-endpoint", ] @@ -7010,10 +7117,10 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-runtime 2.0.1", + "sp-state-machine 0.8.1", ] [[package]] @@ -7033,8 +7140,8 @@ dependencies = [ "serde_json", "sp-chain-spec", "sp-consensus-babe", - "sp-core", - "sp-runtime", + "sp-core 2.0.1", + "sp-runtime 2.0.1", ] [[package]] @@ -7073,13 +7180,13 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", + "sp-core 2.0.1", "sp-keyring", - "sp-keystore", - "sp-panic-handler", - "sp-runtime", + "sp-keystore 0.8.0", + "sp-panic-handler 2.0.1", + "sp-runtime 2.0.1", "sp-utils", - "sp-version", + "sp-version 2.0.1", "structopt", "thiserror", "tiny-bip39", @@ -7104,19 +7211,19 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 2.0.1", "sp-database", - "sp-externalities", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-storage", + "sp-externalities 0.8.1", + "sp-inherents 2.0.1", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", + "sp-state-machine 0.8.1", + "sp-std 2.0.1", + "sp-storage 2.0.1", "sp-transaction-pool", - "sp-trie", + "sp-trie 2.0.1", "sp-utils", - "sp-version", + "sp-version 2.0.1", "substrate-prometheus-endpoint", ] @@ -7139,14 +7246,14 @@ dependencies = [ "sc-client-api", "sc-executor", "sc-state-db", - "sp-arithmetic", + "sp-arithmetic 2.0.1", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 2.0.1", "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-runtime 2.0.1", + "sp-state-machine 0.8.1", + "sp-trie 2.0.1", "substrate-prometheus-endpoint", ] @@ -7158,7 +7265,7 @@ dependencies = [ "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-runtime", + "sp-runtime 2.0.1", ] [[package]] @@ -7189,21 +7296,21 @@ dependencies = [ "schnorrkel", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 2.0.1", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-io 2.0.1", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", "sp-timestamp", "sp-utils", - "sp-version", + "sp-version 2.0.1", "substrate-prometheus-endpoint", ] @@ -7222,13 +7329,13 @@ dependencies = [ "sc-rpc-api", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 2.0.1", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 2.0.1", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", ] [[package]] @@ -7241,7 +7348,7 @@ dependencies = [ "parking_lot 0.11.1", "sc-client-api", "sp-blockchain", - "sp-runtime", + "sp-runtime 2.0.1", ] [[package]] @@ -7257,16 +7364,16 @@ dependencies = [ "sc-client-api", "sc-telemetry", "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-application-crypto 2.0.1", + "sp-arithmetic 2.0.1", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-runtime 2.0.1", + "sp-state-machine 0.8.1", + "sp-trie 2.0.1", "thiserror", ] @@ -7279,9 +7386,9 @@ dependencies = [ "sc-client-api", "sp-authorship", "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-runtime 2.0.1", ] [[package]] @@ -7300,16 +7407,16 @@ dependencies = [ "sc-executor-wasmi", "sc-executor-wasmtime", "sp-api", - "sp-core", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", + "sp-core 2.0.1", + "sp-externalities 0.8.1", + "sp-io 2.0.1", + "sp-panic-handler 2.0.1", + "sp-runtime-interface 2.0.1", "sp-serializer", "sp-tasks", - "sp-trie", - "sp-version", - "sp-wasm-interface", + "sp-trie 2.0.1", + "sp-version 2.0.1", + "sp-wasm-interface 2.0.1", "wasmi", ] @@ -7322,9 +7429,9 @@ dependencies = [ "parity-scale-codec", "parity-wasm 0.41.0", "sp-allocator", - "sp-core", + "sp-core 2.0.1", "sp-serializer", - "sp-wasm-interface", + "sp-wasm-interface 2.0.1", "thiserror", "wasmi", ] @@ -7338,9 +7445,9 @@ dependencies = [ "parity-scale-codec", "sc-executor-common", "sp-allocator", - "sp-core", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-core 2.0.1", + "sp-runtime-interface 2.0.1", + "sp-wasm-interface 2.0.1", "wasmi", ] @@ -7356,9 +7463,9 @@ dependencies = [ "sc-executor-common", "scoped-tls", "sp-allocator", - "sp-core", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-core 2.0.1", + "sp-runtime-interface 2.0.1", + "sp-wasm-interface 2.0.1", "wasmtime", ] @@ -7387,15 +7494,15 @@ dependencies = [ "sc-telemetry", "serde_json", "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-application-crypto 2.0.1", + "sp-arithmetic 2.0.1", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 2.0.1", "sp-finality-grandpa", - "sp-inherents", - "sp-keystore", - "sp-runtime", + "sp-inherents 2.0.1", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", "sp-utils", "substrate-prometheus-endpoint", ] @@ -7420,8 +7527,8 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 2.0.1", + "sp-runtime 2.0.1", ] [[package]] @@ -7441,7 +7548,7 @@ dependencies = [ "sc-network", "sc-service", "sp-blockchain", - "sp-runtime", + "sp-runtime 2.0.1", ] [[package]] @@ -7456,7 +7563,7 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-runtime", + "sp-runtime 2.0.1", "sp-transaction-pool", "sp-utils", "wasm-timer", @@ -7476,9 +7583,9 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 2.0.1", + "sp-core 2.0.1", + "sp-keystore 0.8.0", "subtle 2.2.3", ] @@ -7495,10 +7602,10 @@ dependencies = [ "sc-executor", "sp-api", "sp-blockchain", - "sp-core", - "sp-externalities", - "sp-runtime", - "sp-state-machine", + "sp-core 2.0.1", + "sp-externalities 0.8.1", + "sp-runtime 2.0.1", + "sp-state-machine 0.8.1", ] [[package]] @@ -7540,11 +7647,11 @@ dependencies = [ "serde", "serde_json", "smallvec 1.6.1", - "sp-arithmetic", + "sp-arithmetic 2.0.1", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 2.0.1", + "sp-runtime 2.0.1", "sp-utils", "substrate-prometheus-endpoint", "thiserror", @@ -7565,7 +7672,7 @@ dependencies = [ "log", "lru", "sc-network", - "sp-runtime", + "sp-runtime 2.0.1", "substrate-prometheus-endpoint", "wasm-timer", ] @@ -7590,9 +7697,9 @@ dependencies = [ "sc-keystore", "sc-network", "sp-api", - "sp-core", + "sp-core 2.0.1", "sp-offchain", - "sp-runtime", + "sp-runtime 2.0.1", "sp-utils", "threadpool", ] @@ -7641,16 +7748,16 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-chain-spec", - "sp-core", - "sp-keystore", + "sp-core 2.0.1", + "sp-keystore 0.8.0", "sp-offchain", "sp-rpc", - "sp-runtime", + "sp-runtime 2.0.1", "sp-session", - "sp-state-machine", + "sp-state-machine 0.8.1", "sp-transaction-pool", "sp-utils", - "sp-version", + "sp-version 2.0.1", ] [[package]] @@ -7670,11 +7777,11 @@ dependencies = [ "serde", "serde_json", "sp-chain-spec", - "sp-core", + "sp-core 2.0.1", "sp-rpc", - "sp-runtime", + "sp-runtime 2.0.1", "sp-transaction-pool", - "sp-version", + "sp-version 2.0.1", ] [[package]] @@ -7691,7 +7798,7 @@ dependencies = [ "log", "serde", "serde_json", - "sp-runtime", + "sp-runtime 2.0.1", "substrate-prometheus-endpoint", ] @@ -7733,23 +7840,23 @@ dependencies = [ "serde", "serde_json", "sp-api", - "sp-application-crypto", + "sp-application-crypto 2.0.1", "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", + "sp-core 2.0.1", + "sp-externalities 0.8.1", + "sp-inherents 2.0.1", + "sp-io 2.0.1", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", "sp-session", - "sp-state-machine", - "sp-tracing", + "sp-state-machine 0.8.1", + "sp-tracing 2.0.1", "sp-transaction-pool", - "sp-trie", + "sp-trie 2.0.1", "sp-utils", - "sp-version", + "sp-version 2.0.1", "substrate-prometheus-endpoint", "tempfile", "thiserror", @@ -7769,7 +7876,7 @@ dependencies = [ "parity-util-mem-derive", "parking_lot 0.11.1", "sc-client-api", - "sp-core", + "sp-core 2.0.1", "thiserror", ] @@ -7789,7 +7896,7 @@ dependencies = [ "sc-rpc-api", "serde_json", "sp-blockchain", - "sp-runtime", + "sp-runtime 2.0.1", "thiserror", ] @@ -7833,7 +7940,7 @@ dependencies = [ "sc-tracing-proc-macro", "serde", "serde_json", - "sp-tracing", + "sp-tracing 2.0.1", "thiserror", "tracing", "tracing-core", @@ -7868,8 +7975,8 @@ dependencies = [ "retain_mut", "serde", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 2.0.1", + "sp-runtime 2.0.1", "sp-transaction-pool", "sp-utils", "thiserror", @@ -7892,9 +7999,9 @@ dependencies = [ "sc-transaction-graph", "sp-api", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-tracing", + "sp-core 2.0.1", + "sp-runtime 2.0.1", + "sp-tracing 2.0.1", "sp-transaction-pool", "sp-utils", "substrate-prometheus-endpoint", @@ -8304,9 +8411,9 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "log", - "sp-core", - "sp-std", - "sp-wasm-interface", + "sp-core 2.0.1", + "sp-std 2.0.1", + "sp-wasm-interface 2.0.1", "thiserror", ] @@ -8318,11 +8425,11 @@ dependencies = [ "hash-db", "parity-scale-codec", "sp-api-proc-macro", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-version", + "sp-core 2.0.1", + "sp-runtime 2.0.1", + "sp-state-machine 0.8.1", + "sp-std 2.0.1", + "sp-version 2.0.1", "thiserror", ] @@ -8345,9 +8452,21 @@ source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86 dependencies = [ "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-std", + "sp-core 2.0.1", + "sp-io 2.0.1", + "sp-std 2.0.1", +] + +[[package]] +name = "sp-application-crypto" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "parity-scale-codec", + "serde", + "sp-core 3.0.0", + "sp-io 3.0.0", + "sp-std 3.0.0", ] [[package]] @@ -8359,8 +8478,21 @@ dependencies = [ "num-traits 0.2.14", "parity-scale-codec", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 2.0.1", + "sp-std 2.0.1", +] + +[[package]] +name = "sp-arithmetic" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "integer-sqrt", + "num-traits 0.2.14", + "parity-scale-codec", + "serde", + "sp-debug-derive 3.0.0", + "sp-std 3.0.0", ] [[package]] @@ -8370,9 +8502,9 @@ source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86 dependencies = [ "parity-scale-codec", "sp-api", - "sp-application-crypto", - "sp-runtime", - "sp-std", + "sp-application-crypto 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -8381,9 +8513,9 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -8393,9 +8525,9 @@ source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86 dependencies = [ "parity-scale-codec", "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -8411,8 +8543,8 @@ dependencies = [ "sp-api", "sp-consensus", "sp-database", - "sp-runtime", - "sp-state-machine", + "sp-runtime 2.0.1", + "sp-state-machine 0.8.1", "thiserror", ] @@ -8438,14 +8570,14 @@ dependencies = [ "parking_lot 0.11.1", "serde", "sp-api", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-runtime 2.0.1", + "sp-state-machine 0.8.1", + "sp-std 2.0.1", + "sp-trie 2.0.1", "sp-utils", - "sp-version", + "sp-version 2.0.1", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -8459,15 +8591,15 @@ dependencies = [ "merlin", "parity-scale-codec", "sp-api", - "sp-application-crypto", + "sp-application-crypto 2.0.1", "sp-consensus", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-std", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", + "sp-std 2.0.1", "sp-timestamp", ] @@ -8477,8 +8609,8 @@ version = "0.8.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "parity-scale-codec", - "sp-arithmetic", - "sp-runtime", + "sp-arithmetic 2.0.1", + "sp-runtime 2.0.1", ] [[package]] @@ -8488,9 +8620,9 @@ source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86 dependencies = [ "parity-scale-codec", "schnorrkel", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -8523,11 +8655,55 @@ dependencies = [ "secrecy", "serde", "sha2 0.9.2", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-debug-derive 2.0.1", + "sp-externalities 0.8.1", + "sp-runtime-interface 2.0.1", + "sp-std 2.0.1", + "sp-storage 2.0.1", + "substrate-bip39", + "thiserror", + "tiny-bip39", + "tiny-keccak", + "twox-hash", + "wasmi", + "zeroize", +] + +[[package]] +name = "sp-core" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "base58", + "blake2-rfc", + "byteorder", + "dyn-clonable", + "ed25519-dalek", + "futures 0.3.12", + "hash-db", + "hash256-std-hasher", + "hex", + "impl-serde", + "lazy_static", + "libsecp256k1", + "log", + "merlin", + "num-traits 0.2.14", + "parity-scale-codec", + "parity-util-mem", + "parking_lot 0.11.1", + "primitive-types", + "rand 0.7.3", + "regex", + "schnorrkel", + "secrecy", + "serde", + "sha2 0.9.2", + "sp-debug-derive 3.0.0", + "sp-externalities 0.9.0", + "sp-runtime-interface 3.0.0", + "sp-std 3.0.0", + "sp-storage 3.0.0", "substrate-bip39", "thiserror", "tiny-bip39", @@ -8556,6 +8732,27 @@ dependencies = [ "syn 1.0.60", ] +[[package]] +name = "sp-debug-derive" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "proc-macro2 1.0.24", + "quote 1.0.7", + "syn 1.0.60", +] + +[[package]] +name = "sp-election-providers" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "parity-scale-codec", + "sp-arithmetic 3.0.0", + "sp-npos-elections 3.0.0", + "sp-std 3.0.0", +] + [[package]] name = "sp-externalities" version = "0.8.1" @@ -8563,8 +8760,19 @@ source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86 dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-std 2.0.1", + "sp-storage 2.0.1", +] + +[[package]] +name = "sp-externalities" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std 3.0.0", + "sp-storage 3.0.0", ] [[package]] @@ -8577,11 +8785,11 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-std", + "sp-application-crypto 2.0.1", + "sp-core 2.0.1", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -8591,8 +8799,20 @@ source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86 dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", - "sp-core", - "sp-std", + "sp-core 2.0.1", + "sp-std 2.0.1", + "thiserror", +] + +[[package]] +name = "sp-inherents" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.11.1", + "sp-core 3.0.0", + "sp-std 3.0.0", "thiserror", ] @@ -8607,15 +8827,39 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime-interface", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-trie", - "sp-wasm-interface", + "sp-core 2.0.1", + "sp-externalities 0.8.1", + "sp-keystore 0.8.0", + "sp-runtime-interface 2.0.1", + "sp-state-machine 0.8.1", + "sp-std 2.0.1", + "sp-tracing 2.0.1", + "sp-trie 2.0.1", + "sp-wasm-interface 2.0.1", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-io" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "futures 0.3.12", + "hash-db", + "libsecp256k1", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "sp-core 3.0.0", + "sp-externalities 0.9.0", + "sp-keystore 0.9.0", + "sp-runtime-interface 3.0.0", + "sp-state-machine 0.9.0", + "sp-std 3.0.0", + "sp-tracing 3.0.0", + "sp-trie 3.0.0", + "sp-wasm-interface 3.0.0", "tracing", "tracing-core", ] @@ -8626,8 +8870,8 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "lazy_static", - "sp-core", - "sp-runtime", + "sp-core 2.0.1", + "sp-runtime 2.0.1", "strum", ] @@ -8644,8 +8888,24 @@ dependencies = [ "parking_lot 0.11.1", "schnorrkel", "serde", - "sp-core", - "sp-externalities", + "sp-core 2.0.1", + "sp-externalities 0.8.1", +] + +[[package]] +name = "sp-keystore" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "async-trait", + "derive_more", + "futures 0.3.12", + "merlin", + "parity-scale-codec", + "parking_lot 0.11.1", + "schnorrkel", + "sp-core 3.0.0", + "sp-externalities 0.9.0", ] [[package]] @@ -8655,10 +8915,23 @@ source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86 dependencies = [ "parity-scale-codec", "serde", - "sp-arithmetic", - "sp-core", - "sp-npos-elections-compact", - "sp-std", + "sp-arithmetic 2.0.1", + "sp-core 2.0.1", + "sp-npos-elections-compact 2.0.1", + "sp-std 2.0.1", +] + +[[package]] +name = "sp-npos-elections" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "parity-scale-codec", + "serde", + "sp-arithmetic 3.0.0", + "sp-core 3.0.0", + "sp-npos-elections-compact 3.0.0", + "sp-std 3.0.0", ] [[package]] @@ -8672,14 +8945,25 @@ dependencies = [ "syn 1.0.60", ] +[[package]] +name = "sp-npos-elections-compact" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "proc-macro-crate", + "proc-macro2 1.0.24", + "quote 1.0.7", + "syn 1.0.60", +] + [[package]] name = "sp-offchain" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "sp-api", - "sp-core", - "sp-runtime", + "sp-core 2.0.1", + "sp-runtime 2.0.1", ] [[package]] @@ -8690,13 +8974,21 @@ dependencies = [ "backtrace", ] +[[package]] +name = "sp-panic-handler" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "backtrace", +] + [[package]] name = "sp-rpc" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "serde", - "sp-core", + "sp-core 2.0.1", ] [[package]] @@ -8713,11 +9005,32 @@ dependencies = [ "paste 1.0.4", "rand 0.7.3", "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", + "sp-application-crypto 2.0.1", + "sp-arithmetic 2.0.1", + "sp-core 2.0.1", + "sp-io 2.0.1", + "sp-std 2.0.1", +] + +[[package]] +name = "sp-runtime" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "parity-util-mem", + "paste 1.0.4", + "rand 0.7.3", + "serde", + "sp-application-crypto 3.0.0", + "sp-arithmetic 3.0.0", + "sp-core 3.0.0", + "sp-io 3.0.0", + "sp-std 3.0.0", ] [[package]] @@ -8728,12 +9041,29 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-externalities 0.8.1", + "sp-runtime-interface-proc-macro 2.0.1", + "sp-std 2.0.1", + "sp-storage 2.0.1", + "sp-tracing 2.0.1", + "sp-wasm-interface 2.0.1", + "static_assertions", +] + +[[package]] +name = "sp-runtime-interface" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types", + "sp-externalities 0.9.0", + "sp-runtime-interface-proc-macro 3.0.0", + "sp-std 3.0.0", + "sp-storage 3.0.0", + "sp-tracing 3.0.0", + "sp-wasm-interface 3.0.0", "static_assertions", ] @@ -8749,6 +9079,18 @@ dependencies = [ "syn 1.0.60", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "Inflector", + "proc-macro-crate", + "proc-macro2 1.0.24", + "quote 1.0.7", + "syn 1.0.60", +] + [[package]] name = "sp-serializer" version = "2.0.1" @@ -8765,10 +9107,10 @@ source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86 dependencies = [ "parity-scale-codec", "sp-api", - "sp-core", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-core 2.0.1", + "sp-runtime 2.0.1", + "sp-staking 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -8777,8 +9119,18 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "parity-scale-codec", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.1", + "sp-std 2.0.1", +] + +[[package]] +name = "sp-staking" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "parity-scale-codec", + "sp-runtime 3.0.0", + "sp-std 3.0.0", ] [[package]] @@ -8793,11 +9145,33 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "smallvec 1.6.1", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-std", - "sp-trie", + "sp-core 2.0.1", + "sp-externalities 0.8.1", + "sp-panic-handler 2.0.1", + "sp-std 2.0.1", + "sp-trie 2.0.1", + "thiserror", + "trie-db", + "trie-root", +] + +[[package]] +name = "sp-state-machine" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "hash-db", + "log", + "num-traits 0.2.14", + "parity-scale-codec", + "parking_lot 0.11.1", + "rand 0.7.3", + "smallvec 1.6.1", + "sp-core 3.0.0", + "sp-externalities 0.9.0", + "sp-panic-handler 3.0.0", + "sp-std 3.0.0", + "sp-trie 3.0.0", "thiserror", "trie-db", "trie-root", @@ -8808,6 +9182,11 @@ name = "sp-std" version = "2.0.1" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" +[[package]] +name = "sp-std" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" + [[package]] name = "sp-storage" version = "2.0.1" @@ -8817,8 +9196,21 @@ dependencies = [ "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 2.0.1", + "sp-std 2.0.1", +] + +[[package]] +name = "sp-storage" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive 3.0.0", + "sp-std 3.0.0", ] [[package]] @@ -8827,11 +9219,11 @@ version = "2.0.0" source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86432ecefd0f8f67" dependencies = [ "log", - "sp-core", - "sp-externalities", - "sp-io", - "sp-runtime-interface", - "sp-std", + "sp-core 2.0.1", + "sp-externalities 0.8.1", + "sp-io 2.0.1", + "sp-runtime-interface 2.0.1", + "sp-std 2.0.1", ] [[package]] @@ -8842,9 +9234,9 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", "wasm-timer", ] @@ -8855,7 +9247,20 @@ source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86 dependencies = [ "log", "parity-scale-codec", - "sp-std", + "sp-std 2.0.1", + "tracing", + "tracing-core", + "tracing-subscriber", +] + +[[package]] +name = "sp-tracing" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "log", + "parity-scale-codec", + "sp-std 3.0.0", "tracing", "tracing-core", "tracing-subscriber", @@ -8873,7 +9278,7 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-runtime", + "sp-runtime 2.0.1", "thiserror", ] @@ -8885,8 +9290,22 @@ dependencies = [ "hash-db", "memory-db", "parity-scale-codec", - "sp-core", - "sp-std", + "sp-core 2.0.1", + "sp-std 2.0.1", + "trie-db", + "trie-root", +] + +[[package]] +name = "sp-trie" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "hash-db", + "memory-db", + "parity-scale-codec", + "sp-core 3.0.0", + "sp-std 3.0.0", "trie-db", "trie-root", ] @@ -8911,8 +9330,20 @@ dependencies = [ "impl-serde", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.1", + "sp-std 2.0.1", +] + +[[package]] +name = "sp-version" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "serde", + "sp-runtime 3.0.0", + "sp-std 3.0.0", ] [[package]] @@ -8922,7 +9353,18 @@ source = "git+https://github.com/paritytech/substrate#ce018b80002a228e23b7da7b86 dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "sp-std", + "sp-std 2.0.1", + "wasmi", +] + +[[package]] +name = "sp-wasm-interface" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-std 3.0.0", "wasmi", ] @@ -9100,8 +9542,8 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 2.0.1", + "sp-runtime 2.0.1", "sp-transaction-pool", ] @@ -9139,11 +9581,11 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 2.0.1", "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-keystore 0.8.0", + "sp-runtime 2.0.1", + "sp-state-machine 0.8.1", ] [[package]] @@ -9276,8 +9718,8 @@ dependencies = [ "dlmalloc", "parity-scale-codec", "polkadot-parachain", - "sp-io", - "sp-std", + "sp-io 2.0.1", + "sp-std 2.0.1", "substrate-wasm-builder", "tiny-keccak", ] @@ -9300,7 +9742,7 @@ dependencies = [ "sc-authority-discovery", "sc-cli", "sc-service", - "sp-core", + "sp-core 2.0.1", "sp-keyring", "structopt", "substrate-test-utils", @@ -9321,7 +9763,7 @@ version = "0.7.22" dependencies = [ "parity-scale-codec", "polkadot-parachain", - "sp-core", + "sp-core 2.0.1", "test-parachain-adder", "test-parachain-halt", "tiny-keccak", @@ -10464,8 +10906,8 @@ dependencies = [ "bitvec", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 2.0.1", + "frame-system 2.0.1", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "hex-literal", @@ -10477,6 +10919,7 @@ dependencies = [ "pallet-balances", "pallet-collective", "pallet-democracy", + "pallet-election-provider-multi-phase", "pallet-elections-phragmen", "pallet-grandpa", "pallet-identity", @@ -10516,18 +10959,18 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 2.0.1", + "sp-inherents 2.0.1", + "sp-io 2.0.1", "sp-keyring", "sp-offchain", - "sp-runtime", + "sp-runtime 2.0.1", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 2.0.1", + "sp-std 2.0.1", "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-trie 2.0.1", + "sp-version 2.0.1", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -10644,13 +11087,13 @@ dependencies = [ name = "xcm-builder" version = "0.8.22" dependencies = [ - "frame-support", + "frame-support 2.0.1", "parity-scale-codec", "polkadot-parachain", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", "xcm", "xcm-executor", ] @@ -10659,14 +11102,14 @@ dependencies = [ name = "xcm-executor" version = "0.8.22" dependencies = [ - "frame-support", + "frame-support 2.0.1", "impl-trait-for-tuples", "parity-scale-codec", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 2.0.1", + "sp-core 2.0.1", + "sp-io 2.0.1", + "sp-runtime 2.0.1", + "sp-std 2.0.1", "xcm", ] diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index dcfb9471a6c1..4d22118b3362 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -39,7 +39,8 @@ pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned", default-features = false } frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -114,6 +115,7 @@ std = [ "pallet-transaction-payment-rpc-runtime-api/std", "pallet-collective/std", "pallet-elections-phragmen/std", + "pallet-election-provider-multi-phase/std", "pallet-democracy/std", "frame-executive/std", "pallet-grandpa/std", diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 5a9b6de5172f..769a54526871 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -328,6 +328,40 @@ impl pallet_session::historical::Config for Runtime { type FullIdentificationOf = pallet_staking::ExposureOf; } +parameter_types! { + // no signed phase for now, just unsigned. + pub const SignedPhase: u32 = 0; + pub const UnsignedPhase: u32 = EPOCH_DURATION_IN_BLOCKS / 4; + + // fallback: no need to do on-chain phragmen while we re on a dry-run. + pub const Fallback: pallet_election_provider_multi_phase::FallbackStrategy = + pallet_election_provider_multi_phase::FallbackStrategy::Nothing; + + pub SolutionImprovementThreshold: Perbill = Perbill::from_rational_approximation(1u32, 10_000); + + // miner configs + pub const MultiPhaseUnsignedPriority: TransactionPriority = StakingUnsignedPriority::get() - 1u64; + pub const MinerMaxIterations: u32 = 10; + pub MinerMaxWeight: Weight = OffchainSolutionWeightLimit; +} + +impl pallet_election_provider_multi_phase::Config for Runtime { + type Event = Event; + type Currency = Balances; + type SignedPhase = SignedPhase; + type UnsignedPhase = UnsignedPhase; + type SolutionImprovementThreshold = MinSolutionScoreBump; + type MinerMaxIterations = MinerMaxIterations; + type MinerMaxWeight = MinerMaxWeight; + type MinerTxPriority = MultiPhaseUnsignedPriority; + type DataProvider = Staking; + type OnChainAccuracy = Perbill; + type CompactSolution = pallet_staking::CompactAssignments; + type Fallback = Fallback; + type WeightInfo = weights::pallet_election_provider_multi_phase::WeightInfo; + type BenchmarkingConfig = (); +} + // TODO #6469: This shouldn't be static, but a lazily cached value, not built unless needed, and // re-built in case input parameters have changed. The `ideal_stake` should be determined by the // amount of parachain slots being bid on: this should be around `(75 - 25.min(slots / 4))%`. diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index bc45f6034726..43756c7d5961 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -40,6 +40,7 @@ pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/parityt pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned", default-features = false } frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -111,6 +112,7 @@ std = [ "pallet-transaction-payment-rpc-runtime-api/std", "pallet-collective/std", "pallet-elections-phragmen/std", + "pallet-election-provider-multi-phase/std", "pallet-democracy/std", "frame-executive/std", "pallet-grandpa/std", diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index f37139321d01..35cf35205539 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -337,6 +337,41 @@ impl pallet_session::historical::Config for Runtime { type FullIdentificationOf = pallet_staking::ExposureOf; } +parameter_types! { + // no signed phase for now, just unsigned. + pub const SignedPhase: u32 = 0; + pub const UnsignedPhase: u32 = EPOCH_DURATION_IN_BLOCKS / 4; + + // fallback: no need to do on-chain phragmen while we re on a dry-run. + pub const Fallback: pallet_election_provider_multi_phase::FallbackStrategy = + pallet_election_provider_multi_phase::FallbackStrategy::Nothing; + + pub SolutionImprovementThreshold: Perbill = Perbill::from_rational_approximation(1u32, 10_000); + + // miner configs + pub const MultiPhaseUnsignedPriority: TransactionPriority = StakingUnsignedPriority::get() - 1u64; + pub const MinerMaxIterations: u32 = 20; + // For now we use the same as staking. + pub MinerMaxWeight: Weight = OffchainSolutionWeightLimit; +} + +impl pallet_election_provider_multi_phase::Config for Runtime { + type Event = Event; + type Currency = Balances; + type SignedPhase = SignedPhase; + type UnsignedPhase = UnsignedPhase; + type SolutionImprovementThreshold = MinSolutionScoreBump; + type MinerMaxIterations = MinerMaxIterations; + type MinerMaxWeight = MinerMaxWeight; + type MinerTxPriority = MultiPhaseUnsignedPriority; + type DataProvider = Staking; + type OnChainAccuracy = Perbill; + type CompactSolution = pallet_staking::CompactAssignments; + type Fallback = Fallback; + type WeightInfo = weights::pallet_election_provider_multi_phase::WeightInfo; + type BenchmarkingConfig = (); +} + // TODO #6469: This shouldn't be static, but a lazily cached value, not built unless needed, and // re-built in case input parameters have changed. The `ideal_stake` should be determined by the // amount of parachain slots being bid on: this should be around `(75 - 25.min(slots / 4))%`. diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 95ae99637413..99cf44452877 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -17,9 +17,9 @@ static_assertions = "1.1.0" authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -39,6 +39,7 @@ pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/parityt pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned", default-features = false } frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -113,6 +114,7 @@ std = [ "pallet-transaction-payment-rpc-runtime-api/std", "pallet-collective/std", "pallet-elections-phragmen/std", + "pallet-election-provider-multi-phase/std", "pallet-democracy/std", "frame-executive/std", "pallet-grandpa/std", diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 50fc291cee45..f807022465d6 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -319,6 +319,40 @@ impl pallet_session::historical::Config for Runtime { type FullIdentificationOf = pallet_staking::ExposureOf; } +parameter_types! { + // no signed phase for now, just unsigned. + pub const SignedPhase: u32 = 0; + pub const UnsignedPhase: u32 = EPOCH_DURATION_IN_BLOCKS / 4; + + // fallback: no need to do on-chain phragmen while we re on a dry-run. + pub const Fallback: pallet_election_provider_multi_phase::FallbackStrategy = + pallet_election_provider_multi_phase::FallbackStrategy::Nothing; + + pub SolutionImprovementThreshold: Perbill = Perbill::from_rational_approximation(1u32, 10_000); + + // miner configs + pub const MultiPhaseUnsignedPriority: TransactionPriority = StakingUnsignedPriority::get() - 1u64; + pub const MinerMaxIterations: u32 = 10; + pub MinerMaxWeight: Weight = OffchainSolutionWeightLimit; +} + +impl pallet_election_provider_multi_phase::Config for Runtime { + type Event = Event; + type Currency = Balances; + type SignedPhase = SignedPhase; + type UnsignedPhase = UnsignedPhase; + type SolutionImprovementThreshold = MinSolutionScoreBump; + type MinerMaxIterations = MinerMaxIterations; + type MinerMaxWeight = MinerMaxWeight; + type MinerTxPriority = MultiPhaseUnsignedPriority; + type DataProvider = Staking; + type OnChainAccuracy = Perbill; + type CompactSolution = pallet_staking::CompactAssignments; + type Fallback = Fallback; + type WeightInfo = weights::pallet_election_provider_multi_phase::WeightInfo; + type BenchmarkingConfig = (); +} + pallet_staking_reward_curve::build! { const REWARD_CURVE: PiecewiseLinear<'static> = curve!( min_inflation: 0_025_000, From 73652ec9edf42d2620d4f73e7165987c2b50d898 Mon Sep 17 00:00:00 2001 From: kianenigma Date: Fri, 12 Feb 2021 14:40:23 +0000 Subject: [PATCH 2/9] Make the runtimes build --- runtime/kusama/src/lib.rs | 13 ++++++++----- runtime/polkadot/src/lib.rs | 14 ++++++++------ runtime/westend/src/lib.rs | 9 ++++++--- 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 769a54526871..83f38597ce5c 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -340,9 +340,8 @@ parameter_types! { pub SolutionImprovementThreshold: Perbill = Perbill::from_rational_approximation(1u32, 10_000); // miner configs - pub const MultiPhaseUnsignedPriority: TransactionPriority = StakingUnsignedPriority::get() - 1u64; - pub const MinerMaxIterations: u32 = 10; - pub MinerMaxWeight: Weight = OffchainSolutionWeightLimit; + pub MultiPhaseUnsignedPriority: TransactionPriority = StakingUnsignedPriority::get() - 1u64; + pub const MinerMaxIterations: u32 = 20; } impl pallet_election_provider_multi_phase::Config for Runtime { @@ -352,13 +351,13 @@ impl pallet_election_provider_multi_phase::Config for Runtime { type UnsignedPhase = UnsignedPhase; type SolutionImprovementThreshold = MinSolutionScoreBump; type MinerMaxIterations = MinerMaxIterations; - type MinerMaxWeight = MinerMaxWeight; + type MinerMaxWeight = OffchainSolutionWeightLimit; // For now use the one from staking. type MinerTxPriority = MultiPhaseUnsignedPriority; type DataProvider = Staking; type OnChainAccuracy = Perbill; type CompactSolution = pallet_staking::CompactAssignments; type Fallback = Fallback; - type WeightInfo = weights::pallet_election_provider_multi_phase::WeightInfo; + type WeightInfo = pallet_election_provider_multi_phase::weights::SubstrateWeight; type BenchmarkingConfig = (); } @@ -424,6 +423,7 @@ impl pallet_staking::Config for Runtime { // The unsigned solution weight targeted by the OCW. We set it to the maximum possible value of // a single extrinsic. type OffchainSolutionWeightLimit = OffchainSolutionWeightLimit; + type ElectionProvider = ElectionProviderMultiPhase; type WeightInfo = weights::pallet_staking::WeightInfo; } @@ -1071,6 +1071,9 @@ construct_runtime! { // Tips module. Tips: pallet_tips::{Module, Call, Storage, Event} = 36, + + // Election pallet. Only works with staking, but placed here to maintain indices. + ElectionProviderMultiPhase: pallet_election_provider_multi_phase::{Module, Call, Storage, Event, ValidateUnsigned} = 37, } } diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 35cf35205539..d484ef06f238 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -124,7 +124,7 @@ impl Filter for BaseFilter { Call::AuthorityDiscovery(_) | Call::Utility(_) | Call::Claims(_) | Call::Vesting(_) | Call::Identity(_) | Call::Proxy(_) | Call::Multisig(_) | - Call::Bounties(_) | Call::Tips(_) + Call::Bounties(_) | Call::Tips(_) | Call::ElectionProviderMultiPhase(_) => true, } } @@ -349,10 +349,8 @@ parameter_types! { pub SolutionImprovementThreshold: Perbill = Perbill::from_rational_approximation(1u32, 10_000); // miner configs - pub const MultiPhaseUnsignedPriority: TransactionPriority = StakingUnsignedPriority::get() - 1u64; + pub MultiPhaseUnsignedPriority: TransactionPriority = StakingUnsignedPriority::get() - 1u64; pub const MinerMaxIterations: u32 = 20; - // For now we use the same as staking. - pub MinerMaxWeight: Weight = OffchainSolutionWeightLimit; } impl pallet_election_provider_multi_phase::Config for Runtime { @@ -362,13 +360,13 @@ impl pallet_election_provider_multi_phase::Config for Runtime { type UnsignedPhase = UnsignedPhase; type SolutionImprovementThreshold = MinSolutionScoreBump; type MinerMaxIterations = MinerMaxIterations; - type MinerMaxWeight = MinerMaxWeight; + type MinerMaxWeight = OffchainSolutionWeightLimit; // For now use the one from staking. type MinerTxPriority = MultiPhaseUnsignedPriority; type DataProvider = Staking; type OnChainAccuracy = Perbill; type CompactSolution = pallet_staking::CompactAssignments; type Fallback = Fallback; - type WeightInfo = weights::pallet_election_provider_multi_phase::WeightInfo; + type WeightInfo = pallet_election_provider_multi_phase::weights::SubstrateWeight; type BenchmarkingConfig = (); } @@ -433,6 +431,7 @@ impl pallet_staking::Config for Runtime { // The unsigned solution weight targeted by the OCW. We set it to the maximum possible value of // a single extrinsic. type OffchainSolutionWeightLimit = OffchainSolutionWeightLimit; + type ElectionProvider = ElectionProviderMultiPhase; type WeightInfo = weights::pallet_staking::WeightInfo; } @@ -1067,6 +1066,9 @@ construct_runtime! { // Tips module. Tips: pallet_tips::{Module, Call, Storage, Event} = 35, + // Election pallet. Only works with staking, but placed here to maintain indices. + ElectionProviderMultiPhase: pallet_election_provider_multi_phase::{Module, Call, Storage, Event, ValidateUnsigned} = 36, + } } diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index f807022465d6..a790bc5835ae 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -333,7 +333,6 @@ parameter_types! { // miner configs pub const MultiPhaseUnsignedPriority: TransactionPriority = StakingUnsignedPriority::get() - 1u64; pub const MinerMaxIterations: u32 = 10; - pub MinerMaxWeight: Weight = OffchainSolutionWeightLimit; } impl pallet_election_provider_multi_phase::Config for Runtime { @@ -343,13 +342,13 @@ impl pallet_election_provider_multi_phase::Config for Runtime { type UnsignedPhase = UnsignedPhase; type SolutionImprovementThreshold = MinSolutionScoreBump; type MinerMaxIterations = MinerMaxIterations; - type MinerMaxWeight = MinerMaxWeight; + type MinerMaxWeight = OffchainSolutionWeightLimit; // For now use the one from staking. type MinerTxPriority = MultiPhaseUnsignedPriority; type DataProvider = Staking; type OnChainAccuracy = Perbill; type CompactSolution = pallet_staking::CompactAssignments; type Fallback = Fallback; - type WeightInfo = weights::pallet_election_provider_multi_phase::WeightInfo; + type WeightInfo = pallet_election_provider_multi_phase::weights::SubstrateWeight; type BenchmarkingConfig = (); } @@ -402,6 +401,7 @@ impl pallet_staking::Config for Runtime { type MaxIterations = MaxIterations; type MinSolutionScoreBump = MinSolutionScoreBump; type OffchainSolutionWeightLimit = OffchainSolutionWeightLimit; + type ElectionProvider = ElectionProviderMultiPhase; type WeightInfo = weights::pallet_staking::WeightInfo; } @@ -764,6 +764,9 @@ construct_runtime! { // Multisig module. Late addition. Multisig: pallet_multisig::{Module, Call, Storage, Event} = 23, + + // Election pallet. Only works with staking, but placed here to maintain indices. + ElectionProviderMultiPhase: pallet_election_provider_multi_phase::{Module, Call, Storage, Event, ValidateUnsigned} = 24, } } From 6b3853ce1be40f284f072a969f0cf62274205cdb Mon Sep 17 00:00:00 2001 From: kianenigma Date: Sat, 13 Feb 2021 19:27:32 +0000 Subject: [PATCH 3/9] Make the whole thing compile --- Cargo.lock | 2 ++ node/service/src/lib.rs | 1 - runtime/common/Cargo.toml | 1 + runtime/common/src/paras_registrar.rs | 8 ++++++++ runtime/test-runtime/Cargo.toml | 2 ++ runtime/test-runtime/src/lib.rs | 8 ++++++++ 6 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 464ab4558e4b..78bb2338225e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5910,6 +5910,7 @@ dependencies = [ "sp-api", "sp-application-crypto 2.0.1", "sp-core 2.0.1", + "sp-election-providers", "sp-inherents 2.0.1", "sp-io 2.0.1", "sp-keyring", @@ -6157,6 +6158,7 @@ dependencies = [ "sp-block-builder", "sp-consensus-babe", "sp-core 2.0.1", + "sp-election-providers", "sp-inherents 2.0.1", "sp-io 2.0.1", "sp-keyring", diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index c1b686d98899..71c328f8c41f 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -38,7 +38,6 @@ use { sp_keystore::SyncCryptoStorePtr, sp_trie::PrefixedMemoryDB, sc_client_api::ExecutorProvider, - babe_primitives::BabeApi, }; #[cfg(feature = "real-overseer")] use polkadot_network_bridge::RequestMultiplexer; diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index e3b24178729f..b68edcffc0ba 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -47,6 +47,7 @@ keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substra sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-election-providers = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/runtime/common/src/paras_registrar.rs b/runtime/common/src/paras_registrar.rs index e9e3c3c234b7..448f1babc479 100644 --- a/runtime/common/src/paras_registrar.rs +++ b/runtime/common/src/paras_registrar.rs @@ -400,6 +400,13 @@ mod tests { pub const StakingUnsignedPriority: u64 = u64::max_value() / 2; } + impl sp_election_providers::onchain::Config for Test { + type AccountId = ::AccountId; + type BlockNumber = ::BlockNumber; + type Accuracy = sp_runtime::Perbill; + type DataProvider = pallet_staking::Module; + } + impl pallet_staking::Config for Test { type RewardRemainder = (); type CurrencyToVote = frame_support::traits::SaturatingCurrencyToVote; @@ -422,6 +429,7 @@ mod tests { type MaxIterations = (); type MinSolutionScoreBump = (); type OffchainSolutionWeightLimit = (); + type ElectionProvider = sp_election_providers::onchain::OnChainSequentialPhragmen; type WeightInfo = (); } diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index ceb9a1f88520..6d98ee7fccdc 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -26,6 +26,7 @@ sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-election-providers = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned", default-features = false } tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -114,4 +115,5 @@ std = [ "sp-session/std", "pallet-randomness-collective-flip/std", "runtime-common/std", + "sp-election-providers/std", ] diff --git a/runtime/test-runtime/src/lib.rs b/runtime/test-runtime/src/lib.rs index 11e47862c7e7..a0661732fb24 100644 --- a/runtime/test-runtime/src/lib.rs +++ b/runtime/test-runtime/src/lib.rs @@ -309,6 +309,13 @@ parameter_types! { pub MinSolutionScoreBump: Perbill = Perbill::from_rational_approximation(5u32, 10_000); } +impl sp_election_providers::onchain::Config for Runtime { + type AccountId = ::AccountId; + type BlockNumber = ::BlockNumber; + type Accuracy = sp_runtime::Perbill; + type DataProvider = pallet_staking::Module; +} + impl pallet_staking::Config for Runtime { type Currency = Balances; type UnixTime = Timestamp; @@ -332,6 +339,7 @@ impl pallet_staking::Config for Runtime { type MaxIterations = MaxIterations; type OffchainSolutionWeightLimit = (); type MinSolutionScoreBump = MinSolutionScoreBump; + type ElectionProvider = sp_election_providers::onchain::OnChainSequentialPhragmen; type WeightInfo = (); } From 36f9c5fa86b58b289da4b00d3be3e4b0074b2d4f Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Tue, 16 Feb 2021 17:02:25 +0100 Subject: [PATCH 4/9] adds e2e tests --- Cargo.lock | 2700 ++++++++++++++++++------------ Cargo.toml | 1 + node/network/protocol/src/lib.rs | 7 + 3 files changed, 1638 insertions(+), 1070 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 111a0716069c..bf6245008bfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "adler" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccc9a9dd069569f212bc4330af9f17c4afb5e8ce185e83dbb14f1349dda18b10" +checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" [[package]] name = "aead" @@ -36,9 +36,9 @@ dependencies = [ [[package]] name = "aes" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7001367fde4c768a19d1029f0a8be5abd9308e1119846d5bd9ad26297b8faf5" +checksum = "dd2bc6d3f370b5666245ff421e231cba4353df936e26986d2918e61a8fd6aef6" dependencies = [ "aes-soft", "aesni", @@ -47,49 +47,49 @@ dependencies = [ [[package]] name = "aes-gcm" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f5007801316299f922a6198d1d09a0bae95786815d066d5880d13f7c45ead1" +checksum = "0301c9e9c443494d970a07885e8cf3e587bae8356a1d5abd0999068413f7205f" dependencies = [ "aead", "aes", "block-cipher", "ghash", - "subtle 2.2.3", + "subtle 2.4.0", ] [[package]] name = "aes-soft" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4925647ee64e5056cf231608957ce7c81e12d6d6e316b9ce1404778cc1d35fa7" +checksum = "63dd91889c49327ad7ef3b500fd1109dbd3c509a03db0d4a9ce413b79f575cb6" dependencies = [ "block-cipher", "byteorder", - "opaque-debug 0.2.3", + "opaque-debug 0.3.0", ] [[package]] name = "aesni" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d050d39b0b7688b3a3254394c3e30a9d66c41dcf9b05b0e2dbdc623f6505d264" +checksum = "0a6fe808308bb07d393e2ea47780043ec47683fcf19cf5efc8ca51c50cc8c68a" dependencies = [ "block-cipher", - "opaque-debug 0.2.3", + "opaque-debug 0.3.0", ] [[package]] name = "ahash" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6789e291be47ace86a60303502173d84af8327e3627ecf334356ee0f87a164c" +checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" [[package]] name = "aho-corasick" -version = "0.7.13" +version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" +checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" dependencies = [ "memchr", ] @@ -114,9 +114,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.34" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7" +checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" [[package]] name = "approx" @@ -127,12 +127,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "arc-swap" -version = "0.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" - [[package]] name = "arrayref" version = "0.3.6" @@ -175,10 +169,11 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dc1679af9a1ab4bea16f228b05d18f8363f8327b1fa8db00d2760cfafc6b61e" +checksum = "f2475b58cd94eb4f70159f4fd8844ba3b807532fe3131b3373fae060bbe30396" dependencies = [ + "bstr", "doc-comment", "predicates", "predicates-core", @@ -188,9 +183,9 @@ dependencies = [ [[package]] name = "assert_matches" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "695579f0f2520f3774bb40461e5adb066459d4e0af4d59d20175484fb8e9edf1" +checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-channel" @@ -205,9 +200,9 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d373d78ded7d0b3fa8039375718cde0aace493f2e34fb60f51cbf567562ca801" +checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146" dependencies = [ "async-task", "concurrent-queue", @@ -219,12 +214,15 @@ dependencies = [ [[package]] name = "async-global-executor" -version = "1.4.2" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "124ac8c265e407641c3362b8f4d39cdb4e243885b71eef087be27199790f5a3a" +checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6" dependencies = [ + "async-channel", "async-executor", "async-io", + "async-mutex", + "blocking", "futures-lite", "num_cpus", "once_cell", @@ -240,7 +238,7 @@ dependencies = [ "fastrand", "futures-lite", "libc", - "log", + "log 0.4.14", "nb-connect", "once_cell", "parking", @@ -250,6 +248,15 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "async-lock" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1996609732bde4a9988bc42125f55f2af5f3c36370e27c778d5191a4a1b63bfb" +dependencies = [ + "event-listener", +] + [[package]] name = "async-mutex" version = "1.4.0" @@ -261,13 +268,13 @@ dependencies = [ [[package]] name = "async-process" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8cea09c1fb10a317d1b5af8024eeba256d6554763e85ecd90ff8df31c7bbda" +checksum = "ef37b86e2fa961bae5a4d212708ea0154f904ce31d1a4a7f47e1bbc33a0c040b" dependencies = [ "async-io", "blocking", - "cfg-if 0.1.10", + "cfg-if 1.0.0", "event-listener", "futures-lite", "once_cell", @@ -277,16 +284,15 @@ dependencies = [ [[package]] name = "async-std" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f9f84f1280a2b436a2c77c2582602732b6c2f4321d5494d6e799e6c367859a8" +checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341" dependencies = [ "async-channel", "async-global-executor", "async-io", - "async-mutex", + "async-lock", "async-process", - "blocking", "crossbeam-utils 0.8.1", "futures-channel", "futures-core", @@ -294,7 +300,7 @@ dependencies = [ "futures-lite", "gloo-timers", "kv-log-macro", - "log", + "log 0.4.14", "memchr", "num_cpus", "once_cell", @@ -340,7 +346,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281" dependencies = [ - "autocfg", + "autocfg 1.0.1", ] [[package]] @@ -362,9 +368,15 @@ dependencies = [ [[package]] name = "autocfg" -version = "1.0.0" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" + +[[package]] +name = "autocfg" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "backtrace" @@ -394,9 +406,22 @@ checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83" [[package]] name = "base64" -version = "0.11.0" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" +dependencies = [ + "byteorder", + "safemem", +] + +[[package]] +name = "base64" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" +checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" +dependencies = [ + "byteorder", +] [[package]] name = "base64" @@ -434,7 +459,7 @@ dependencies = [ "env_logger 0.7.1", "lazy_static", "lazycell", - "log", + "log 0.4.14", "peeking_take_while", "proc-macro2", "quote", @@ -450,6 +475,16 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" +[[package]] +name = "bitvec" +version = "0.17.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c" +dependencies = [ + "either", + "radium 0.3.0", +] + [[package]] name = "bitvec" version = "0.20.1" @@ -457,22 +492,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f5011ffc90248764d7005b0e10c7294f5aa1bd87d9dd7248f4ad475b347c294d" dependencies = [ "funty", - "radium", + "radium 0.6.2", "tap", "wyz", ] [[package]] name = "blake2" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84ce5b6108f8e154604bd4eb76a2f726066c3464d5a552a4229262a18c9bb471" +checksum = "10a5720225ef5daecf08657f23791354e1685a8c91a4c60c7f3d3b2892f978f4" dependencies = [ - "byte-tools", - "byteorder", "crypto-mac 0.8.0", "digest 0.9.0", - "opaque-debug 0.2.3", + "opaque-debug 0.3.0", ] [[package]] @@ -487,9 +520,9 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "0.5.10" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" +checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" dependencies = [ "arrayref", "arrayvec 0.5.2", @@ -546,9 +579,9 @@ dependencies = [ [[package]] name = "block-cipher" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa136449e765dc7faa244561ccae839c394048667929af599b5d931ebe7b7f10" +checksum = "f337a3e6da609650eb74e02bc9fac7b735049f7623ab12f2e4c719316fcc7e80" dependencies = [ "generic-array 0.14.4", ] @@ -590,11 +623,13 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bstr" -version = "0.2.13" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931" +checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d" dependencies = [ + "lazy_static", "memchr", + "regex-automata", ] [[package]] @@ -608,9 +643,15 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.4.0" +version = "3.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9" + +[[package]] +name = "byte-slice-cast" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" +checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3" [[package]] name = "byte-slice-cast" @@ -626,9 +667,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "byteorder" -version = "1.3.4" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" +checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b" [[package]] name = "bytes" @@ -659,23 +700,33 @@ version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" +[[package]] +name = "cargo-platform" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7" +dependencies = [ + "serde", +] + [[package]] name = "cargo_metadata" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83f95cf4bf0dda0ac2e65371ae7215d0dce3c187613a9dbf23aaa9374186f97a" +checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f" dependencies = [ + "cargo-platform", "semver 0.11.0", - "semver-parser 0.10.0", + "semver-parser 0.10.2", "serde", "serde_json", ] [[package]] name = "cc" -version = "1.0.58" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518" +checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" dependencies = [ "jobserver", ] @@ -703,9 +754,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chacha20" -version = "0.4.3" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "086c0f07ac275808b7bf9a39f2fd013aae1498be83632814c8c4e0bd53f2dc58" +checksum = "244fbce0d47e97e8ef2f63b81d5e05882cb518c68531eb33194990d7b7e85845" dependencies = [ "stream-cipher", "zeroize", @@ -713,9 +764,9 @@ dependencies = [ [[package]] name = "chacha20poly1305" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18b0c90556d8e3fec7cf18d84a2f53d27b21288f2fe481b830fadcf809e48205" +checksum = "9bf18d374d66df0c05cdddd528a7db98f78c28e2519b120855c4f84c5027b1f5" dependencies = [ "aead", "chacha20", @@ -772,9 +823,9 @@ dependencies = [ [[package]] name = "clap" -version = "2.33.1" +version = "2.33.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" +checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" dependencies = [ "ansi_term 0.11.0", "atty", @@ -794,15 +845,6 @@ dependencies = [ "bitflags", ] -[[package]] -name = "cloudabi" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467" -dependencies = [ - "bitflags", -] - [[package]] name = "color-eyre" version = "0.5.10" @@ -849,6 +891,12 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "const_fn" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6" + [[package]] name = "constant_time_eq" version = "0.1.5" @@ -861,7 +909,17 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" dependencies = [ - "core-foundation-sys", + "core-foundation-sys 0.7.0", + "libc", +] + +[[package]] +name = "core-foundation" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" +dependencies = [ + "core-foundation-sys 0.8.2", "libc", ] @@ -871,6 +929,12 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" +[[package]] +name = "core-foundation-sys" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" + [[package]] name = "cpp_demangle" version = "0.3.2" @@ -883,9 +947,15 @@ dependencies = [ [[package]] name = "cpuid-bool" -version = "0.1.0" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634" + +[[package]] +name = "cpuid-bool" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d375c433320f6c5057ae04a04376eef4d04ce2801448cf8863a78da99107be4" +checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba" [[package]] name = "cranelift-bforest" @@ -908,7 +978,7 @@ dependencies = [ "cranelift-codegen-shared", "cranelift-entity", "gimli", - "log", + "log 0.4.14", "regalloc", "serde", "smallvec 1.6.1", @@ -948,7 +1018,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5452b3e4e97538ee5ef2cc071301c69a86c7adf2770916b9d04e9727096abd93" dependencies = [ "cranelift-codegen", - "log", + "log 0.4.14", "smallvec 1.6.1", "target-lexicon", ] @@ -974,7 +1044,7 @@ dependencies = [ "cranelift-entity", "cranelift-frontend", "itertools", - "log", + "log 0.4.14", "serde", "smallvec 1.6.1", "thiserror", @@ -983,11 +1053,21 @@ dependencies = [ [[package]] name = "crc32fast" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" +checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", +] + +[[package]] +name = "crossbeam-channel" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" +dependencies = [ + "cfg-if 1.0.0", + "crossbeam-utils 0.8.1", ] [[package]] @@ -996,23 +1076,48 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" dependencies = [ - "crossbeam-epoch", + "crossbeam-epoch 0.8.2", "crossbeam-utils 0.7.2", "maybe-uninit", ] +[[package]] +name = "crossbeam-deque" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" +dependencies = [ + "cfg-if 1.0.0", + "crossbeam-epoch 0.9.1", + "crossbeam-utils 0.8.1", +] + [[package]] name = "crossbeam-epoch" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" dependencies = [ - "autocfg", + "autocfg 1.0.1", "cfg-if 0.1.10", "crossbeam-utils 0.7.2", "lazy_static", "maybe-uninit", - "memoffset 0.5.5", + "memoffset 0.5.6", + "scopeguard", +] + +[[package]] +name = "crossbeam-epoch" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d" +dependencies = [ + "cfg-if 1.0.0", + "const_fn", + "crossbeam-utils 0.8.1", + "lazy_static", + "memoffset 0.6.1", "scopeguard", ] @@ -1033,7 +1138,7 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" dependencies = [ - "autocfg", + "autocfg 1.0.1", "cfg-if 0.1.10", "lazy_static", ] @@ -1044,7 +1149,7 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" dependencies = [ - "autocfg", + "autocfg 1.0.1", "cfg-if 1.0.0", "lazy_static", ] @@ -1072,7 +1177,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ "generic-array 0.14.4", - "subtle 2.2.3", + "subtle 2.4.0", ] [[package]] @@ -1086,9 +1191,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.1.16" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484" +checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19" dependencies = [ "quote", "syn", @@ -1107,35 +1212,35 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "2.1.0" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5" +checksum = "434e1720189a637d44fe464f4df1e6eb900b4835255b14354497c78af37d9bb8" dependencies = [ "byteorder", "digest 0.8.1", "rand_core 0.5.1", - "subtle 2.2.3", + "subtle 2.4.0", "zeroize", ] [[package]] name = "curve25519-dalek" -version = "3.0.0" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8492de420e9e60bc9a1d66e2dbb91825390b738a388606600663fc529b4b307" +checksum = "f627126b946c25a4638eec0ea634fc52506dea98db118aae985118ce7c3d723f" dependencies = [ "byteorder", "digest 0.9.0", "rand_core 0.5.1", - "subtle 2.2.3", + "subtle 2.4.0", "zeroize", ] [[package]] name = "data-encoding" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "993a608597367c6377b258c25d7120740f00ed23a2252b729b1932dd7866f908" +checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" [[package]] name = "data-encoding-macro" @@ -1218,7 +1323,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a" dependencies = [ "libc", - "redox_users 0.3.4", + "redox_users 0.3.5", "winapi 0.3.9", ] @@ -1281,15 +1386,15 @@ dependencies = [ [[package]] name = "dyn-clone" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c53dc3a653e0f64081026e4bf048d48fec9fce90c66e8326ca7292df0ff2d82" +checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf" [[package]] name = "ed25519" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf038a7b6fd7ef78ad3348b63f3a17550877b0e28f8d68bcc94894d1412158bc" +checksum = "37c66a534cbb46ab4ea03477eae19d5c22c01da8258030280b7bd9d8433fb6ef" dependencies = [ "signature", ] @@ -1300,19 +1405,19 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" dependencies = [ - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.0.2", "ed25519", "rand 0.7.3", "serde", - "sha2 0.9.2", + "sha2 0.9.3", "zeroize", ] [[package]] name = "either" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f" +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "enumflags2" @@ -1342,20 +1447,20 @@ checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" dependencies = [ "atty", "humantime 1.3.0", - "log", + "log 0.4.14", "regex", "termcolor", ] [[package]] name = "env_logger" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e" +checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f" dependencies = [ "atty", - "humantime 2.0.1", - "log", + "humantime 2.1.0", + "log 0.4.14", "regex", "termcolor", ] @@ -1368,18 +1473,18 @@ checksum = "6576a1755ddffd988788025e75bce9e74b018f7cc226198fe931d077911c6d7e" [[package]] name = "erased-serde" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ca8b296792113e1500fd935ae487be6e00ce318952a6880555554824d6ebf38" +checksum = "0465971a8cc1fa2455c8465aaa377131e1f1cf4983280f474a13e68793aa770c" dependencies = [ "serde", ] [[package]] name = "errno" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371" +checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe" dependencies = [ "errno-dragonfly", "libc", @@ -1440,9 +1545,9 @@ dependencies = [ [[package]] name = "eyre" -version = "0.6.2" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534ce924bff9118be8b28b24ede6bf7e96a00b53e4ded25050aa7b526e051e1a" +checksum = "221239d1d5ea86bf5d6f91c9d6bc3646ffe471b08ff9b0f91c44f115ac969d2b" dependencies = [ "indenter", "once_cell", @@ -1508,7 +1613,7 @@ checksum = "2af1a24f391a5a94d756db5092c6576aad494b88a71a5a36b20c67b63e0df034" dependencies = [ "cfg-if 0.1.10", "js-sys", - "log", + "log 0.4.14", "serde", "serde_derive", "serde_json", @@ -1518,26 +1623,26 @@ dependencies = [ [[package]] name = "file-per-thread-logger" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b3937f028664bd0e13df401ba49a4567ccda587420365823242977f06609ed1" +checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126" dependencies = [ "env_logger 0.7.1", - "log", + "log 0.4.14", ] [[package]] name = "finality-grandpa" -version = "0.14.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6447e2f8178843749e8c8003206def83ec124a7859475395777a28b5338647c" +checksum = "2cd795898c348a8ec9edc66ec9e014031c764d4c88cc26d09b492cd93eb41339" dependencies = [ "either", "futures 0.3.12", "futures-timer 3.0.2", - "log", + "log 0.4.14", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", ] @@ -1561,11 +1666,11 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" [[package]] name = "flate2" -version = "1.0.16" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e" +checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "crc32fast", "libc", "libz-sys", @@ -1578,12 +1683,27 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", ] [[package]] @@ -1599,12 +1719,12 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "linregress", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "paste 1.0.4", "sp-api", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -1617,13 +1737,13 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "Inflector", "chrono", "frame-benchmarking", "handlebars", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sc-cli", "sc-client-db", "sc-executor", @@ -1640,11 +1760,11 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -1656,9 +1776,9 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -1667,9 +1787,9 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -1678,15 +1798,15 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "bitflags", "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "impl-trait-for-tuples", - "log", + "log 0.4.14", "once_cell", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "paste 1.0.4", "serde", "smallvec 1.6.1", @@ -1704,15 +1824,15 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "bitflags", "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate)", "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples", - "log", + "log 0.4.14", "once_cell", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "paste 1.0.4", "serde", "smallvec 1.6.1", @@ -1730,7 +1850,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "Inflector", "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -1742,7 +1862,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "Inflector", "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -1754,7 +1874,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "proc-macro-crate", @@ -1766,7 +1886,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate)", "proc-macro-crate", @@ -1778,7 +1898,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "proc-macro2", "quote", @@ -1788,7 +1908,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "proc-macro2", "quote", @@ -1798,11 +1918,11 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -1814,11 +1934,11 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -1830,12 +1950,12 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -1844,9 +1964,9 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-api", ] @@ -1864,9 +1984,9 @@ dependencies = [ [[package]] name = "fs_extra" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" +checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" [[package]] name = "fuchsia-cprng" @@ -1898,9 +2018,9 @@ checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" [[package]] name = "futures" -version = "0.1.29" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" +checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed" [[package]] name = "futures" @@ -1939,7 +2059,7 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" dependencies = [ - "futures 0.1.29", + "futures 0.1.30", "num_cpus", ] @@ -1949,12 +2069,12 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9" dependencies = [ - "futures 0.1.29", + "futures 0.1.30", "futures 0.3.12", "lazy_static", - "log", + "log 0.4.14", "parking_lot 0.9.0", - "pin-project 0.4.23", + "pin-project 0.4.27", "serde", "serde_json", ] @@ -1979,16 +2099,16 @@ checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500" [[package]] name = "futures-lite" -version = "1.11.2" +version = "1.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6c079abfac3ab269e2927ec048dabc89d009ebfdda6b8ee86624f30c689658" +checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb" dependencies = [ "fastrand", "futures-core", "futures-io", "memchr", "parking", - "pin-project-lite 0.1.7", + "pin-project-lite 0.2.4", "waker-fn", ] @@ -2052,7 +2172,7 @@ version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b" dependencies = [ - "futures 0.1.29", + "futures 0.1.30", "futures-channel", "futures-core", "futures-io", @@ -2073,19 +2193,6 @@ version = "0.3.55" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" -[[package]] -name = "generator" -version = "0.6.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc" -dependencies = [ - "cc", - "libc", - "log", - "rustc_version", - "winapi 0.3.9", -] - [[package]] name = "generic-array" version = "0.12.3" @@ -2111,16 +2218,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" dependencies = [ "typenum", - "version_check", + "version_check 0.9.2", ] [[package]] name = "getrandom" -version = "0.1.14" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", + "js-sys", "libc", "wasi 0.9.0+wasi-snapshot-preview1", "wasm-bindgen", @@ -2128,9 +2236,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6" +checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -2141,10 +2249,11 @@ dependencies = [ [[package]] name = "ghash" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6e27f0689a6e15944bdce7e45425efb87eaa8ab0c6e87f11d0987a9133e2531" +checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375" dependencies = [ + "opaque-debug 0.3.0", "polyval", ] @@ -2167,14 +2276,14 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "globset" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120" +checksum = "c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a" dependencies = [ "aho-corasick", "bstr", "fnv", - "log", + "log 0.4.14", "regex", ] @@ -2200,10 +2309,10 @@ dependencies = [ "byteorder", "bytes 0.4.12", "fnv", - "futures 0.1.29", + "futures 0.1.30", "http 0.1.21", "indexmap", - "log", + "log 0.4.14", "slab", "string", "tokio-io", @@ -2211,30 +2320,31 @@ dependencies = [ [[package]] name = "h2" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff" +checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" dependencies = [ "bytes 0.5.6", "fnv", "futures-core", "futures-sink", "futures-util", - "http 0.2.1", + "http 0.2.3", "indexmap", - "log", "slab", - "tokio 0.2.21", + "tokio 0.2.25", "tokio-util", + "tracing", + "tracing-futures", ] [[package]] name = "handlebars" -version = "3.5.1" +version = "3.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2764f9796c0ddca4b82c07f25dd2cb3db30b9a8f47940e78e1c883d9e95c3db9" +checksum = "964d0e99a61fe9b1b347389b77ebf8b7e1587b70293676aaca7d27e59b9073b2" dependencies = [ - "log", + "log 0.4.14", "pest", "pest_derive", "quick-error 2.0.0", @@ -2268,18 +2378,18 @@ dependencies = [ [[package]] name = "heck" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" +checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" dependencies = [ "unicode-segmentation", ] [[package]] name = "hermit-abi" -version = "0.1.15" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" +checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" dependencies = [ "libc", ] @@ -2346,11 +2456,11 @@ dependencies = [ [[package]] name = "http" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" +checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" dependencies = [ - "bytes 0.5.6", + "bytes 1.0.1", "fnv", "itoa", ] @@ -2362,7 +2472,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.30", "http 0.1.21", "tokio-buf", ] @@ -2374,14 +2484,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" dependencies = [ "bytes 0.5.6", - "http 0.2.1", + "http 0.2.3", ] [[package]] name = "httparse" -version = "1.3.4" +version = "1.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" +checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691" [[package]] name = "httpdate" @@ -2400,9 +2510,28 @@ dependencies = [ [[package]] name = "humantime" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" +checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" + +[[package]] +name = "hyper" +version = "0.10.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273" +dependencies = [ + "base64 0.9.3", + "httparse", + "language-tags", + "log 0.3.9", + "mime", + "num_cpus", + "time", + "traitobject", + "typeable", + "unicase 1.4.2", + "url 1.7.2", +] [[package]] name = "hyper" @@ -2411,7 +2540,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.30", "futures-cpupool", "h2 0.1.26", "http 0.1.21", @@ -2419,7 +2548,7 @@ dependencies = [ "httparse", "iovec", "itoa", - "log", + "log 0.4.14", "net2", "rustc_version", "time", @@ -2436,23 +2565,23 @@ dependencies = [ [[package]] name = "hyper" -version = "0.13.9" +version = "0.13.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf" +checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" dependencies = [ "bytes 0.5.6", "futures-channel", "futures-core", "futures-util", - "h2 0.2.5", - "http 0.2.1", + "h2 0.2.7", + "http 0.2.3", "http-body 0.3.1", "httparse", "httpdate", "itoa", - "pin-project 1.0.4", + "pin-project 1.0.5", "socket2", - "tokio 0.2.21", + "tokio 0.2.25", "tower-service", "tracing", "want 0.3.0", @@ -2467,11 +2596,11 @@ dependencies = [ "bytes 0.5.6", "ct-logs", "futures-util", - "hyper 0.13.9", - "log", - "rustls 0.18.0", + "hyper 0.13.10", + "log 0.4.14", + "rustls 0.18.1", "rustls-native-certs", - "tokio 0.2.21", + "tokio 0.2.25", "tokio-rustls", "webpki", ] @@ -2489,9 +2618,9 @@ dependencies = [ [[package]] name = "idna" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" +checksum = "de910d521f7cc3135c4de8db1cb910e0b5ed1dc6f57c381cd07e8e661ce10094" dependencies = [ "matches", "unicode-bidi", @@ -2531,7 +2660,7 @@ dependencies = [ "if-addrs", "ipnet", "libc", - "log", + "log 0.4.14", "winapi 0.3.9", ] @@ -2541,7 +2670,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df170efa359aebdd5cb7fe78edcc67107748e4737bdca8a8fb40d15ea7a877ed" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", ] [[package]] @@ -2575,9 +2704,9 @@ dependencies = [ [[package]] name = "indenter" -version = "0.3.0" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0bd112d44d9d870a6819eb505d04dd92b5e4d94bb8c304924a0872ae7016fb5" +checksum = "f4d5eb2e114fec2b7fe0fadc22888ad2658789bb7acac4dbee9cf8389f971ec8" [[package]] name = "indexmap" @@ -2585,17 +2714,18 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" dependencies = [ - "autocfg", + "autocfg 1.0.1", "hashbrown", "serde", ] [[package]] name = "instant" -version = "0.1.6" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485" +checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" dependencies = [ + "cfg-if 1.0.0", "js-sys", "wasm-bindgen", "web-sys", @@ -2603,15 +2733,18 @@ dependencies = [ [[package]] name = "integer-encoding" -version = "1.1.5" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4ebd0bd29be0f11973e9b3e219005661042a019fd757798c36a47c87852625" +checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f" [[package]] name = "integer-sqrt" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b" +checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770" +dependencies = [ + "num-traits", +] [[package]] name = "intervalier" @@ -2655,9 +2788,9 @@ dependencies = [ [[package]] name = "itoa" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" +checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" [[package]] name = "jemalloc-sys" @@ -2691,9 +2824,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.46" +version = "0.3.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175" +checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65" dependencies = [ "wasm-bindgen", ] @@ -2705,13 +2838,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7" dependencies = [ "failure", - "futures 0.1.29", + "futures 0.1.30", "jsonrpc-core", "jsonrpc-pubsub", - "log", + "log 0.4.14", "serde", "serde_json", + "tokio 0.1.22", "url 1.7.2", + "websocket", ] [[package]] @@ -2720,8 +2855,8 @@ version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa" dependencies = [ - "futures 0.1.29", - "log", + "futures 0.1.30", + "log 0.4.14", "serde", "serde_derive", "serde_json", @@ -2757,10 +2892,10 @@ dependencies = [ "hyper 0.12.35", "jsonrpc-core", "jsonrpc-server-utils", - "log", + "log 0.4.14", "net2", "parking_lot 0.10.2", - "unicase", + "unicase 2.6.0", ] [[package]] @@ -2771,7 +2906,7 @@ checksum = "cf50e53e4eea8f421a7316c5f63e395f7bc7c4e786a6dc54d76fab6ff7aa7ce7" dependencies = [ "jsonrpc-core", "jsonrpc-server-utils", - "log", + "log 0.4.14", "parity-tokio-ipc", "parking_lot 0.10.2", "tokio-service", @@ -2784,7 +2919,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77" dependencies = [ "jsonrpc-core", - "log", + "log 0.4.14", "parking_lot 0.10.2", "rand 0.7.3", "serde", @@ -2800,10 +2935,10 @@ dependencies = [ "globset", "jsonrpc-core", "lazy_static", - "log", + "log 0.4.14", "tokio 0.1.22", "tokio-codec", - "unicase", + "unicase 2.6.0", ] [[package]] @@ -2814,7 +2949,7 @@ checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22" dependencies = [ "jsonrpc-core", "jsonrpc-server-utils", - "log", + "log 0.4.14", "parity-ws", "parking_lot 0.10.2", "slab", @@ -2840,7 +2975,7 @@ dependencies = [ name = "kusama-runtime" version = "0.8.28" dependencies = [ - "bitvec", + "bitvec 0.20.1", "frame-benchmarking", "frame-executive", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -2849,7 +2984,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "hex-literal", "libsecp256k1", - "log", + "log 0.4.14", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -2884,7 +3019,7 @@ dependencies = [ "pallet-treasury", "pallet-utility", "pallet-vesting", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-primitives", "polkadot-runtime-common", "rustc-hex", @@ -2920,7 +3055,7 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" dependencies = [ - "log", + "log 0.4.14", ] [[package]] @@ -2952,7 +3087,7 @@ checksum = "34446c373ccc494c2124439281c198c7636ccdc2752c06722bbffd56d459c1e4" dependencies = [ "fs-swap", "kvdb", - "log", + "log 0.4.14", "num_cpus", "owning_ref", "parity-util-mem", @@ -2972,7 +3107,7 @@ dependencies = [ "js-sys", "kvdb", "kvdb-memorydb", - "log", + "log 0.4.14", "parity-util-mem", "parking_lot 0.11.1", "send_wrapper 0.5.0", @@ -2980,6 +3115,12 @@ dependencies = [ "web-sys", ] +[[package]] +name = "language-tags" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" + [[package]] name = "lazy_static" version = "1.4.0" @@ -2988,9 +3129,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lazycell" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "leb128" @@ -3000,9 +3141,9 @@ checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a" [[package]] name = "libc" -version = "0.2.81" +version = "0.2.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" +checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" [[package]] name = "libloading" @@ -3053,7 +3194,7 @@ dependencies = [ "libp2p-yamux", "parity-multiaddr", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "smallvec 1.6.1", "wasm-timer", ] @@ -3073,18 +3214,18 @@ dependencies = [ "futures-timer 3.0.2", "lazy_static", "libsecp256k1", - "log", + "log 0.4.14", "multihash", "multistream-select", "parity-multiaddr", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "prost", "prost-build", "rand 0.7.3", "ring", "rw-stream-sink", - "sha2 0.9.2", + "sha2 0.9.3", "smallvec 1.6.1", "thiserror", "unsigned-varint 0.6.0", @@ -3104,9 +3245,9 @@ dependencies = [ [[package]] name = "libp2p-deflate" -version = "0.27.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "935893c0e5b6ca6ef60d5225aab9182f97c8c5671df2fa9dee8f4ed72a90e6eb" +checksum = "6d42eed63305f0420736fa487f9acef720c4528bd7852a6a760f5ccde4813345" dependencies = [ "flate2", "futures 0.3.12", @@ -3121,7 +3262,7 @@ checksum = "5153b6db68fd4baa3b304e377db744dd8fea8ff4e4504509ee636abcde88d3e3" dependencies = [ "futures 0.3.12", "libp2p-core", - "log", + "log 0.4.14", ] [[package]] @@ -3135,7 +3276,7 @@ dependencies = [ "futures 0.3.12", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "prost", "prost-build", "rand 0.7.3", @@ -3157,12 +3298,12 @@ dependencies = [ "hex_fmt", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "prost", "prost-build", "rand 0.7.3", "regex", - "sha2 0.9.2", + "sha2 0.9.3", "smallvec 1.6.1", "unsigned-varint 0.6.0", "wasm-timer", @@ -3177,7 +3318,7 @@ dependencies = [ "futures 0.3.12", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "prost", "prost-build", "smallvec 1.6.1", @@ -3198,11 +3339,11 @@ dependencies = [ "futures 0.3.12", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "prost", "prost-build", "rand 0.7.3", - "sha2 0.9.2", + "sha2 0.9.3", "smallvec 1.6.1", "uint", "unsigned-varint 0.6.0", @@ -3224,7 +3365,7 @@ dependencies = [ "lazy_static", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "rand 0.7.3", "smallvec 1.6.1", "socket2", @@ -3241,7 +3382,7 @@ dependencies = [ "bytes 1.0.1", "futures 0.3.12", "libp2p-core", - "log", + "log 0.4.14", "nohash-hasher", "parking_lot 0.11.1", "rand 0.7.3", @@ -3256,18 +3397,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4aca322b52a0c5136142a7c3971446fb1e9964923a526c9cc6ef3b7c94e57778" dependencies = [ "bytes 1.0.1", - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.0.2", "futures 0.3.12", "lazy_static", "libp2p-core", - "log", + "log 0.4.14", "prost", "prost-build", "rand 0.7.3", - "sha2 0.9.2", + "sha2 0.9.3", "snow", "static_assertions", - "x25519-dalek 1.1.0", + "x25519-dalek", "zeroize", ] @@ -3280,7 +3421,7 @@ dependencies = [ "futures 0.3.12", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "rand 0.7.3", "void", "wasm-timer", @@ -3296,7 +3437,7 @@ dependencies = [ "bytes 1.0.1", "futures 0.3.12", "libp2p-core", - "log", + "log 0.4.14", "prost", "prost-build", "unsigned-varint 0.6.0", @@ -3310,8 +3451,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599" dependencies = [ "futures 0.3.12", - "log", - "pin-project 1.0.4", + "log 0.4.14", + "pin-project 1.0.5", "rand 0.7.3", "salsa20", "sha3", @@ -3328,7 +3469,7 @@ dependencies = [ "futures 0.3.12", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "lru", "minicbor", "rand 0.7.3", @@ -3346,7 +3487,7 @@ dependencies = [ "either", "futures 0.3.12", "libp2p-core", - "log", + "log 0.4.14", "rand 0.7.3", "smallvec 1.6.1", "void", @@ -3366,7 +3507,7 @@ dependencies = [ "ipnet", "libc", "libp2p-core", - "log", + "log 0.4.14", "socket2", ] @@ -3379,7 +3520,7 @@ dependencies = [ "async-std", "futures 0.3.12", "libp2p-core", - "log", + "log 0.4.14", ] [[package]] @@ -3406,7 +3547,7 @@ dependencies = [ "futures 0.3.12", "futures-rustls", "libp2p-core", - "log", + "log 0.4.14", "quicksink", "rw-stream-sink", "soketto", @@ -3451,33 +3592,32 @@ dependencies = [ "hmac-drbg", "rand 0.7.3", "sha2 0.8.2", - "subtle 2.2.3", + "subtle 2.4.0", "typenum", ] [[package]] name = "libz-sys" -version = "1.0.25" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" +checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" dependencies = [ "cc", - "libc", "pkg-config", "vcpkg", ] [[package]] name = "linked-hash-map" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" +checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "linked_hash_set" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c" +checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" dependencies = [ "linked-hash-map", ] @@ -3503,40 +3643,37 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c" +checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312" dependencies = [ "scopeguard", ] [[package]] name = "log" -version = "0.4.13" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2" +checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" dependencies = [ - "cfg-if 0.1.10", + "log 0.4.14", ] [[package]] -name = "loom" -version = "0.3.6" +name = "log" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed" +checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" dependencies = [ - "cfg-if 0.1.10", - "generator", - "scoped-tls", - "serde", - "serde_json", + "cfg-if 1.0.0", + "value-bag", ] [[package]] name = "lru" -version = "0.6.3" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3aae342b73d57ad0b8b364bd12584819f2c1fe9114285dfcf8b0722607671635" +checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba" dependencies = [ "hashbrown", ] @@ -3573,9 +3710,9 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" [[package]] name = "matrixmultiply" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4f7ec66360130972f34830bfad9ef05c6610a43938a467bcc9ab9369ab3478f" +checksum = "916806ba0031cd542105d916a97c8572e1fa6dd79c9c51e7eb43a09ec2dd84c1" dependencies = [ "rawpointer", ] @@ -3588,26 +3725,26 @@ checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" [[package]] name = "memchr" -version = "2.3.3" +version = "2.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" +checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] name = "memmap2" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e73be3b7d04a0123e933fea1d50d126cc7196bbc0362c0ce426694f777194eee" +checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6" dependencies = [ "libc", ] [[package]] name = "memoffset" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f" +checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" dependencies = [ - "autocfg", + "autocfg 1.0.1", ] [[package]] @@ -3616,7 +3753,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" dependencies = [ - "autocfg", + "autocfg 1.0.1", ] [[package]] @@ -3647,9 +3784,9 @@ checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" [[package]] name = "merlin" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78" +checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42" dependencies = [ "byteorder", "keccak", @@ -3677,20 +3814,29 @@ dependencies = [ "thrift", ] +[[package]] +name = "mime" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" +dependencies = [ + "log 0.3.9", +] + [[package]] name = "minicbor" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0164190d1771b1458c3742075b057ed55d25cd9dfb930aade99315a1eb1fe12d" +checksum = "3265a9f5210bb726f81ef9c456ae0aff5321cd95748c0e71889b0e19d8f0332b" dependencies = [ "minicbor-derive", ] [[package]] name = "minicbor-derive" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e071b3159835ee91df62dbdbfdd7ec366b7ea77c838f43aff4acda6b61bcfb9" +checksum = "130b9455e28a3f308f6579671816a6f2621e2e0cbf55dc2f886345bef699481e" dependencies = [ "proc-macro2", "quote", @@ -3699,18 +3845,19 @@ dependencies = [ [[package]] name = "miniz_oxide" -version = "0.4.0" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f" +checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d" dependencies = [ "adler", + "autocfg 1.0.1", ] [[package]] name = "mio" -version = "0.6.22" +version = "0.6.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" +checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" dependencies = [ "cfg-if 0.1.10", "fuchsia-zircon", @@ -3718,8 +3865,8 @@ dependencies = [ "iovec", "kernel32-sys", "libc", - "log", - "miow 0.2.1", + "log 0.4.14", + "miow 0.2.2", "net2", "slab", "winapi 0.2.8", @@ -3732,7 +3879,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" dependencies = [ "lazycell", - "log", + "log 0.4.14", "mio", "slab", ] @@ -3743,9 +3890,9 @@ version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656" dependencies = [ - "log", + "log 0.4.14", "mio", - "miow 0.3.5", + "miow 0.3.6", "winapi 0.3.9", ] @@ -3762,9 +3909,9 @@ dependencies = [ [[package]] name = "miow" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" +checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" dependencies = [ "kernel32-sys", "net2", @@ -3774,9 +3921,9 @@ dependencies = [ [[package]] name = "miow" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e" +checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897" dependencies = [ "socket2", "winapi 0.3.9", @@ -3801,9 +3948,9 @@ dependencies = [ [[package]] name = "multihash" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb63389ee5fcd4df3f8727600f4a0c3df53c541f0ed4e8b50a9ae51a80fc1efe" +checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab" dependencies = [ "blake2b_simd", "blake2s_simd", @@ -3811,16 +3958,16 @@ dependencies = [ "digest 0.9.0", "generic-array 0.14.4", "multihash-derive", - "sha2 0.9.2", + "sha2 0.9.3", "sha3", "unsigned-varint 0.5.1", ] [[package]] name = "multihash-derive" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f5653449cd45d502a53480ee08d7a599e8f4893d2bacb33c63d65bc20af6c1a" +checksum = "85ee3c48cb9d9b275ad967a0e96715badc13c6029adb92f34fa17b9ff28fd81f" dependencies = [ "proc-macro-crate", "proc-macro-error", @@ -3832,9 +3979,9 @@ dependencies = [ [[package]] name = "multimap" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce" +checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333" [[package]] name = "multistream-select" @@ -3844,8 +3991,8 @@ checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840" dependencies = [ "bytes 1.0.1", "futures 0.3.12", - "log", - "pin-project 1.0.4", + "log 0.4.14", + "pin-project 1.0.5", "smallvec 1.6.1", "unsigned-varint 0.6.0", ] @@ -3877,21 +4024,39 @@ dependencies = [ "rand 0.3.23", ] +[[package]] +name = "native-tls" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4" +dependencies = [ + "lazy_static", + "libc", + "log 0.4.14", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework 2.0.0", + "security-framework-sys 2.0.0", + "tempfile", +] + [[package]] name = "nb-connect" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998" +checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f" dependencies = [ "libc", - "winapi 0.3.9", + "socket2", ] [[package]] name = "net2" -version = "0.2.34" +version = "0.2.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" +checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" dependencies = [ "cfg-if 0.1.10", "libc", @@ -3929,7 +4094,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" dependencies = [ "memchr", - "version_check", + "version_check 0.9.2", ] [[package]] @@ -3938,7 +4103,7 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" dependencies = [ - "autocfg", + "autocfg 1.0.1", "num-integer", "num-traits", ] @@ -3949,17 +4114,17 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" dependencies = [ - "autocfg", + "autocfg 1.0.1", "num-traits", ] [[package]] name = "num-integer" -version = "0.1.43" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" +checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" dependencies = [ - "autocfg", + "autocfg 1.0.1", "num-traits", ] @@ -3969,7 +4134,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" dependencies = [ - "autocfg", + "autocfg 1.0.1", "num-bigint", "num-integer", "num-traits", @@ -3981,7 +4146,7 @@ version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" dependencies = [ - "autocfg", + "autocfg 1.0.1", "libm", ] @@ -4013,9 +4178,9 @@ checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4" [[package]] name = "once_cell" -version = "1.4.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" +checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" dependencies = [ "parking_lot 0.11.1", ] @@ -4038,17 +4203,44 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" +[[package]] +name = "openssl" +version = "0.10.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70" +dependencies = [ + "bitflags", + "cfg-if 1.0.0", + "foreign-types", + "lazy_static", + "libc", + "openssl-sys", +] + [[package]] name = "openssl-probe" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" +[[package]] +name = "openssl-sys" +version = "0.9.60" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6" +dependencies = [ + "autocfg 1.0.1", + "cc", + "libc", + "pkg-config", + "vcpkg", +] + [[package]] name = "ordered-float" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579" +checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7" dependencies = [ "num-traits", ] @@ -4073,19 +4265,19 @@ dependencies = [ [[package]] name = "owo-colors" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" +checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "pallet-session", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-authority-discovery", @@ -4096,12 +4288,12 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-authorship", "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4111,7 +4303,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4119,7 +4311,7 @@ dependencies = [ "pallet-authorship", "pallet-session", "pallet-timestamp", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-consensus-babe", @@ -4136,12 +4328,12 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4150,13 +4342,13 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "pallet-treasury", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4165,12 +4357,12 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4181,12 +4373,12 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4196,11 +4388,11 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-election-providers", @@ -4214,12 +4406,12 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-npos-elections 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4229,14 +4421,14 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "pallet-authorship", "pallet-session", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4250,13 +4442,13 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "enumflags2", "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4266,13 +4458,13 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "pallet-authorship", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4285,12 +4477,12 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4302,11 +4494,11 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4316,12 +4508,12 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4332,11 +4524,11 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4346,12 +4538,12 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "pallet-balances", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4361,7 +4553,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4373,7 +4565,7 @@ dependencies = [ "pallet-offences", "pallet-session", "pallet-staking", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4382,12 +4574,12 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4398,11 +4590,11 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "safe-mix", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4411,12 +4603,12 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "enumflags2", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4426,12 +4618,12 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4441,13 +4633,13 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples", "pallet-timestamp", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4461,7 +4653,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4477,11 +4669,11 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "rand_chacha 0.2.2", "serde", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4491,14 +4683,14 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "pallet-authorship", "pallet-session", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "rand_chacha 0.2.2", "serde", "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4513,7 +4705,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4524,11 +4716,11 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4538,13 +4730,13 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4556,13 +4748,13 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "pallet-treasury", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4571,11 +4763,11 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "smallvec 1.6.1", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4587,13 +4779,13 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "pallet-transaction-payment-rpc-runtime-api", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-api", "sp-blockchain", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4604,10 +4796,10 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "pallet-transaction-payment", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-api", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", ] @@ -4615,14 +4807,14 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples", "pallet-balances", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4631,12 +4823,12 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4647,13 +4839,13 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "enumflags2", "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -4669,7 +4861,7 @@ dependencies = [ "crc32fast", "hex", "libc", - "log", + "log 0.4.14", "memmap2", "parking_lot 0.11.1", "rand 0.8.3", @@ -4693,6 +4885,18 @@ dependencies = [ "url 2.2.0", ] +[[package]] +name = "parity-scale-codec" +version = "1.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79602888a81ace83e3d1d4b2873286c1f5f906c84db667594e8db8da3506c383" +dependencies = [ + "arrayvec 0.5.2", + "bitvec 0.17.4", + "byte-slice-cast 0.3.5", + "serde", +] + [[package]] name = "parity-scale-codec" version = "2.0.0" @@ -4700,8 +4904,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75c823fdae1bb5ff5708ee61a62697e6296175dc671710876871c853f48592b3" dependencies = [ "arrayvec 0.5.2", - "bitvec", - "byte-slice-cast", + "bitvec 0.20.1", + "byte-slice-cast 1.0.0", "parity-scale-codec-derive", "serde", ] @@ -4731,11 +4935,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.30", "libc", - "log", + "log 0.4.14", "mio-named-pipes", - "miow 0.3.5", + "miow 0.3.6", "rand 0.7.3", "tokio 0.1.22", "tokio-named-pipes", @@ -4797,11 +5001,11 @@ dependencies = [ "byteorder", "bytes 0.4.12", "httparse", - "log", + "log 0.4.14", "mio", "mio-extras", "rand 0.7.3", - "sha-1", + "sha-1 0.8.2", "slab", "url 2.2.0", ] @@ -4840,8 +5044,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" dependencies = [ "instant", - "lock_api 0.4.1", - "parking_lot_core 0.8.0", + "lock_api 0.4.2", + "parking_lot_core 0.8.3", ] [[package]] @@ -4851,11 +5055,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" dependencies = [ "cfg-if 0.1.10", - "cloudabi 0.0.3", + "cloudabi", "libc", - "redox_syscall 0.1.56", + "redox_syscall 0.1.57", "rustc_version", - "smallvec 0.6.13", + "smallvec 0.6.14", "winapi 0.3.9", ] @@ -4866,24 +5070,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" dependencies = [ "cfg-if 0.1.10", - "cloudabi 0.0.3", + "cloudabi", "libc", - "redox_syscall 0.1.56", + "redox_syscall 0.1.57", "smallvec 1.6.1", "winapi 0.3.9", ] [[package]] name = "parking_lot_core" -version = "0.8.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" +checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" dependencies = [ - "cfg-if 0.1.10", - "cloudabi 0.1.0", + "cfg-if 1.0.0", "instant", "libc", - "redox_syscall 0.1.56", + "redox_syscall 0.2.5", "smallvec 1.6.1", "winapi 0.3.9", ] @@ -4996,7 +5199,7 @@ checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d" dependencies = [ "maplit", "pest", - "sha-1", + "sha-1 0.8.2", ] [[package]] @@ -5011,27 +5214,27 @@ dependencies = [ [[package]] name = "pin-project" -version = "0.4.23" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa" +checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15" dependencies = [ - "pin-project-internal 0.4.23", + "pin-project-internal 0.4.27", ] [[package]] name = "pin-project" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2" +checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63" dependencies = [ - "pin-project-internal 1.0.4", + "pin-project-internal 1.0.5", ] [[package]] name = "pin-project-internal" -version = "0.4.23" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f" +checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895" dependencies = [ "proc-macro2", "quote", @@ -5040,9 +5243,9 @@ dependencies = [ [[package]] name = "pin-project-internal" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71" +checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b" dependencies = [ "proc-macro2", "quote", @@ -5051,9 +5254,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.1.7" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715" +checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b" [[package]] name = "pin-project-lite" @@ -5069,9 +5272,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkg-config" -version = "0.3.17" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" +checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" [[package]] name = "platforms" @@ -5099,9 +5302,9 @@ name = "polkadot-approval-distribution" version = "0.1.0" dependencies = [ "assert_matches", - "env_logger 0.8.2", + "env_logger 0.8.3", "futures 0.3.12", - "log", + "log 0.4.14", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -5120,12 +5323,12 @@ name = "polkadot-availability-bitfield-distribution" version = "0.1.0" dependencies = [ "assert_matches", - "bitvec", - "env_logger 0.8.2", + "bitvec 0.20.1", + "env_logger 0.8.3", "futures 0.3.12", - "log", + "log 0.4.14", "maplit", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-test-helpers", @@ -5145,7 +5348,7 @@ dependencies = [ "assert_matches", "futures 0.3.12", "maplit", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-erasure-coding", "polkadot-node-network-protocol", "polkadot-node-subsystem", @@ -5168,10 +5371,10 @@ name = "polkadot-availability-recovery" version = "0.1.0" dependencies = [ "assert_matches", - "env_logger 0.8.2", + "env_logger 0.8.3", "futures 0.3.12", "futures-timer 3.0.2", - "log", + "log 0.4.14", "lru", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -5196,7 +5399,7 @@ version = "0.8.28" dependencies = [ "frame-benchmarking-cli", "futures 0.3.12", - "log", + "log 0.4.14", "polkadot-parachain", "polkadot-service", "sc-cli", @@ -5217,10 +5420,10 @@ name = "polkadot-collator-protocol" version = "0.1.0" dependencies = [ "assert_matches", - "env_logger 0.8.2", + "env_logger 0.8.3", "futures 0.3.12", "futures-timer 3.0.2", - "log", + "log 0.4.14", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -5238,7 +5441,7 @@ dependencies = [ name = "polkadot-core-primitives" version = "0.7.30" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parity-util-mem", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -5249,7 +5452,7 @@ dependencies = [ name = "polkadot-erasure-coding" version = "0.8.28" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-primitives", "reed-solomon-erasure", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -5264,7 +5467,7 @@ dependencies = [ "assert_matches", "async-trait", "futures 0.3.12", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "polkadot-node-network-protocol", "polkadot-node-subsystem", @@ -5302,12 +5505,12 @@ name = "polkadot-node-core-approval-voting" version = "0.1.0" dependencies = [ "assert_matches", - "bitvec", + "bitvec 0.20.1", "futures 0.3.12", "futures-timer 3.0.2", "maplit", "merlin", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -5335,15 +5538,15 @@ name = "polkadot-node-core-av-store" version = "0.1.0" dependencies = [ "assert_matches", - "bitvec", - "env_logger 0.8.2", + "bitvec 0.20.1", + "env_logger 0.8.3", "futures 0.3.12", "futures-timer 3.0.2", "kvdb", "kvdb-memorydb", "kvdb-rocksdb", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "polkadot-erasure-coding", "polkadot-node-subsystem", @@ -5364,7 +5567,7 @@ name = "polkadot-node-core-backing" version = "0.1.0" dependencies = [ "assert_matches", - "bitvec", + "bitvec 0.20.1", "futures 0.3.12", "polkadot-erasure-coding", "polkadot-node-primitives", @@ -5420,7 +5623,7 @@ version = "0.1.0" dependencies = [ "assert_matches", "futures 0.3.12", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-test-helpers", @@ -5476,7 +5679,7 @@ dependencies = [ name = "polkadot-node-core-provisioner" version = "0.1.0" dependencies = [ - "bitvec", + "bitvec 0.20.1", "futures 0.3.12", "futures-timer 3.0.2", "polkadot-node-subsystem", @@ -5514,7 +5717,7 @@ version = "0.1.0" dependencies = [ "async-std", "lazy_static", - "log", + "log 0.4.14", "mick-jaeger", "parking_lot 0.11.1", "polkadot-primitives", @@ -5528,7 +5731,7 @@ name = "polkadot-node-network-protocol" version = "0.1.0" dependencies = [ "futures 0.3.12", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-node-jaeger", "polkadot-node-primitives", "polkadot-primitives", @@ -5543,7 +5746,7 @@ name = "polkadot-node-primitives" version = "0.1.0" dependencies = [ "futures 0.3.12", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-primitives", "polkadot-statement-table", "schnorrkel", @@ -5566,11 +5769,11 @@ dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", "lazy_static", - "log", + "log 0.4.14", "mick-jaeger", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -5593,9 +5796,9 @@ dependencies = [ "async-trait", "futures 0.3.12", "futures-timer 3.0.2", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -5615,14 +5818,14 @@ version = "0.1.0" dependencies = [ "assert_matches", "async-trait", - "env_logger 0.8.2", + "env_logger 0.8.3", "futures 0.3.12", "futures-timer 3.0.2", - "log", + "log 0.4.14", "metered-channel", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -5668,8 +5871,8 @@ dependencies = [ "derive_more", "futures 0.3.12", "libc", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parity-util-mem", "parking_lot 0.11.1", "polkadot-core-primitives", @@ -5692,9 +5895,9 @@ name = "polkadot-pov-distribution" version = "0.1.0" dependencies = [ "assert_matches", - "env_logger 0.8.2", + "env_logger 0.8.3", "futures 0.3.12", - "log", + "log 0.4.14", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-test-helpers", @@ -5711,10 +5914,10 @@ dependencies = [ name = "polkadot-primitives" version = "0.8.28" dependencies = [ - "bitvec", + "bitvec 0.20.1", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "hex-literal", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parity-util-mem", "polkadot-core-primitives", "polkadot-parachain", @@ -5742,7 +5945,7 @@ version = "0.8.28" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-primitives", "sc-chain-spec", "sc-client-api", @@ -5769,7 +5972,7 @@ dependencies = [ name = "polkadot-runtime" version = "0.8.28" dependencies = [ - "bitvec", + "bitvec 0.20.1", "frame-benchmarking", "frame-executive", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -5778,7 +5981,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "hex-literal", "libsecp256k1", - "log", + "log 0.4.14", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -5811,7 +6014,7 @@ dependencies = [ "pallet-treasury", "pallet-utility", "pallet-vesting", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-primitives", "polkadot-runtime-common", "rustc-hex", @@ -5845,13 +6048,13 @@ dependencies = [ name = "polkadot-runtime-common" version = "0.8.28" dependencies = [ - "bitvec", + "bitvec 0.20.1", "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "hex-literal", "libsecp256k1", - "log", + "log 0.4.14", "pallet-authorship", "pallet-babe", "pallet-balances", @@ -5864,7 +6067,7 @@ dependencies = [ "pallet-transaction-payment", "pallet-treasury", "pallet-vesting", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-primitives", "polkadot-runtime-parachains", "rustc-hex", @@ -5892,7 +6095,7 @@ dependencies = [ name = "polkadot-runtime-parachains" version = "0.8.0" dependencies = [ - "bitvec", + "bitvec 0.20.1", "derive_more", "frame-benchmarking", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -5900,7 +6103,7 @@ dependencies = [ "futures 0.3.12", "hex-literal", "libsecp256k1", - "log", + "log 0.4.14", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -5913,7 +6116,7 @@ dependencies = [ "pallet-timestamp", "pallet-treasury", "pallet-vesting", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-primitives", "rand 0.8.3", "rand_chacha 0.3.0", @@ -5938,11 +6141,38 @@ dependencies = [ "xcm-executor", ] +[[package]] +name = "polkadot-runtime-test" +version = "0.8.28" +dependencies = [ + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-balances", + "pallet-sudo", + "pallet-transaction-payment", + "polkadot-cli", + "polkadot-runtime", + "polkadot-runtime-common", + "sc-consensus", + "sc-consensus-babe", + "sc-consensus-manual-seal", + "sc-executor", + "sc-finality-grandpa", + "sc-service", + "sp-api", + "sp-consensus-babe", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-test-runner", +] + [[package]] name = "polkadot-service" version = "0.8.3" dependencies = [ - "env_logger 0.8.2", + "env_logger 0.8.3", "frame-benchmarking", "frame-system-rpc-runtime-api", "futures 0.3.12", @@ -6051,7 +6281,7 @@ dependencies = [ name = "polkadot-statement-table" version = "0.8.28" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-primitives", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", ] @@ -6060,7 +6290,7 @@ dependencies = [ name = "polkadot-test-client" version = "0.8.28" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-node-subsystem", "polkadot-primitives", "polkadot-test-runtime", @@ -6084,14 +6314,14 @@ dependencies = [ name = "polkadot-test-runtime" version = "0.8.28" dependencies = [ - "bitvec", + "bitvec 0.20.1", "frame-executive", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "frame-system-rpc-runtime-api", "hex-literal", "libsecp256k1", - "log", + "log 0.4.14", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -6109,7 +6339,7 @@ dependencies = [ "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-vesting", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-parachain", "polkadot-primitives", "polkadot-runtime-common", @@ -6146,7 +6376,7 @@ version = "0.8.28" dependencies = [ "frame-benchmarking", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "futures 0.1.29", + "futures 0.1.30", "futures 0.3.12", "hex", "pallet-balances", @@ -6190,7 +6420,7 @@ dependencies = [ "substrate-test-client", "substrate-test-utils", "tempfile", - "tokio 0.2.21", + "tokio 0.2.25", "tracing", "tracing-futures", ] @@ -6203,41 +6433,43 @@ checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4" dependencies = [ "cfg-if 0.1.10", "libc", - "log", + "log 0.4.14", "wepoll-sys", "winapi 0.3.9", ] [[package]] name = "poly1305" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b42192ab143ed7619bf888a7f9c6733a9a2153b218e2cd557cfdb52fbf9bb1" +checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8" dependencies = [ + "cpuid-bool 0.2.0", "universal-hash", ] [[package]] name = "polyval" -version = "0.4.0" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9a50142b55ab3ed0e9f68dfb3709f1d90d29da24e91033f28b96330643107dc" +checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd" dependencies = [ - "cfg-if 0.1.10", + "cpuid-bool 0.2.0", + "opaque-debug 0.3.0", "universal-hash", ] [[package]] name = "ppv-lite86" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" +checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "predicates" -version = "1.0.4" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "347a1b6f0b21e636bc9872fb60b83b8e185f6f5516298b8238699f7f9a531030" +checksum = "eeb433456c1a57cc93554dea3ce40b4c19c4057e41c55d4a0f3d84ea71c325aa" dependencies = [ "difference", "predicates-core", @@ -6245,15 +6477,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178" +checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451" [[package]] name = "predicates-tree" -version = "1.0.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124" +checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2" dependencies = [ "predicates-core", "treeline", @@ -6303,7 +6535,7 @@ dependencies = [ "proc-macro2", "quote", "syn", - "version_check", + "version_check 0.9.2", ] [[package]] @@ -6314,7 +6546,7 @@ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ "proc-macro2", "quote", - "version_check", + "version_check 0.9.2", ] [[package]] @@ -6325,9 +6557,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" [[package]] name = "proc-macro-nested" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" +checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" [[package]] name = "proc-macro2" @@ -6371,7 +6603,7 @@ dependencies = [ "bytes 1.0.1", "heck", "itertools", - "log", + "log 0.4.14", "multimap", "petgraph", "prost", @@ -6419,7 +6651,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f53bc2558e8376358ebdc28301546471d67336584f6438ed4b7c7457a055fd7" dependencies = [ "byteorder", - "log", + "log 0.4.14", "parity-wasm 0.41.0", ] @@ -6443,18 +6675,24 @@ checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858" dependencies = [ "futures-core", "futures-sink", - "pin-project-lite 0.1.7", + "pin-project-lite 0.1.11", ] [[package]] name = "quote" -version = "1.0.7" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" +checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" dependencies = [ "proc-macro2", ] +[[package]] +name = "radium" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac" + [[package]] name = "radium" version = "0.6.2" @@ -6484,18 +6722,37 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "rand" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" +dependencies = [ + "autocfg 0.1.7", + "libc", + "rand_chacha 0.1.1", + "rand_core 0.4.2", + "rand_hc 0.1.0", + "rand_isaac", + "rand_jitter", + "rand_os", + "rand_pcg 0.1.2", + "rand_xorshift", + "winapi 0.3.9", +] + [[package]] name = "rand" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ - "getrandom 0.1.14", + "getrandom 0.1.16", "libc", "rand_chacha 0.2.2", "rand_core 0.5.1", "rand_hc 0.2.0", - "rand_pcg", + "rand_pcg 0.2.1", ] [[package]] @@ -6506,10 +6763,20 @@ checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" dependencies = [ "libc", "rand_chacha 0.3.0", - "rand_core 0.6.1", + "rand_core 0.6.2", "rand_hc 0.3.0", ] +[[package]] +name = "rand_chacha" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" +dependencies = [ + "autocfg 0.1.7", + "rand_core 0.3.1", +] + [[package]] name = "rand_chacha" version = "0.2.2" @@ -6527,7 +6794,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" dependencies = [ "ppv-lite86", - "rand_core 0.6.1", + "rand_core 0.6.2", ] [[package]] @@ -6551,16 +6818,16 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ - "getrandom 0.1.14", + "getrandom 0.1.16", ] [[package]] name = "rand_core" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5" +checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" dependencies = [ - "getrandom 0.2.1", + "getrandom 0.2.2", ] [[package]] @@ -6572,6 +6839,15 @@ dependencies = [ "rand 0.7.3", ] +[[package]] +name = "rand_hc" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" +dependencies = [ + "rand_core 0.3.1", +] + [[package]] name = "rand_hc" version = "0.2.0" @@ -6587,7 +6863,51 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" dependencies = [ - "rand_core 0.6.1", + "rand_core 0.6.2", +] + +[[package]] +name = "rand_isaac" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" +dependencies = [ + "rand_core 0.3.1", +] + +[[package]] +name = "rand_jitter" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" +dependencies = [ + "libc", + "rand_core 0.4.2", + "winapi 0.3.9", +] + +[[package]] +name = "rand_os" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" +dependencies = [ + "cloudabi", + "fuchsia-cprng", + "libc", + "rand_core 0.4.2", + "rdrand", + "winapi 0.3.9", +] + +[[package]] +name = "rand_pcg" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" +dependencies = [ + "autocfg 0.1.7", + "rand_core 0.4.2", ] [[package]] @@ -6599,6 +6919,15 @@ dependencies = [ "rand_core 0.5.1", ] +[[package]] +name = "rand_xorshift" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" +dependencies = [ + "rand_core 0.3.1", +] + [[package]] name = "raw-cpuid" version = "8.1.2" @@ -6631,25 +6960,25 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] name = "rayon" -version = "1.3.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080" +checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674" dependencies = [ - "autocfg", - "crossbeam-deque", + "autocfg 1.0.1", + "crossbeam-deque 0.8.0", "either", "rayon-core", ] [[package]] name = "rayon-core" -version = "1.7.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280" +checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" dependencies = [ - "crossbeam-deque", - "crossbeam-queue", - "crossbeam-utils 0.7.2", + "crossbeam-channel", + "crossbeam-deque 0.8.0", + "crossbeam-utils 0.8.1", "lazy_static", "num_cpus", ] @@ -6665,27 +6994,27 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.1.56" +version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" +checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" [[package]] name = "redox_syscall" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570" +checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" dependencies = [ "bitflags", ] [[package]] name = "redox_users" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" +checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" dependencies = [ - "getrandom 0.1.14", - "redox_syscall 0.1.56", + "getrandom 0.1.16", + "redox_syscall 0.1.57", "rust-argon2", ] @@ -6695,8 +7024,8 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ - "getrandom 0.2.1", - "redox_syscall 0.2.4", + "getrandom 0.2.2", + "redox_syscall 0.2.5", ] [[package]] @@ -6710,18 +7039,18 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.2" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623" +checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.2" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144" +checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2" dependencies = [ "proc-macro2", "quote", @@ -6734,16 +7063,16 @@ version = "0.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5" dependencies = [ - "log", + "log 0.4.14", "rustc-hash", "smallvec 1.6.1", ] [[package]] name = "regex" -version = "1.4.2" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" +checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a" dependencies = [ "aho-corasick", "memchr", @@ -6763,9 +7092,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.21" +version = "0.6.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" +checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" [[package]] name = "region" @@ -6796,9 +7125,9 @@ checksum = "53552c6c49e1e13f1a203ef0080ab3bbef0beb570a528993e83df057a9d9bba1" [[package]] name = "ring" -version = "0.16.15" +version = "0.16.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4" +checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" dependencies = [ "cc", "libc", @@ -6853,7 +7182,7 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-parachain", "polkadot-primitives", "polkadot-runtime-common", @@ -6883,9 +7212,9 @@ dependencies = [ [[package]] name = "rpassword" -version = "5.0.0" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d755237fc0f99d98641540e66abac8bc46a0652f19148ac9e21de2da06b326c9" +checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb" dependencies = [ "libc", "winapi 0.3.9", @@ -6893,21 +7222,21 @@ dependencies = [ [[package]] name = "rust-argon2" -version = "0.7.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017" +checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" dependencies = [ - "base64 0.11.0", + "base64 0.13.0", "blake2b_simd", "constant_time_eq", - "crossbeam-utils 0.7.2", + "crossbeam-utils 0.8.1", ] [[package]] name = "rustc-demangle" -version = "0.1.16" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" +checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232" [[package]] name = "rustc-hash" @@ -6932,12 +7261,12 @@ dependencies = [ [[package]] name = "rustls" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cac94b333ee2aac3284c5b8a1b7fb4dd11cba88c244e3fe33cdbd047af0eb693" +checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81" dependencies = [ "base64 0.12.3", - "log", + "log 0.4.14", "ring", "sct", "webpki", @@ -6950,7 +7279,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b" dependencies = [ "base64 0.13.0", - "log", + "log 0.4.14", "ring", "sct", "webpki", @@ -6963,9 +7292,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8" dependencies = [ "openssl-probe", - "rustls 0.18.0", + "rustls 0.18.1", "schannel", - "security-framework", + "security-framework 1.0.0", ] [[package]] @@ -6975,7 +7304,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" dependencies = [ "futures 0.3.12", - "pin-project 0.4.23", + "pin-project 0.4.27", "static_assertions", ] @@ -6994,6 +7323,12 @@ dependencies = [ "rustc_version", ] +[[package]] +name = "safemem" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" + [[package]] name = "salsa20" version = "0.7.2" @@ -7015,7 +7350,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "async-trait", "derive_more", @@ -7023,8 +7358,8 @@ dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", "libp2p", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "prost", "prost-build", "rand 0.7.3", @@ -7043,12 +7378,12 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "sc-block-builder", "sc-client-api", "sc-proposer-metrics", @@ -7066,9 +7401,9 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sc-client-api", "sp-api", "sp-block-builder", @@ -7083,10 +7418,10 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sc-chain-spec-derive", "sc-consensus-babe", "sc-consensus-epochs", @@ -7104,7 +7439,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7115,16 +7450,16 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "chrono", "fdlimit", "futures 0.3.12", "hex", "libp2p", - "log", + "log 0.4.14", "names", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "rand 0.7.3", "regex", "rpassword", @@ -7147,13 +7482,13 @@ dependencies = [ "structopt", "thiserror", "tiny-bip39", - "tokio 0.2.21", + "tokio 0.2.25", ] [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "derive_more", "fnv", @@ -7161,8 +7496,8 @@ dependencies = [ "hash-db", "kvdb", "lazy_static", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "sc-executor", "sp-api", @@ -7187,7 +7522,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "blake2-rfc", "hash-db", @@ -7195,9 +7530,9 @@ dependencies = [ "kvdb-memorydb", "kvdb-rocksdb", "linked-hash-map", - "log", + "log 0.4.14", "parity-db", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parity-util-mem", "parking_lot 0.11.1", "sc-client-api", @@ -7217,7 +7552,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "sc-client-api", "sp-blockchain", @@ -7228,18 +7563,18 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "derive_more", "fork-tree", "futures 0.3.12", "futures-timer 3.0.2", - "log", + "log 0.4.14", "merlin", "num-bigint", "num-rational", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "pdqselect", "rand 0.7.3", @@ -7274,7 +7609,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "derive_more", "futures 0.3.12", @@ -7298,25 +7633,59 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "fork-tree", - "parity-scale-codec", + "parity-scale-codec 2.0.0", + "parking_lot 0.11.1", + "sc-client-api", + "sp-blockchain", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sc-consensus-manual-seal" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" +dependencies = [ + "assert_matches", + "derive_more", + "futures 0.3.12", + "jsonrpc-core", + "jsonrpc-core-client", + "jsonrpc-derive", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "sc-client-api", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-transaction-pool", + "serde", + "sp-api", "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-timestamp", + "sp-transaction-pool", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "sc-client-api", "sc-telemetry", @@ -7337,9 +7706,9 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "log", + "log 0.4.14", "sc-client-api", "sp-authorship", "sp-consensus", @@ -7351,13 +7720,13 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "derive_more", "lazy_static", "libsecp256k1", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parity-wasm 0.41.0", "parking_lot 0.11.1", "sc-executor-common", @@ -7380,10 +7749,10 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "derive_more", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parity-wasm 0.41.0", "sp-allocator", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -7396,10 +7765,10 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "sc-executor-common", "sp-allocator", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -7411,10 +7780,10 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parity-wasm 0.41.0", "pwasm-utils", "sc-executor-common", @@ -7429,19 +7798,18 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "derive_more", - "dyn-clone", "finality-grandpa", "fork-tree", "futures 0.3.12", "futures-timer 3.0.2", "linked-hash-map", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "rand 0.7.3", "sc-block-builder", "sc-client-api", @@ -7468,7 +7836,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "derive_more", "finality-grandpa", @@ -7477,8 +7845,8 @@ dependencies = [ "jsonrpc-core-client", "jsonrpc-derive", "jsonrpc-pubsub", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "sc-client-api", "sc-finality-grandpa", "sc-rpc", @@ -7492,13 +7860,13 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "derive_more", "futures 0.3.12", - "log", + "log 0.4.14", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "prost", "sc-client-api", @@ -7512,11 +7880,11 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "ansi_term 0.12.1", "futures 0.3.12", - "log", + "log 0.4.14", "parity-util-mem", "sc-client-api", "sc-network", @@ -7530,7 +7898,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "async-trait", "derive_more", @@ -7544,17 +7912,17 @@ dependencies = [ "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "subtle 2.2.3", + "subtle 2.4.0", ] [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "hash-db", "lazy_static", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "sc-client-api", "sc-executor", @@ -7569,7 +7937,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "async-std", "async-trait", @@ -7590,12 +7958,12 @@ dependencies = [ "libp2p", "linked-hash-map", "linked_hash_set", - "log", + "log 0.4.14", "lru", "nohash-hasher", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "prost", "prost-build", "rand 0.7.3", @@ -7622,12 +7990,12 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", "libp2p", - "log", + "log 0.4.14", "lru", "sc-network", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -7638,17 +8006,17 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "bytes 0.5.6", "fnv", "futures 0.3.12", "futures-timer 3.0.2", - "hyper 0.13.9", + "hyper 0.13.10", "hyper-rustls", - "log", + "log 0.4.14", "num_cpus", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "rand 0.7.3", "sc-client-api", @@ -7665,11 +8033,11 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "futures 0.3.12", "libp2p", - "log", + "log 0.4.14", "serde_json", "sp-utils", "wasm-timer", @@ -7678,23 +8046,23 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "log", + "log 0.4.14", "substrate-prometheus-endpoint", ] [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "futures 0.3.12", "hash-db", "jsonrpc-core", "jsonrpc-pubsub", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "sc-block-builder", "sc-client-api", @@ -7721,7 +8089,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "derive_more", "futures 0.3.12", @@ -7729,8 +8097,8 @@ dependencies = [ "jsonrpc-core-client", "jsonrpc-derive", "jsonrpc-pubsub", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "serde", "serde_json", @@ -7745,15 +8113,15 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "futures 0.1.29", + "futures 0.1.30", "jsonrpc-core", "jsonrpc-http-server", "jsonrpc-ipc-server", "jsonrpc-pubsub", "jsonrpc-ws-server", - "log", + "log 0.4.14", "serde", "serde_json", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -7763,22 +8131,22 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "directories", "exit-future", - "futures 0.1.29", + "futures 0.1.30", "futures 0.3.12", "futures-timer 3.0.2", "hash-db", "jsonrpc-core", "jsonrpc-pubsub", "lazy_static", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parity-util-mem", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "rand 0.7.3", "sc-block-builder", "sc-chain-spec", @@ -7826,10 +8194,10 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parity-util-mem", "parity-util-mem-derive", "parking_lot 0.11.1", @@ -7841,7 +8209,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7861,14 +8229,14 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "chrono", "futures 0.3.12", "libp2p", - "log", + "log 0.4.14", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "rand 0.7.3", "serde", "serde_json", @@ -7883,13 +8251,13 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "ansi_term 0.12.1", "atty", "erased-serde", "lazy_static", - "log", + "log 0.4.14", "once_cell", "parking_lot 0.11.1", "regex", @@ -7911,7 +8279,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7922,12 +8290,12 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "derive_more", "futures 0.3.12", "linked-hash-map", - "log", + "log 0.4.14", "parity-util-mem", "parking_lot 0.11.1", "retain_mut", @@ -7944,13 +8312,13 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "futures 0.3.12", "futures-diagnose", "intervalier", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parity-util-mem", "parking_lot 0.11.1", "sc-client-api", @@ -7985,14 +8353,14 @@ checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862" dependencies = [ "arrayref", "arrayvec 0.5.2", - "curve25519-dalek 2.1.0", - "getrandom 0.1.14", + "curve25519-dalek 2.1.2", + "getrandom 0.1.16", "merlin", "rand 0.7.3", "rand_core 0.5.1", "serde", "sha2 0.8.2", - "subtle 2.2.3", + "subtle 2.4.0", "zeroize", ] @@ -8010,18 +8378,18 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "scroll" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1" +checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec" dependencies = [ "scroll_derive", ] [[package]] name = "scroll_derive" -version = "0.10.2" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e367622f934864ffa1c704ba2b82280aab856e3d8213c84c5720257eb34b15b9" +checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0" dependencies = [ "proc-macro2", "quote", @@ -8054,10 +8422,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b" dependencies = [ "bitflags", - "core-foundation", - "core-foundation-sys", + "core-foundation 0.7.0", + "core-foundation-sys 0.7.0", + "libc", + "security-framework-sys 1.0.0", +] + +[[package]] +name = "security-framework" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69" +dependencies = [ + "bitflags", + "core-foundation 0.9.1", + "core-foundation-sys 0.8.2", "libc", - "security-framework-sys", + "security-framework-sys 2.0.0", ] [[package]] @@ -8066,7 +8447,17 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7" dependencies = [ - "core-foundation-sys", + "core-foundation-sys 0.7.0", + "libc", +] + +[[package]] +name = "security-framework-sys" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b" +dependencies = [ + "core-foundation-sys 0.8.2", "libc", ] @@ -8094,7 +8485,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" dependencies = [ - "semver-parser 0.10.0", + "semver-parser 0.10.2", "serde", ] @@ -8106,12 +8497,11 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "semver-parser" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e012c6c5380fb91897ba7b9261a0f565e624e869d42fe1a1d03fa0d68a083d5" +checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" dependencies = [ "pest", - "pest_derive", ] [[package]] @@ -8154,9 +8544,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a" +checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" dependencies = [ "itoa", "ryu", @@ -8175,6 +8565,25 @@ dependencies = [ "opaque-debug 0.2.3", ] +[[package]] +name = "sha-1" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4b312c3731e3fe78a185e6b9b911a7aa715b8e31cce117975219aab2acf285d" +dependencies = [ + "block-buffer 0.9.0", + "cfg-if 1.0.0", + "cpuid-bool 0.1.2", + "digest 0.9.0", + "opaque-debug 0.3.0", +] + +[[package]] +name = "sha1" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" + [[package]] name = "sha2" version = "0.8.2" @@ -8189,13 +8598,13 @@ dependencies = [ [[package]] name = "sha2" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8" +checksum = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de" dependencies = [ "block-buffer 0.9.0", "cfg-if 1.0.0", - "cpuid-bool", + "cpuid-bool 0.1.2", "digest 0.9.0", "opaque-debug 0.3.0", ] @@ -8214,12 +8623,11 @@ dependencies = [ [[package]] name = "sharded-slab" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4921be914e16899a80adefb821f8ddb7974e3f1250223575a44ed994882127" +checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3" dependencies = [ "lazy_static", - "loom", ] [[package]] @@ -8244,9 +8652,9 @@ checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" [[package]] name = "signal-hook" -version = "0.1.16" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604508c1418b99dfe1925ca9224829bb2a8a9a04dda655cc01fcad46f4ab05ed" +checksum = "780f5e3fe0c66f67197236097d89de1e86216f1f6fdeaf47c442f854ab46c240" dependencies = [ "libc", "signal-hook-registry", @@ -8254,19 +8662,18 @@ dependencies = [ [[package]] name = "signal-hook-registry" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" +checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6" dependencies = [ - "arc-swap", "libc", ] [[package]] name = "signature" -version = "1.1.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65211b7b6fc3f14ff9fc7a2011a434e3e6880585bd2e9e9396315ae24cbf7852" +checksum = "0f0242b8e50dd9accdd56170e94ca1ebd223b098eb9c83539a6e367d0f36ae68" [[package]] name = "simba" @@ -8288,9 +8695,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "smallvec" -version = "0.6.13" +version = "0.6.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" +checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" dependencies = [ "maybe-uninit", ] @@ -8303,9 +8710,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" [[package]] name = "snow" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32bf8474159a95551661246cda4976e89356999e3cbfef36f493dacc3fae1e8e" +checksum = "795dd7aeeee24468e5a32661f6d27f7b5cbed802031b2d7640c7b10f8fb2dd50" dependencies = [ "aes-gcm", "blake2", @@ -8314,45 +8721,44 @@ dependencies = [ "rand_core 0.5.1", "ring", "rustc_version", - "sha2 0.9.2", - "subtle 2.2.3", - "x25519-dalek 0.6.0", + "sha2 0.9.3", + "subtle 2.4.0", + "x25519-dalek", ] [[package]] name = "socket2" -version = "0.3.17" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902" +checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" dependencies = [ "cfg-if 1.0.0", "libc", - "redox_syscall 0.1.56", "winapi 0.3.9", ] [[package]] name = "soketto" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85457366ae0c6ce56bf05a958aef14cd38513c236568618edbcd9a8c52cb80b0" +checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88" dependencies = [ "base64 0.12.3", "bytes 0.5.6", "flate2", "futures 0.3.12", "httparse", - "log", + "log 0.4.14", "rand 0.7.3", - "sha-1", + "sha-1 0.9.3", ] [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "log", + "log 0.4.14", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8362,10 +8768,10 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "hash-db", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-api-proc-macro", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8378,7 +8784,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -8390,9 +8796,9 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -8402,9 +8808,9 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8414,11 +8820,11 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "integer-sqrt", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -8427,11 +8833,11 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "integer-sqrt", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8440,9 +8846,9 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-api", "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8452,9 +8858,9 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8463,9 +8869,9 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-api", "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8475,12 +8881,12 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "futures 0.3.12", - "log", + "log 0.4.14", "lru", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "sp-api", "sp-consensus", @@ -8493,7 +8899,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "serde", "serde_json", @@ -8502,13 +8908,13 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", "libp2p", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "serde", "sp-api", @@ -8528,10 +8934,10 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "merlin", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-api", "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-consensus", @@ -8548,9 +8954,9 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", ] @@ -8558,9 +8964,9 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "schnorrkel", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8570,7 +8976,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "base58", "blake2-rfc", @@ -8584,10 +8990,10 @@ dependencies = [ "impl-serde", "lazy_static", "libsecp256k1", - "log", + "log 0.4.14", "merlin", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parity-util-mem", "parking_lot 0.11.1", "primitive-types", @@ -8596,7 +9002,7 @@ dependencies = [ "schnorrkel", "secrecy", "serde", - "sha2 0.9.2", + "sha2 0.9.3", "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -8614,7 +9020,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "base58", "blake2-rfc", @@ -8628,10 +9034,10 @@ dependencies = [ "impl-serde", "lazy_static", "libsecp256k1", - "log", + "log 0.4.14", "merlin", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parity-util-mem", "parking_lot 0.11.1", "primitive-types", @@ -8640,7 +9046,7 @@ dependencies = [ "schnorrkel", "secrecy", "serde", - "sha2 0.9.2", + "sha2 0.9.3", "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8658,7 +9064,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -8667,7 +9073,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "proc-macro2", "quote", @@ -8677,7 +9083,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "proc-macro2", "quote", @@ -8687,9 +9093,9 @@ dependencies = [ [[package]] name = "sp-election-providers" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-npos-elections 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -8698,10 +9104,10 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "environmental", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", ] @@ -8709,10 +9115,10 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "environmental", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", ] @@ -8720,11 +9126,11 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "finality-grandpa", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "serde", "sp-api", "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8737,9 +9143,9 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -8749,9 +9155,9 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8761,13 +9167,13 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "futures 0.3.12", "hash-db", "libsecp256k1", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -8785,13 +9191,13 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "futures 0.3.12", "hash-db", "libsecp256k1", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", @@ -8809,7 +9215,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "lazy_static", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8820,13 +9226,13 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "async-trait", "derive_more", "futures 0.3.12", "merlin", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "schnorrkel", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -8836,13 +9242,13 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "async-trait", "derive_more", "futures 0.3.12", "merlin", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "schnorrkel", "serde", @@ -8853,9 +9259,9 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -8866,9 +9272,9 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8879,7 +9285,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8890,7 +9296,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8901,7 +9307,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "sp-api", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8911,7 +9317,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "backtrace", ] @@ -8919,7 +9325,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "backtrace", ] @@ -8927,7 +9333,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "serde", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -8936,13 +9342,13 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "either", "hash256-std-hasher", "impl-trait-for-tuples", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parity-util-mem", "paste 1.0.4", "rand 0.7.3", @@ -8957,13 +9363,13 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "either", "hash256-std-hasher", "impl-trait-for-tuples", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "parity-util-mem", "paste 1.0.4", "rand 0.7.3", @@ -8978,10 +9384,10 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "primitive-types", "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -8995,10 +9401,10 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "primitive-types", "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -9012,7 +9418,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "Inflector", "proc-macro-crate", @@ -9024,7 +9430,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "Inflector", "proc-macro-crate", @@ -9036,7 +9442,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "serde", "serde_json", @@ -9045,9 +9451,9 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-api", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -9058,9 +9464,9 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", ] @@ -9068,9 +9474,9 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", ] @@ -9078,12 +9484,12 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "hash-db", - "log", + "log 0.4.14", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "rand 0.7.3", "smallvec 1.6.1", @@ -9100,12 +9506,12 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "hash-db", - "log", + "log 0.4.14", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "rand 0.7.3", "smallvec 1.6.1", @@ -9122,20 +9528,20 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "impl-serde", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "ref-cast", "serde", "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -9145,10 +9551,10 @@ dependencies = [ [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "impl-serde", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "ref-cast", "serde", "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -9158,9 +9564,9 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "log", + "log 0.4.14", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -9171,10 +9577,10 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-api", "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -9185,10 +9591,10 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "tracing", "tracing-core", @@ -9198,10 +9604,10 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", "tracing", "tracing-core", @@ -9211,12 +9617,12 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "derive_more", "futures 0.3.12", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "serde", "sp-api", "sp-blockchain", @@ -9227,11 +9633,11 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "hash-db", "memory-db", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "trie-db", @@ -9241,11 +9647,11 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "hash-db", "memory-db", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", "trie-db", @@ -9255,7 +9661,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "futures 0.3.12", "futures-core", @@ -9267,10 +9673,10 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "impl-serde", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", @@ -9279,10 +9685,10 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "impl-serde", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "serde", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -9291,10 +9697,10 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#7d6f6adc8312da71d9b2418a80f80e5424555798" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#701e4a228b07917e236ec4fa8c9c382baa562e18" dependencies = [ "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", "wasmi", ] @@ -9302,10 +9708,10 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", "wasmi", ] @@ -9318,9 +9724,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "stable_deref_trait" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "static_assertions" @@ -9339,18 +9745,19 @@ dependencies = [ [[package]] name = "stream-cipher" -version = "0.4.1" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09f8ed9974042b8c3672ff3030a69fcc03b74c47c3d1ecb7755e8a3626011e88" +checksum = "c80e15f898d8d8f25db24c253ea615cc14acf418ff307822995814e7d42cfa89" dependencies = [ + "block-cipher", "generic-array 0.14.4", ] [[package]] name = "streamunordered" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9394ee1338fee8370bee649f8a7170b3a56917903a0956467ad192dcf8699ca" +checksum = "e68576e37c8a37f5372796df15202190349dd80e7ed6a79544c0232213e90e35" dependencies = [ "futures-core", "futures-sink", @@ -9434,18 +9841,18 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "chrono", "console_error_panic_hook", - "futures 0.1.29", + "futures 0.1.30", "futures 0.3.12", "futures-timer 3.0.2", - "getrandom 0.2.1", + "getrandom 0.2.2", "js-sys", "kvdb-web", "libp2p-wasm-ext", - "log", + "log 0.4.14", "rand 0.7.3", "sc-chain-spec", "sc-informant", @@ -9461,7 +9868,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "platforms", ] @@ -9469,15 +9876,15 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.12", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "sc-client-api", "sc-rpc-api", "serde", @@ -9492,27 +9899,27 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "async-std", "derive_more", "futures-util", - "hyper 0.13.9", - "log", + "hyper 0.13.10", + "log 0.4.14", "prometheus", - "tokio 0.2.21", + "tokio 0.2.25", ] [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ - "futures 0.1.29", + "futures 0.1.30", "futures 0.3.12", "hash-db", "hex", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sc-client-api", "sc-client-db", "sc-consensus", @@ -9530,20 +9937,66 @@ dependencies = [ "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "substrate-test-runner" +version = "0.1.0" +source = "git+https://github.com/paritytech/substrate-test-runner#7133893351037bcbf0e3eecf109bc6feec0d333e" +dependencies = [ + "env_logger 0.7.1", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "futures 0.1.30", + "futures 0.3.12", + "jsonrpc-core", + "jsonrpc-core-client", + "log 0.4.14", + "parity-scale-codec 1.3.6", + "rand 0.7.3", + "sc-basic-authorship", + "sc-cli", + "sc-client-api", + "sc-consensus-manual-seal", + "sc-executor", + "sc-informant", + "sc-network", + "sc-rpc", + "sc-rpc-server", + "sc-service", + "sc-transaction-graph", + "sc-transaction-pool", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-offchain", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-session", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "tokio 0.2.25", + "tokio-compat", +] + [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "futures 0.3.12", "substrate-test-utils-derive", - "tokio 0.2.21", + "tokio 0.2.25", ] [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#e03ca38d45f438932ec92bf69a40b6b16b6ec643" +source = "git+https://github.com/paritytech/substrate#171ad2322d7561934b82f0b7e41c58d1710f8c24" dependencies = [ "proc-macro-crate", "quote", @@ -9574,9 +10027,9 @@ checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" [[package]] name = "subtle" -version = "2.2.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "502d53007c02d7605a05df1c1a73ee436952781653da5d0bf57ad608f66932c1" +checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" [[package]] name = "syn" @@ -9609,9 +10062,9 @@ checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" [[package]] name = "tap" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e" +checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" @@ -9628,16 +10081,16 @@ dependencies = [ "cfg-if 1.0.0", "libc", "rand 0.8.3", - "redox_syscall 0.2.4", + "redox_syscall 0.2.5", "remove_dir_all", "winapi 0.3.9", ] [[package]] name = "termcolor" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" +checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" dependencies = [ "winapi-util", ] @@ -9647,7 +10100,7 @@ name = "test-parachain-adder" version = "0.8.28" dependencies = [ "dlmalloc", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-parachain", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -9662,8 +10115,8 @@ dependencies = [ "assert_matches", "futures 0.3.12", "futures-timer 3.0.2", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.0", "polkadot-cli", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -9679,7 +10132,7 @@ dependencies = [ "structopt", "substrate-test-utils", "test-parachain-adder", - "tokio 0.2.21", + "tokio 0.2.25", ] [[package]] @@ -9693,7 +10146,7 @@ dependencies = [ name = "test-parachains" version = "0.7.22" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-parachain", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "test-parachain-adder", @@ -9732,11 +10185,11 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.0.1" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" +checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd" dependencies = [ - "lazy_static", + "once_cell", ] [[package]] @@ -9756,18 +10209,19 @@ checksum = "0c6d965454947cc7266d22716ebfd07b18d84ebaf35eec558586bbb2a8cb6b5b" dependencies = [ "byteorder", "integer-encoding", - "log", + "log 0.4.14", "ordered-float", "threadpool", ] [[package]] name = "time" -version = "0.1.43" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" +checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" dependencies = [ "libc", + "wasi 0.10.0+wasi-snapshot-preview1", "winapi 0.3.9", ] @@ -9783,7 +10237,7 @@ dependencies = [ "pbkdf2 0.4.0", "rand 0.7.3", "rustc-hash", - "sha2 0.9.2", + "sha2 0.9.3", "thiserror", "unicode-normalization", "zeroize", @@ -9800,9 +10254,18 @@ dependencies = [ [[package]] name = "tinyvec" -version = "0.3.3" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed" +checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" @@ -9811,7 +10274,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.30", "mio", "num_cpus", "tokio-codec", @@ -9830,9 +10293,9 @@ dependencies = [ [[package]] name = "tokio" -version = "0.2.21" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58" +checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" dependencies = [ "bytes 0.5.6", "fnv", @@ -9842,9 +10305,10 @@ dependencies = [ "libc", "memchr", "mio", + "mio-named-pipes", "mio-uds", "num_cpus", - "pin-project-lite 0.1.7", + "pin-project-lite 0.1.11", "signal-hook-registry", "slab", "tokio-macros", @@ -9859,7 +10323,7 @@ checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" dependencies = [ "bytes 0.4.12", "either", - "futures 0.1.29", + "futures 0.1.30", ] [[package]] @@ -9869,17 +10333,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.30", "tokio-io", ] +[[package]] +name = "tokio-compat" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "107b625135aa7b9297dd2d99ccd6ca6ab124a5d1230778e159b9095adca4c722" +dependencies = [ + "futures 0.1.30", + "futures-core", + "futures-util", + "pin-project-lite 0.1.11", + "tokio 0.2.25", + "tokio-current-thread", + "tokio-executor", + "tokio-reactor", + "tokio-timer", +] + [[package]] name = "tokio-current-thread" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" dependencies = [ - "futures 0.1.29", + "futures 0.1.30", "tokio-executor", ] @@ -9890,7 +10371,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" dependencies = [ "crossbeam-utils 0.7.2", - "futures 0.1.29", + "futures 0.1.30", ] [[package]] @@ -9899,7 +10380,7 @@ version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4" dependencies = [ - "futures 0.1.29", + "futures 0.1.30", "tokio-io", "tokio-threadpool", ] @@ -9911,15 +10392,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", - "log", + "futures 0.1.30", + "log 0.4.14", ] [[package]] name = "tokio-macros" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" +checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" dependencies = [ "proc-macro2", "quote", @@ -9933,7 +10414,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.30", "mio", "mio-named-pipes", "tokio 0.1.22", @@ -9946,9 +10427,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" dependencies = [ "crossbeam-utils 0.7.2", - "futures 0.1.29", + "futures 0.1.30", "lazy_static", - "log", + "log 0.4.14", "mio", "num_cpus", "parking_lot 0.9.0", @@ -9960,13 +10441,13 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "228139ddd4fea3fa345a29233009635235833e52807af7ea6448ead03890d6a9" +checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a" dependencies = [ "futures-core", - "rustls 0.18.0", - "tokio 0.2.21", + "rustls 0.18.1", + "tokio 0.2.25", "webpki", ] @@ -9976,7 +10457,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" dependencies = [ - "futures 0.1.29", + "futures 0.1.30", ] [[package]] @@ -9986,7 +10467,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" dependencies = [ "fnv", - "futures 0.1.29", + "futures 0.1.30", ] [[package]] @@ -9996,7 +10477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.30", "iovec", "mio", "tokio-io", @@ -10009,12 +10490,12 @@ version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" dependencies = [ - "crossbeam-deque", + "crossbeam-deque 0.7.3", "crossbeam-queue", "crossbeam-utils 0.7.2", - "futures 0.1.29", + "futures 0.1.30", "lazy_static", - "log", + "log 0.4.14", "num_cpus", "slab", "tokio-executor", @@ -10027,11 +10508,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" dependencies = [ "crossbeam-utils 0.7.2", - "futures 0.1.29", + "futures 0.1.30", "slab", "tokio-executor", ] +[[package]] +name = "tokio-tls" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "354b8cd83825b3c20217a9dc174d6a0c67441a2fae5c41bcb1ea6679f6ae0f7c" +dependencies = [ + "futures 0.1.30", + "native-tls", + "tokio-io", +] + [[package]] name = "tokio-udp" version = "0.1.6" @@ -10039,8 +10531,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", - "log", + "futures 0.1.30", + "log 0.4.14", "mio", "tokio-codec", "tokio-io", @@ -10054,10 +10546,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.30", "iovec", "libc", - "log", + "log 0.4.14", "mio", "mio-uds", "tokio-codec", @@ -10074,34 +10566,34 @@ dependencies = [ "bytes 0.5.6", "futures-core", "futures-sink", - "log", - "pin-project-lite 0.1.7", - "tokio 0.2.21", + "log 0.4.14", + "pin-project-lite 0.1.11", + "tokio 0.2.25", ] [[package]] name = "toml" -version = "0.5.6" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" +checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" dependencies = [ "serde", ] [[package]] name = "tower-service" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" +checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" +checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3" dependencies = [ "cfg-if 1.0.0", - "log", + "log 0.4.14", "pin-project-lite 0.2.4", "tracing-attributes", "tracing-core", @@ -10109,9 +10601,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada" +checksum = "43f080ea7e4107844ef4766459426fa2d5c1ada2e47edba05dc7fa99d9629f47" dependencies = [ "proc-macro2", "quote", @@ -10143,7 +10635,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" dependencies = [ - "pin-project 0.4.23", + "pin-project 0.4.27", "tracing", ] @@ -10154,7 +10646,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9" dependencies = [ "lazy_static", - "log", + "log 0.4.14", "tracing-core", ] @@ -10190,6 +10682,12 @@ dependencies = [ "tracing-serde", ] +[[package]] +name = "traitobject" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" + [[package]] name = "treeline" version = "0.1.0" @@ -10204,7 +10702,7 @@ checksum = "ec051edf7f0fc9499a2cb0947652cab2148b9d7f61cee7605e312e9f970dacaf" dependencies = [ "hash-db", "hashbrown", - "log", + "log 0.4.14", "rustc-hex", "smallvec 1.6.1", ] @@ -10220,19 +10718,27 @@ dependencies = [ [[package]] name = "try-lock" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" +checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "twox-hash" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56" +checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" dependencies = [ + "cfg-if 0.1.10", "rand 0.7.3", + "static_assertions", ] +[[package]] +name = "typeable" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" + [[package]] name = "typenum" version = "1.12.0" @@ -10257,13 +10763,22 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "unicase" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" +dependencies = [ + "version_check 0.1.5", +] + [[package]] name = "unicase" version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" dependencies = [ - "version_check", + "version_check 0.9.2", ] [[package]] @@ -10277,18 +10792,18 @@ dependencies = [ [[package]] name = "unicode-normalization" -version = "0.1.13" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977" +checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" dependencies = [ "tinyvec", ] [[package]] name = "unicode-segmentation" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" +checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" [[package]] name = "unicode-width" @@ -10309,7 +10824,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402" dependencies = [ "generic-array 0.14.4", - "subtle 2.2.3", + "subtle 2.4.0", ] [[package]] @@ -10354,16 +10869,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e" dependencies = [ "form_urlencoded", - "idna 0.2.0", + "idna 0.2.1", "matches", "percent-encoding 2.1.0", ] +[[package]] +name = "value-bag" +version = "1.0.0-alpha.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1" +dependencies = [ + "ctor", +] + [[package]] name = "vcpkg" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" +checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" [[package]] name = "vec-arena" @@ -10377,6 +10901,12 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" +[[package]] +name = "version_check" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" + [[package]] name = "version_check" version = "0.9.2" @@ -10421,8 +10951,8 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" dependencies = [ - "futures 0.1.29", - "log", + "futures 0.1.30", + "log 0.4.14", "try-lock", ] @@ -10432,7 +10962,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" dependencies = [ - "log", + "log 0.4.14", "try-lock", ] @@ -10450,9 +10980,9 @@ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" [[package]] name = "wasm-bindgen" -version = "0.2.69" +version = "0.2.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e" +checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be" dependencies = [ "cfg-if 1.0.0", "serde", @@ -10462,13 +10992,13 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.69" +version = "0.2.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62" +checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7" dependencies = [ "bumpalo", "lazy_static", - "log", + "log 0.4.14", "proc-macro2", "quote", "syn", @@ -10477,9 +11007,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35" +checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -10489,9 +11019,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.69" +version = "0.2.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084" +checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -10499,9 +11029,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.69" +version = "0.2.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549" +checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385" dependencies = [ "proc-macro2", "quote", @@ -10512,9 +11042,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.69" +version = "0.2.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158" +checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64" [[package]] name = "wasm-gc-api" @@ -10522,7 +11052,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9" dependencies = [ - "log", + "log 0.4.14", "parity-wasm 0.32.0", "rustc-demangle", ] @@ -10584,7 +11114,7 @@ dependencies = [ "cpp_demangle", "indexmap", "libc", - "log", + "log 0.4.14", "region", "rustc-demangle", "serde", @@ -10613,9 +11143,9 @@ dependencies = [ "errno", "file-per-thread-logger", "libc", - "log", + "log 0.4.14", "serde", - "sha2 0.9.2", + "sha2 0.9.3", "toml", "winapi 0.3.9", "zstd", @@ -10663,7 +11193,7 @@ dependencies = [ "cranelift-wasm", "gimli", "indexmap", - "log", + "log 0.4.14", "more-asserts", "serde", "thiserror", @@ -10685,7 +11215,7 @@ dependencies = [ "cranelift-native", "cranelift-wasm", "gimli", - "log", + "log 0.4.14", "more-asserts", "object 0.22.0", "rayon", @@ -10748,7 +11278,7 @@ dependencies = [ "indexmap", "lazy_static", "libc", - "log", + "log 0.4.14", "memoffset 0.6.1", "more-asserts", "psm", @@ -10760,27 +11290,27 @@ dependencies = [ [[package]] name = "wast" -version = "21.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b1844f66a2bc8526d71690104c0e78a8e59ffa1597b7245769d174ebb91deb5" +checksum = "1d04fe175c7f78214971293e7d8875673804e736092206a3a4544dbc12811c1b" dependencies = [ "leb128", ] [[package]] name = "wat" -version = "1.0.22" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce85d72b74242c340e9e3492cfb602652d7bb324c3172dd441b5577e39a2e18c" +checksum = "7ec9c6ee01ae07a26adadcdfed22c7a97e0b8cbee9c06e0e96076ece5aeb5cfe" dependencies = [ "wast", ] [[package]] name = "web-sys" -version = "0.3.46" +version = "0.3.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3" +checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3" dependencies = [ "js-sys", "wasm-bindgen", @@ -10788,9 +11318,9 @@ dependencies = [ [[package]] name = "webpki" -version = "0.21.3" +version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae" +checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" dependencies = [ "ring", "untrusted", @@ -10805,6 +11335,47 @@ dependencies = [ "webpki", ] +[[package]] +name = "websocket" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413b37840b9e27b340ce91b319ede10731de8c72f5bc4cb0206ec1ca4ce581d0" +dependencies = [ + "bytes 0.4.12", + "futures 0.1.30", + "hyper 0.10.16", + "native-tls", + "rand 0.6.5", + "tokio-codec", + "tokio-io", + "tokio-reactor", + "tokio-tcp", + "tokio-tls", + "unicase 1.4.2", + "url 1.7.2", + "websocket-base", +] + +[[package]] +name = "websocket-base" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e3810f0d00c4dccb54c30a4eee815e703232819dec7b007db115791c42aa374" +dependencies = [ + "base64 0.10.1", + "bitflags", + "byteorder", + "bytes 0.4.12", + "futures 0.1.30", + "native-tls", + "rand 0.6.5", + "sha1", + "tokio-codec", + "tokio-io", + "tokio-tcp", + "tokio-tls", +] + [[package]] name = "wepoll-sys" version = "3.0.1" @@ -10818,7 +11389,7 @@ dependencies = [ name = "westend-runtime" version = "0.8.28" dependencies = [ - "bitvec", + "bitvec 0.20.1", "frame-benchmarking", "frame-executive", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -10827,7 +11398,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "hex-literal", "libsecp256k1", - "log", + "log 0.4.14", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -10861,7 +11432,7 @@ dependencies = [ "pallet-treasury", "pallet-utility", "pallet-vesting", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-parachain", "polkadot-primitives", "polkadot-runtime-common", @@ -10969,24 +11540,13 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" -[[package]] -name = "x25519-dalek" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "637ff90c9540fa3073bb577e65033069e4bae7c79d49d74aa3ffdf5342a53217" -dependencies = [ - "curve25519-dalek 2.1.0", - "rand_core 0.5.1", - "zeroize", -] - [[package]] name = "x25519-dalek" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088" dependencies = [ - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.0.2", "rand_core 0.5.1", "zeroize", ] @@ -10995,7 +11555,7 @@ dependencies = [ name = "xcm" version = "0.8.22" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.0", ] [[package]] @@ -11003,7 +11563,7 @@ name = "xcm-builder" version = "0.8.22" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "polkadot-parachain", "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -11019,7 +11579,7 @@ version = "0.8.22" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.0", "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", @@ -11035,7 +11595,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9aeb8c4043cac71c3c299dff107171c220d179492350ea198e109a414981b83c" dependencies = [ "futures 0.3.12", - "log", + "log 0.4.14", "nohash-hasher", "parking_lot 0.11.1", "rand 0.7.3", @@ -11053,9 +11613,9 @@ dependencies = [ [[package]] name = "zeroize_derive" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2" +checksum = "c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 082631cc62a6..cedc810aa80b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,6 +71,7 @@ members = [ "node/metered-channel", "node/test/client", "node/test/service", + "node/test/runtime", "parachain/test-parachains", "parachain/test-parachains/adder", "parachain/test-parachains/adder/collator", diff --git a/node/network/protocol/src/lib.rs b/node/network/protocol/src/lib.rs index 84b55943cdcd..423498bc1713 100644 --- a/node/network/protocol/src/lib.rs +++ b/node/network/protocol/src/lib.rs @@ -70,7 +70,14 @@ impl From for ObservedRole { match role { sc_network::ObservedRole::Light => ObservedRole::Light, sc_network::ObservedRole::Authority => ObservedRole::Authority, +<<<<<<< Updated upstream sc_network::ObservedRole::Full => ObservedRole::Full, +======= + sc_network::ObservedRole::Full + // | sc_network::ObservedRole::OurSentry + // | sc_network::ObservedRole::OurGuardedAuthority + => ObservedRole::Full, +>>>>>>> Stashed changes } } } From 851c69eff48c1228e690e73eefe28ceec198da69 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Wed, 17 Feb 2021 12:18:47 +0100 Subject: [PATCH 5/9] fix merge conflict --- node/network/protocol/src/lib.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/node/network/protocol/src/lib.rs b/node/network/protocol/src/lib.rs index 423498bc1713..84b55943cdcd 100644 --- a/node/network/protocol/src/lib.rs +++ b/node/network/protocol/src/lib.rs @@ -70,14 +70,7 @@ impl From for ObservedRole { match role { sc_network::ObservedRole::Light => ObservedRole::Light, sc_network::ObservedRole::Authority => ObservedRole::Authority, -<<<<<<< Updated upstream sc_network::ObservedRole::Full => ObservedRole::Full, -======= - sc_network::ObservedRole::Full - // | sc_network::ObservedRole::OurSentry - // | sc_network::ObservedRole::OurGuardedAuthority - => ObservedRole::Full, ->>>>>>> Stashed changes } } } From 4affd775b4b5e7b10fa59fc270b4737ec9477154 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 18 Feb 2021 15:07:23 +0100 Subject: [PATCH 6/9] test runner --- Cargo.lock | 1981 +++++++---------- cli/Cargo.toml | 14 +- core-primitives/Cargo.toml | 6 +- erasure-coding/Cargo.toml | 4 +- node/collation-generation/Cargo.toml | 2 +- node/core/approval-voting/Cargo.toml | 20 +- node/core/av-store/Cargo.toml | 6 +- node/core/backing/Cargo.toml | 10 +- node/core/backing/src/lib.rs | 2 +- node/core/bitfield-signing/Cargo.toml | 2 +- node/core/bitfield-signing/src/lib.rs | 2 +- node/core/candidate-selection/Cargo.toml | 4 +- node/core/candidate-selection/src/lib.rs | 2 +- node/core/candidate-validation/Cargo.toml | 4 +- node/core/candidate-validation/src/lib.rs | 2 +- node/core/chain-api/Cargo.toml | 4 +- node/core/chain-api/src/lib.rs | 2 +- node/core/proposer/Cargo.toml | 22 +- node/core/proposer/src/lib.rs | 2 +- node/core/provisioner/Cargo.toml | 4 +- node/core/provisioner/src/lib.rs | 2 +- node/core/runtime-api/Cargo.toml | 8 +- node/core/runtime-api/src/lib.rs | 2 +- node/jaeger/Cargo.toml | 4 +- node/network/approval-distribution/Cargo.toml | 2 +- .../availability-distribution/Cargo.toml | 14 +- .../availability-distribution/src/lib.rs | 2 +- node/network/availability-recovery/Cargo.toml | 6 +- node/network/bitfield-distribution/Cargo.toml | 6 +- node/network/bitfield-distribution/src/lib.rs | 2 +- node/network/bridge/Cargo.toml | 8 +- node/network/bridge/src/lib.rs | 2 +- node/network/collator-protocol/Cargo.toml | 4 +- node/network/collator-protocol/src/lib.rs | 2 +- node/network/pov-distribution/Cargo.toml | 4 +- node/network/pov-distribution/src/lib.rs | 2 +- node/network/protocol/Cargo.toml | 2 +- node/network/protocol/src/lib.rs | 2 +- .../network/statement-distribution/Cargo.toml | 12 +- .../network/statement-distribution/src/lib.rs | 2 +- node/overseer/Cargo.toml | 4 +- node/primitives/Cargo.toml | 10 +- node/service/Cargo.toml | 82 +- node/subsystem-test-helpers/Cargo.toml | 4 +- node/subsystem-util/Cargo.toml | 10 +- node/subsystem/Cargo.toml | 6 +- node/test/client/Cargo.toml | 28 +- node/test/runtime/Cargo.toml | 48 +- node/test/runtime/src/lib.rs | 224 +- node/test/service/Cargo.toml | 62 +- parachain/Cargo.toml | 14 +- parachain/test-parachains/Cargo.toml | 2 +- parachain/test-parachains/adder/Cargo.toml | 4 +- .../test-parachains/adder/collator/Cargo.toml | 14 +- primitives/Cargo.toml | 30 +- rpc/Cargo.toml | 40 +- runtime/common/Cargo.toml | 54 +- runtime/kusama/Cargo.toml | 112 +- runtime/parachains/Cargo.toml | 58 +- runtime/polkadot/Cargo.toml | 108 +- runtime/rococo/Cargo.toml | 66 +- runtime/test-runtime/Cargo.toml | 76 +- runtime/westend/Cargo.toml | 110 +- statement-table/Cargo.toml | 2 +- xcm/xcm-builder/Cargo.toml | 10 +- xcm/xcm-executor/Cargo.toml | 12 +- 66 files changed, 1586 insertions(+), 1787 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4060db15437d..15c669fe26ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1714,7 +1714,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "parity-scale-codec 2.0.0", ] @@ -1732,25 +1732,25 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "linregress", "parity-scale-codec 2.0.0", "paste 1.0.4", "sp-api", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", + "sp-storage", ] [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "Inflector", "chrono", @@ -1762,28 +1762,28 @@ dependencies = [ "sc-executor", "sc-service", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime", + "sp-state-machine", "structopt", ] [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] @@ -1793,19 +1793,8 @@ source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provid dependencies = [ "parity-scale-codec 2.0.0", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", -] - -[[package]] -name = "frame-metadata" -version = "13.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "parity-scale-codec 2.0.0", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-std", ] [[package]] @@ -1814,8 +1803,8 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#16fe4f7ace635f823d9d36971bf0636183eb086f" dependencies = [ "bitflags", - "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", + "frame-metadata", + "frame-support-procedural", "impl-trait-for-tuples", "log 0.4.14", "once_cell", @@ -1823,41 +1812,15 @@ dependencies = [ "paste 1.0.4", "serde", "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", -] - -[[package]] -name = "frame-support" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "bitflags", - "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate)", - "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate)", - "impl-trait-for-tuples", - "log 0.4.14", - "once_cell", - "parity-scale-codec 2.0.0", - "paste 1.0.4", - "serde", - "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic", + "sp-core", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-state-machine", + "sp-std", + "sp-tracing", ] [[package]] @@ -1866,19 +1829,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#16fe4f7ace635f823d9d36971bf0636183eb086f" dependencies = [ "Inflector", - "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "frame-support-procedural" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "Inflector", - "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support-procedural-tools", "proc-macro2", "quote", "syn", @@ -1889,19 +1840,7 @@ name = "frame-support-procedural-tools" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#16fe4f7ace635f823d9d36971bf0636183eb086f" dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "frame-support-procedural-tools" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2", "quote", @@ -1918,66 +1857,40 @@ dependencies = [ "syn", ] -[[package]] -name = "frame-support-procedural-tools-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "frame-system" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#16fe4f7ace635f823d9d36971bf0636183eb086f" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", + "frame-support", "impl-trait-for-tuples", "parity-scale-codec 2.0.0", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", -] - -[[package]] -name = "frame-system" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "impl-trait-for-tuples", - "parity-scale-codec 2.0.0", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-version", ] [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "parity-scale-codec 2.0.0", "sp-api", @@ -2991,8 +2904,8 @@ dependencies = [ "bitvec 0.20.1", "frame-benchmarking", "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "hex-literal", @@ -3045,18 +2958,18 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-offchain", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "sp-session", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie", + "sp-version", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -4285,116 +4198,116 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "pallet-session", "parity-scale-codec 2.0.0", "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", "sp-authority-discovery", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec 2.0.0", "sp-authorship", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "pallet-authorship", "pallet-session", "pallet-timestamp", "parity-scale-codec 2.0.0", "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", "sp-consensus-babe", "sp-consensus-vrf", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking", + "sp-std", "sp-timestamp", ] [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "pallet-treasury", "parity-scale-codec 2.0.0", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -4402,174 +4315,174 @@ name = "pallet-election-provider-multi-phase" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#16fe4f7ace635f823d9d36971bf0636183eb086f" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", + "sp-arithmetic", "sp-election-providers", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-npos-elections 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-std", "static_assertions", ] [[package]] name = "pallet-elections-phragmen" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-npos-elections 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-npos-elections", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "pallet-authorship", "pallet-session", "parity-scale-codec 2.0.0", "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-core", "sp-finality-grandpa", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "sp-session", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "enumflags2", "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "pallet-authorship", "parity-scale-codec 2.0.0", "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-io", "sp-keyring", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "pallet-balances", "parity-scale-codec 2.0.0", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "pallet-babe", "pallet-balances", "pallet-grandpa", @@ -4578,146 +4491,148 @@ dependencies = [ "pallet-session", "pallet-staking", "parity-scale-codec 2.0.0", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-election-providers", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "safe-mix", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "enumflags2", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "pallet-timestamp", "parity-scale-codec 2.0.0", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking", + "sp-std", + "sp-trie", ] [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "pallet-session", "pallet-staking", "rand 0.7.3", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "sp-session", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std", ] [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "rand_chacha 0.2.2", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "pallet-authorship", "pallet-session", "parity-scale-codec 2.0.0", "rand_chacha 0.2.2", "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-npos-elections 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-election-providers", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-staking", + "sp-std", "static_assertions", ] [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4728,70 +4643,70 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec 2.0.0", "serde", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "pallet-treasury", "parity-scale-codec 2.0.0", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4800,67 +4715,67 @@ dependencies = [ "parity-scale-codec 2.0.0", "sp-api", "sp-blockchain", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-rpc", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "pallet-transaction-payment", "parity-scale-codec 2.0.0", "sp-api", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", ] [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec 2.0.0", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "enumflags2", "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "parity-scale-codec 2.0.0", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-std", ] [[package]] @@ -5325,7 +5240,7 @@ dependencies = [ "polkadot-primitives", "rand_core 0.5.1", "schnorrkel", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "tracing", "tracing-futures", ] @@ -5346,9 +5261,9 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-core", + "sp-keystore", "tracing", "tracing-futures", ] @@ -5368,11 +5283,11 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-keystore", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore", + "sp-tracing", "thiserror", "tracing", "tracing-futures", @@ -5396,8 +5311,8 @@ dependencies = [ "polkadot-primitives", "rand 0.8.3", "smallvec 1.6.1", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-core", "sp-keyring", "streamunordered", "thiserror", @@ -5416,8 +5331,8 @@ dependencies = [ "polkadot-service", "sc-cli", "sc-service", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-trie", "structopt", "substrate-browser-utils", "substrate-build-script-utils", @@ -5442,7 +5357,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-keyring", "thiserror", "tracing", @@ -5455,9 +5370,9 @@ version = "0.7.30" dependencies = [ "parity-scale-codec 2.0.0", "parity-util-mem", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -5467,8 +5382,8 @@ dependencies = [ "parity-scale-codec 2.0.0", "polkadot-primitives", "reed-solomon-erasure", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-trie", "thiserror", ] @@ -5488,7 +5403,7 @@ dependencies = [ "polkadot-primitives", "sc-authority-discovery", "sc-network", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-keyring", "strum", "tracing", @@ -5506,7 +5421,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "thiserror", "tracing", "tracing-futures", @@ -5533,14 +5448,14 @@ dependencies = [ "sc-client-api", "sc-keystore", "schnorrkel", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", "sp-blockchain", "sp-consensus-babe", "sp-consensus-slots", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore", + "sp-runtime", "tracing", "tracing-futures", ] @@ -5567,7 +5482,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sc-service", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-keyring", "thiserror", "tracing", @@ -5589,10 +5504,10 @@ dependencies = [ "polkadot-primitives", "polkadot-statement-table", "sc-keystore", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore", "thiserror", "tracing", "tracing-futures", @@ -5606,7 +5521,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore", "thiserror", "tracing", "tracing-futures", @@ -5622,8 +5537,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-keystore", "thiserror", "tracing", "tracing-futures", @@ -5642,7 +5557,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-parachain", "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-keyring", "tracing", "tracing-futures", @@ -5659,7 +5574,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sp-blockchain", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "tracing", "tracing-futures", ] @@ -5679,9 +5594,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", + "sp-runtime", "sp-transaction-pool", "substrate-prometheus-endpoint", "tracing", @@ -5697,8 +5612,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-keystore", "thiserror", "tracing", "tracing-futures", @@ -5718,7 +5633,7 @@ dependencies = [ "polkadot-primitives", "sp-api", "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "tracing", "tracing-futures", ] @@ -5734,7 +5649,7 @@ dependencies = [ "parking_lot 0.11.1", "polkadot-primitives", "sc-network", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "thiserror", ] @@ -5762,11 +5677,11 @@ dependencies = [ "polkadot-primitives", "polkadot-statement-table", "schnorrkel", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", "sp-consensus-babe", "sp-consensus-vrf", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", "thiserror", ] @@ -5794,7 +5709,7 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "substrate-prometheus-endpoint", "thiserror", "tracing", @@ -5819,7 +5734,7 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "tracing", "tracing-futures", ] @@ -5845,9 +5760,9 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-primitives", "sc-network", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-core", + "sp-keystore", "streamunordered", "substrate-prometheus-endpoint", "thiserror", @@ -5871,7 +5786,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-client-api", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "tracing", "tracing-futures", ] @@ -5892,12 +5807,12 @@ dependencies = [ "sc-executor", "serde", "shared_memory", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-externalities", + "sp-io", + "sp-runtime", + "sp-std", + "sp-wasm-interface", "static_assertions", "thiserror", ] @@ -5915,7 +5830,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-keyring", "thiserror", "tracing", @@ -5927,7 +5842,7 @@ name = "polkadot-primitives" version = "0.8.28" dependencies = [ "bitvec 0.20.1", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system", "hex-literal", "parity-scale-codec 2.0.0", "parity-util-mem", @@ -5936,19 +5851,19 @@ dependencies = [ "pretty_assertions", "serde", "sp-api", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-arithmetic", "sp-authority-discovery", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", "sp-serializer", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking", + "sp-std", + "sp-trie", + "sp-version", ] [[package]] @@ -5974,8 +5889,8 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore", + "sp-runtime", "sp-transaction-pool", "substrate-frame-rpc-system", ] @@ -5987,8 +5902,8 @@ dependencies = [ "bitvec 0.20.1", "frame-benchmarking", "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "hex-literal", @@ -6038,18 +5953,18 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-offchain", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "sp-session", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie", + "sp-version", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -6062,8 +5977,8 @@ version = "0.8.28" dependencies = [ "bitvec 0.20.1", "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "hex-literal", "libsecp256k1", "log 0.4.14", @@ -6087,17 +6002,17 @@ dependencies = [ "serde_derive", "serde_json", "sp-api", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-core", "sp-election-providers", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents", + "sp-io", "sp-keyring", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "sp-session", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking", + "sp-std", + "sp-trie", "static_assertions", "trie-db", "xcm", @@ -6110,8 +6025,8 @@ dependencies = [ "bitvec 0.20.1", "derive_more", "frame-benchmarking", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "futures 0.3.12", "hex-literal", "libsecp256k1", @@ -6137,18 +6052,18 @@ dependencies = [ "serde", "serde_json", "sp-api", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore", + "sp-runtime", "sp-session", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking", + "sp-std", + "sp-trie", + "sp-version", "xcm", "xcm-executor", ] @@ -6157,14 +6072,16 @@ dependencies = [ name = "polkadot-runtime-test" version = "0.8.28" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "pallet-balances", "pallet-sudo", "pallet-transaction-payment", "polkadot-cli", + "polkadot-primitives", "polkadot-runtime", "polkadot-runtime-common", + "polkadot-service", "sc-consensus", "sc-consensus-babe", "sc-consensus-manual-seal", @@ -6173,10 +6090,10 @@ dependencies = [ "sc-service", "sp-api", "sp-consensus-babe", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore", + "sp-runtime", "substrate-test-runner", ] @@ -6246,18 +6163,18 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-finality-grandpa", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents", + "sp-io", + "sp-keystore", "sp-offchain", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "sp-session", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine", + "sp-storage", "sp-transaction-pool", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie", "substrate-prometheus-endpoint", "thiserror", "tracing", @@ -6280,11 +6197,11 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-keystore", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore", + "sp-staking", "tracing", "tracing-futures", ] @@ -6295,7 +6212,7 @@ version = "0.8.28" dependencies = [ "parity-scale-codec 2.0.0", "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", ] [[package]] @@ -6314,11 +6231,11 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", "sp-keyring", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-state-machine", "sp-timestamp", "substrate-test-client", ] @@ -6329,8 +6246,8 @@ version = "0.8.28" dependencies = [ "bitvec 0.20.1", "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "frame-system-rpc-runtime-api", "hex-literal", "libsecp256k1", @@ -6366,19 +6283,19 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-election-providers", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents", + "sp-io", "sp-keyring", "sp-offchain", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "sp-session", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie", + "sp-version", "substrate-wasm-builder", "tiny-keccak", ] @@ -6388,7 +6305,7 @@ name = "polkadot-test-service" version = "0.8.28" dependencies = [ "frame-benchmarking", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system", "futures 0.1.30", "futures 0.3.12", "hex", @@ -6419,17 +6336,17 @@ dependencies = [ "sc-tracing", "sc-transaction-pool", "serde_json", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-finality-grandpa", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents", "sp-keyring", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-state-machine", "substrate-test-client", "substrate-test-utils", "tempfile", @@ -7176,8 +7093,8 @@ name = "rococo-runtime" version = "0.8.28" dependencies = [ "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "frame-system-rpc-runtime-api", "hex-literal", "pallet-authority-discovery", @@ -7207,16 +7124,16 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "sp-session", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -7363,7 +7280,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "async-trait", "derive_more", @@ -7382,16 +7299,16 @@ dependencies = [ "sp-api", "sp-authority-discovery", "sp-blockchain", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", ] [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -7404,9 +7321,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", + "sp-runtime", "sp-transaction-pool", "substrate-prometheus-endpoint", ] @@ -7414,7 +7331,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "parity-scale-codec 2.0.0", "sc-client-api", @@ -7422,16 +7339,16 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec 2.0.0", @@ -7445,14 +7362,14 @@ dependencies = [ "serde_json", "sp-chain-spec", "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", ] [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7463,7 +7380,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "chrono", "fdlimit", @@ -7485,13 +7402,13 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore", + "sp-panic-handler", + "sp-runtime", "sp-utils", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version", "structopt", "thiserror", "tiny-bip39", @@ -7501,7 +7418,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "derive_more", "fnv", @@ -7516,26 +7433,26 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-database", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", "sp-transaction-pool", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie", "sp-utils", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "blake2-rfc", "hash-db", @@ -7551,32 +7468,32 @@ dependencies = [ "sc-client-api", "sc-executor", "sc-state-db", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-database", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-state-machine", + "sp-trie", "substrate-prometheus-endpoint", ] [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", ] [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "derive_more", "fork-tree", @@ -7601,28 +7518,28 @@ dependencies = [ "schnorrkel", "serde", "sp-api", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", "sp-timestamp", "sp-utils", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version", "substrate-prometheus-endpoint", ] [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "derive_more", "futures 0.3.12", @@ -7634,32 +7551,32 @@ dependencies = [ "sc-rpc-api", "serde", "sp-api", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-keystore", + "sp-runtime", ] [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "fork-tree", "parity-scale-codec 2.0.0", "parking_lot 0.11.1", "sc-client-api", "sp-blockchain", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", ] [[package]] name = "sc-consensus-manual-seal" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "assert_matches", "derive_more", @@ -7680,11 +7597,11 @@ dependencies = [ "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore", + "sp-runtime", "sp-timestamp", "sp-transaction-pool", "substrate-prometheus-endpoint", @@ -7693,7 +7610,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -7703,37 +7620,37 @@ dependencies = [ "sc-client-api", "sc-telemetry", "sp-api", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-trie", "thiserror", ] [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "log 0.4.14", "sc-client-api", "sp-authorship", "sp-consensus", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", + "sp-runtime", ] [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "derive_more", "lazy_static", @@ -7746,31 +7663,31 @@ dependencies = [ "sc-executor-wasmi", "sc-executor-wasmtime", "sp-api", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-externalities", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface", "sp-serializer", "sp-tasks", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie", + "sp-version", + "sp-wasm-interface", "wasmi", ] [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "derive_more", "parity-scale-codec 2.0.0", "parity-wasm 0.41.0", "sp-allocator", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-serializer", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface", "thiserror", "wasmi", ] @@ -7778,22 +7695,22 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "log 0.4.14", "parity-scale-codec 2.0.0", "sc-executor-common", "sp-allocator", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime-interface", + "sp-wasm-interface", "wasmi", ] [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "log 0.4.14", "parity-scale-codec 2.0.0", @@ -7802,16 +7719,16 @@ dependencies = [ "sc-executor-common", "scoped-tls", "sp-allocator", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "derive_more", "dyn-clone", @@ -7834,15 +7751,15 @@ dependencies = [ "sc-telemetry", "serde_json", "sp-api", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-finality-grandpa", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents", + "sp-keystore", + "sp-runtime", "sp-utils", "substrate-prometheus-endpoint", ] @@ -7850,7 +7767,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "derive_more", "finality-grandpa", @@ -7867,14 +7784,14 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", ] [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "derive_more", "futures 0.3.12", @@ -7888,13 +7805,13 @@ dependencies = [ "sc-network", "sc-service", "sp-blockchain", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", ] [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "ansi_term 0.12.1", "futures 0.3.12", @@ -7903,7 +7820,7 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "sp-transaction-pool", "sp-utils", "wasm-timer", @@ -7912,7 +7829,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "async-trait", "derive_more", @@ -7923,16 +7840,16 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "serde_json", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-core", + "sp-keystore", "subtle 2.4.0", ] [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "hash-db", "lazy_static", @@ -7942,16 +7859,16 @@ dependencies = [ "sc-executor", "sp-api", "sp-blockchain", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-externalities", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "async-std", "async-trait", @@ -7987,11 +7904,11 @@ dependencies = [ "serde", "serde_json", "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", "sp-utils", "substrate-prometheus-endpoint", "thiserror", @@ -8004,7 +7921,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -8012,7 +7929,7 @@ dependencies = [ "log 0.4.14", "lru", "sc-network", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "substrate-prometheus-endpoint", "wasm-timer", ] @@ -8020,7 +7937,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "bytes 0.5.6", "fnv", @@ -8037,9 +7954,9 @@ dependencies = [ "sc-keystore", "sc-network", "sp-api", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-offchain", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "sp-utils", "threadpool", ] @@ -8047,7 +7964,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "futures 0.3.12", "libp2p", @@ -8060,7 +7977,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "log 0.4.14", "substrate-prometheus-endpoint", @@ -8069,7 +7986,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "futures 0.3.12", "hash-db", @@ -8088,22 +8005,22 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-chain-spec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-keystore", "sp-offchain", "sp-rpc", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "sp-session", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine", "sp-transaction-pool", "sp-utils", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version", ] [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "derive_more", "futures 0.3.12", @@ -8117,17 +8034,17 @@ dependencies = [ "serde", "serde_json", "sp-chain-spec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-rpc", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "sp-transaction-pool", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version", ] [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "futures 0.1.30", "jsonrpc-core", @@ -8138,14 +8055,14 @@ dependencies = [ "log 0.4.14", "serde", "serde_json", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "substrate-prometheus-endpoint", ] [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "directories", "exit-future", @@ -8180,23 +8097,23 @@ dependencies = [ "serde", "serde_json", "sp-api", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", "sp-session", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine", + "sp-tracing", "sp-transaction-pool", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie", "sp-utils", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version", "substrate-prometheus-endpoint", "tempfile", "thiserror", @@ -8208,7 +8125,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "log 0.4.14", "parity-scale-codec 2.0.0", @@ -8216,14 +8133,14 @@ dependencies = [ "parity-util-mem-derive", "parking_lot 0.11.1", "sc-client-api", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "thiserror", ] [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8236,14 +8153,14 @@ dependencies = [ "sc-rpc-api", "serde_json", "sp-blockchain", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "thiserror", ] [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "chrono", "futures 0.3.12", @@ -8265,7 +8182,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8280,7 +8197,7 @@ dependencies = [ "sc-tracing-proc-macro", "serde", "serde_json", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-tracing", "thiserror", "tracing", "tracing-core", @@ -8293,7 +8210,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8304,7 +8221,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "derive_more", "futures 0.3.12", @@ -8315,8 +8232,8 @@ dependencies = [ "retain_mut", "serde", "sp-blockchain", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", "sp-transaction-pool", "sp-utils", "thiserror", @@ -8326,7 +8243,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "futures 0.3.12", "futures-diagnose", @@ -8339,9 +8256,9 @@ dependencies = [ "sc-transaction-graph", "sp-api", "sp-blockchain", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", + "sp-tracing", "sp-transaction-pool", "sp-utils", "substrate-prometheus-endpoint", @@ -8770,35 +8687,35 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "log 0.4.14", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-std", + "sp-wasm-interface", "thiserror", ] [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "hash-db", "parity-scale-codec 2.0.0", "sp-api-proc-macro", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-version", "thiserror", ] [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -8814,21 +8731,9 @@ source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provid dependencies = [ "parity-scale-codec 2.0.0", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", -] - -[[package]] -name = "sp-application-crypto" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "parity-scale-codec 2.0.0", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-io", + "sp-std", ] [[package]] @@ -8840,62 +8745,49 @@ dependencies = [ "num-traits", "parity-scale-codec 2.0.0", "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", -] - -[[package]] -name = "sp-arithmetic" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec 2.0.0", - "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-debug-derive", + "sp-std", ] [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "parity-scale-codec 2.0.0", "sp-api", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "parity-scale-codec 2.0.0", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "parity-scale-codec 2.0.0", "sp-api", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "futures 0.3.12", "log 0.4.14", @@ -8905,15 +8797,15 @@ dependencies = [ "sp-api", "sp-consensus", "sp-database", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-state-machine", "thiserror", ] [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "serde", "serde_json", @@ -8922,7 +8814,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -8932,14 +8824,14 @@ dependencies = [ "parking_lot 0.11.1", "serde", "sp-api", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", "sp-utils", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -8948,43 +8840,43 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "merlin", "parity-scale-codec 2.0.0", "sp-api", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "parity-scale-codec 2.0.0", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic", + "sp-runtime", ] [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "parity-scale-codec 2.0.0", "schnorrkel", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -9017,55 +8909,11 @@ dependencies = [ "secrecy", "serde", "sha2 0.9.3", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "substrate-bip39", - "thiserror", - "tiny-bip39", - "tiny-keccak", - "twox-hash", - "wasmi", - "zeroize", -] - -[[package]] -name = "sp-core" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "base58", - "blake2-rfc", - "byteorder", - "dyn-clonable", - "ed25519-dalek", - "futures 0.3.12", - "hash-db", - "hash256-std-hasher", - "hex", - "impl-serde", - "lazy_static", - "libsecp256k1", - "log 0.4.14", - "merlin", - "num-traits", - "parity-scale-codec 2.0.0", - "parity-util-mem", - "parking_lot 0.11.1", - "primitive-types", - "rand 0.7.3", - "regex", - "schnorrkel", - "secrecy", - "serde", - "sha2 0.9.3", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "substrate-bip39", "thiserror", "tiny-bip39", @@ -9078,7 +8926,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9094,25 +8942,15 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-debug-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-election-providers" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#16fe4f7ace635f823d9d36971bf0636183eb086f" dependencies = [ "parity-scale-codec 2.0.0", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-npos-elections 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", + "sp-arithmetic", + "sp-npos-elections", + "sp-std", ] [[package]] @@ -9122,36 +8960,25 @@ source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provid dependencies = [ "environmental", "parity-scale-codec 2.0.0", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", -] - -[[package]] -name = "sp-externalities" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "environmental", - "parity-scale-codec 2.0.0", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std", + "sp-storage", ] [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "finality-grandpa", "log 0.4.14", "parity-scale-codec 2.0.0", "serde", "sp-api", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-std", ] [[package]] @@ -9161,20 +8988,8 @@ source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provid dependencies = [ "parity-scale-codec 2.0.0", "parking_lot 0.11.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "thiserror", -] - -[[package]] -name = "sp-inherents" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "parity-scale-codec 2.0.0", - "parking_lot 0.11.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-std", "thiserror", ] @@ -9189,39 +9004,15 @@ dependencies = [ "log 0.4.14", "parity-scale-codec 2.0.0", "parking_lot 0.11.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "tracing", - "tracing-core", -] - -[[package]] -name = "sp-io" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "futures 0.3.12", - "hash-db", - "libsecp256k1", - "log 0.4.14", - "parity-scale-codec 2.0.0", - "parking_lot 0.11.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-trie", + "sp-wasm-interface", "tracing", "tracing-core", ] @@ -9229,11 +9020,11 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "lazy_static", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", "strum", ] @@ -9241,22 +9032,6 @@ dependencies = [ name = "sp-keystore" version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#16fe4f7ace635f823d9d36971bf0636183eb086f" -dependencies = [ - "async-trait", - "derive_more", - "futures 0.3.12", - "merlin", - "parity-scale-codec 2.0.0", - "parking_lot 0.11.1", - "schnorrkel", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", -] - -[[package]] -name = "sp-keystore" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" dependencies = [ "async-trait", "derive_more", @@ -9266,8 +9041,8 @@ dependencies = [ "parking_lot 0.11.1", "schnorrkel", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-externalities", ] [[package]] @@ -9277,23 +9052,10 @@ source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provid dependencies = [ "parity-scale-codec 2.0.0", "serde", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-npos-elections-compact 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", -] - -[[package]] -name = "sp-npos-elections" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "parity-scale-codec 2.0.0", - "serde", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-npos-elections-compact 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic", + "sp-core", + "sp-npos-elections-compact", + "sp-std", ] [[package]] @@ -9307,25 +9069,14 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-npos-elections-compact" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "sp-api", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", ] [[package]] @@ -9336,21 +9087,13 @@ dependencies = [ "backtrace", ] -[[package]] -name = "sp-panic-handler" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "backtrace", -] - [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", ] [[package]] @@ -9367,32 +9110,11 @@ dependencies = [ "paste 1.0.4", "rand 0.7.3", "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", -] - -[[package]] -name = "sp-runtime" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log 0.4.14", - "parity-scale-codec 2.0.0", - "parity-util-mem", - "paste 1.0.4", - "rand 0.7.3", - "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", ] [[package]] @@ -9403,29 +9125,12 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec 2.0.0", "primitive-types", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec 2.0.0", - "primitive-types", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] @@ -9441,22 +9146,10 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "Inflector", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "serde", "serde_json", @@ -9465,14 +9158,14 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "parity-scale-codec 2.0.0", "sp-api", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -9481,18 +9174,8 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#16fe4f7ace635f823d9d36971bf0636183eb086f" dependencies = [ "parity-scale-codec 2.0.0", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", -] - -[[package]] -name = "sp-staking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "parity-scale-codec 2.0.0", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-std", ] [[package]] @@ -9507,33 +9190,11 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "thiserror", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-state-machine" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "hash-db", - "log 0.4.14", - "num-traits", - "parity-scale-codec 2.0.0", - "parking_lot 0.11.1", - "rand 0.7.3", - "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-externalities", + "sp-panic-handler", + "sp-std", + "sp-trie", "thiserror", "trie-db", "trie-root", @@ -9544,11 +9205,6 @@ name = "sp-std" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#16fe4f7ace635f823d9d36971bf0636183eb086f" -[[package]] -name = "sp-std" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" - [[package]] name = "sp-storage" version = "3.0.0" @@ -9558,47 +9214,34 @@ dependencies = [ "parity-scale-codec 2.0.0", "ref-cast", "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", -] - -[[package]] -name = "sp-storage" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "impl-serde", - "parity-scale-codec 2.0.0", - "ref-cast", - "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-debug-derive", + "sp-std", ] [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "log 0.4.14", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-externalities", + "sp-io", + "sp-runtime-interface", + "sp-std", ] [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec 2.0.0", "sp-api", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents", + "sp-runtime", + "sp-std", "wasm-timer", ] @@ -9609,20 +9252,7 @@ source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provid dependencies = [ "log 0.4.14", "parity-scale-codec 2.0.0", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "tracing", - "tracing-core", - "tracing-subscriber", -] - -[[package]] -name = "sp-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "log 0.4.14", - "parity-scale-codec 2.0.0", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std", "tracing", "tracing-core", "tracing-subscriber", @@ -9631,7 +9261,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "derive_more", "futures 0.3.12", @@ -9640,7 +9270,7 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "thiserror", ] @@ -9652,22 +9282,8 @@ dependencies = [ "hash-db", "memory-db", "parity-scale-codec 2.0.0", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-trie" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "hash-db", - "memory-db", - "parity-scale-codec 2.0.0", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-std", "trie-db", "trie-root", ] @@ -9675,7 +9291,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "futures 0.3.12", "futures-core", @@ -9692,20 +9308,8 @@ dependencies = [ "impl-serde", "parity-scale-codec 2.0.0", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", -] - -[[package]] -name = "sp-version" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "impl-serde", - "parity-scale-codec 2.0.0", - "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-std", ] [[package]] @@ -9715,18 +9319,7 @@ source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provid dependencies = [ "impl-trait-for-tuples", "parity-scale-codec 2.0.0", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned)", - "wasmi", -] - -[[package]] -name = "sp-wasm-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec 2.0.0", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std", "wasmi", ] @@ -9855,7 +9448,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "chrono", "console_error_panic_hook", @@ -9882,7 +9475,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "platforms", ] @@ -9890,7 +9483,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.12", @@ -9905,15 +9498,15 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-runtime", "sp-transaction-pool", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "async-std", "derive_more", @@ -9927,7 +9520,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "futures 0.1.30", "futures 0.3.12", @@ -9944,20 +9537,20 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "substrate-test-runner" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate-test-runner#6814c17abdd7a264e8846db3bee00731a20f91ee" +source = "git+https://github.com/paritytech/substrate-test-runner?branch=kiz-test-runner#468e0bfc542b0040f1538eea75cee2ec99ac7f80" dependencies = [ "env_logger 0.7.1", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system", "futures 0.1.30", "futures 0.3.12", "jsonrpc-core", @@ -9981,18 +9574,18 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-externalities", + "sp-inherents", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore", "sp-offchain", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", + "sp-runtime-interface", "sp-session", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine", "sp-transaction-pool", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface", "tokio 0.2.25", "tokio-compat", ] @@ -10000,7 +9593,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "futures 0.3.12", "substrate-test-utils-derive", @@ -10010,7 +9603,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#743accbe3256de2fc615adcaa3ab03ebdbbb4dbd" +source = "git+https://github.com/paritytech/substrate?branch=kiz-election-provider-2-two-phase-unsigned#2c6ac8002e22db55d9b8abae8ceb32808eec9f3d" dependencies = [ "proc-macro-crate", "quote", @@ -10116,8 +9709,8 @@ dependencies = [ "dlmalloc", "parity-scale-codec 2.0.0", "polkadot-parachain", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io", + "sp-std", "substrate-wasm-builder", "tiny-keccak", ] @@ -10140,7 +9733,7 @@ dependencies = [ "sc-authority-discovery", "sc-cli", "sc-service", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "sp-keyring", "structopt", "substrate-test-utils", @@ -10161,7 +9754,7 @@ version = "0.7.22" dependencies = [ "parity-scale-codec 2.0.0", "polkadot-parachain", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", "test-parachain-adder", "test-parachain-halt", "tiny-keccak", @@ -11417,8 +11010,8 @@ dependencies = [ "bitvec 0.20.1", "frame-benchmarking", "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "hex-literal", @@ -11470,18 +11063,18 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-offchain", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime", "sp-session", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie", + "sp-version", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -11587,13 +11180,13 @@ dependencies = [ name = "xcm-builder" version = "0.8.22" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", "parity-scale-codec 2.0.0", "polkadot-parachain", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -11602,14 +11195,14 @@ dependencies = [ name = "xcm-executor" version = "0.8.22" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support", "impl-trait-for-tuples", "parity-scale-codec 2.0.0", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4e29c3dc8538..bef07691de45 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,19 +24,19 @@ futures = "0.3.12" service = { package = "polkadot-service", path = "../node/service", default-features = false, optional = true } polkadot-parachain = { path = "../parachain", optional = true } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } tracing-futures = "0.2.4" -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-cli = { git = "https://github.com/paritytech/substrate", optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-service = { git = "https://github.com/paritytech/substrate", optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } # this crate is used only to enable `trie-memory-tracker` feature # see https://github.com/paritytech/substrate/pull/6745 -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } [features] default = [ "wasmtime", "db", "cli", "full-node", "trie-memory-tracker", "polkadot-parachain" ] diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index 4007c9a90037..7603f4b959a7 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] } parity-util-mem = { version = "0.9.0", default-features = false, optional = true } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 752b2057d771..49be47c5b6d8 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -8,6 +8,6 @@ edition = "2018" primitives = { package = "polkadot-primitives", path = "../primitives" } reed_solomon = { package = "reed-solomon-erasure", version = "4.0.2" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } thiserror = "1.0.23" diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index 1a009b7a1333..2e04a1e151e4 100644 --- a/node/collation-generation/Cargo.toml +++ b/node/collation-generation/Cargo.toml @@ -13,7 +13,7 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } thiserror = "1.0.23" [dev-dependencies] diff --git a/node/core/approval-voting/Cargo.toml b/node/core/approval-voting/Cargo.toml index 35117355cbce..aa7f8012dd38 100644 --- a/node/core/approval-voting/Cargo.toml +++ b/node/core/approval-voting/Cargo.toml @@ -19,20 +19,20 @@ polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["full_crypto"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-client-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-keystore = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-consensus-slots = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"] , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } [dev-dependencies] parking_lot = "0.11.1" rand_core = "0.5.1" # should match schnorrkel -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } maplit = "1.0.2" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index 0a2d6f9be86d..588000b2c992 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -21,7 +21,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-service = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } [dev-dependencies] log = "0.4.13" @@ -29,8 +29,8 @@ env_logger = "0.8.2" assert_matches = "1.4.0" kvdb-memorydb = "0.9.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } parking_lot = "0.11.1" diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index faaa7285341e..99790b4173ee 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] futures = "0.3.12" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } @@ -19,10 +19,10 @@ tracing-futures = "0.2.4" thiserror = "1.0.23" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } futures = { version = "0.3.12", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/backing/src/lib.rs b/node/core/backing/src/lib.rs index 4551c4feaa48..40af7e51cf30 100644 --- a/node/core/backing/src/lib.rs +++ b/node/core/backing/src/lib.rs @@ -16,7 +16,7 @@ //! Implements a `CandidateBackingSubsystem`. -#![deny(unused_crate_dependencies)] +// #![deny(unused_crate_dependencies)] use std::collections::{HashMap, HashSet}; use std::pin::Pin; diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index 813c3a123a30..e1a347d41a81 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -11,6 +11,6 @@ tracing-futures = "0.2.4" polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } wasm-timer = "0.2.5" thiserror = "1.0.23" diff --git a/node/core/bitfield-signing/src/lib.rs b/node/core/bitfield-signing/src/lib.rs index 1c5721a42dab..cb6dee05bd6e 100644 --- a/node/core/bitfield-signing/src/lib.rs +++ b/node/core/bitfield-signing/src/lib.rs @@ -16,7 +16,7 @@ //! The bitfield signing subsystem produces `SignedAvailabilityBitfield`s once per block. -#![deny(unused_crate_dependencies)] +// #![deny(unused_crate_dependencies)] #![warn(missing_docs)] #![recursion_limit="256"] diff --git a/node/core/candidate-selection/Cargo.toml b/node/core/candidate-selection/Cargo.toml index f5b473d0beb2..4e54c86795be 100644 --- a/node/core/candidate-selection/Cargo.toml +++ b/node/core/candidate-selection/Cargo.toml @@ -10,7 +10,7 @@ tracing = "0.1.22" tracing-futures = "0.2.4" thiserror = "1.0.23" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } @@ -18,4 +18,4 @@ polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } diff --git a/node/core/candidate-selection/src/lib.rs b/node/core/candidate-selection/src/lib.rs index daee7d530db3..a0f4a8039b34 100644 --- a/node/core/candidate-selection/src/lib.rs +++ b/node/core/candidate-selection/src/lib.rs @@ -17,7 +17,7 @@ //! The provisioner is responsible for assembling a relay chain block //! from a set of available parachain candidates of its choice. -#![deny(missing_docs, unused_crate_dependencies, unused_results)] +// #![deny(missing_docs, unused_crate_dependencies, unused_results)] use futures::{ channel::{mpsc, oneshot}, diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index ed3d6794ca24..79c3d9153b09 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -9,7 +9,7 @@ futures = "0.3.12" tracing = "0.1.22" tracing-futures = "0.2.4" -sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -19,7 +19,7 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } futures = { version = "0.3.12", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/candidate-validation/src/lib.rs b/node/core/candidate-validation/src/lib.rs index f6ca38437bfa..d20416344140 100644 --- a/node/core/candidate-validation/src/lib.rs +++ b/node/core/candidate-validation/src/lib.rs @@ -20,7 +20,7 @@ //! according to a validation function. This delegates validation to an underlying //! pool of processes used for execution of the Wasm. -#![deny(unused_crate_dependencies, unused_results)] +// #![deny(unused_crate_dependencies, unused_results)] #![warn(missing_docs)] use polkadot_subsystem::{ diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index cc00e064c5b6..8da5663caf86 100644 --- a/node/core/chain-api/Cargo.toml +++ b/node/core/chain-api/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" futures = "0.3.12" tracing = "0.1.22" tracing-futures = "0.2.4" -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -17,4 +17,4 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } futures = { version = "0.3.12", features = ["thread-pool"] } maplit = "1.0.2" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } diff --git a/node/core/chain-api/src/lib.rs b/node/core/chain-api/src/lib.rs index 534c41e3ef85..22b81b182c09 100644 --- a/node/core/chain-api/src/lib.rs +++ b/node/core/chain-api/src/lib.rs @@ -27,7 +27,7 @@ //! * Last finalized block number //! * Ancestors -#![deny(unused_crate_dependencies, unused_results)] +// #![deny(unused_crate_dependencies, unused_results)] #![warn(missing_docs)] use polkadot_subsystem::{ diff --git a/node/core/proposer/Cargo.toml b/node/core/proposer/Cargo.toml index 555cd947ae20..20545241f555 100644 --- a/node/core/proposer/Cargo.toml +++ b/node/core/proposer/Cargo.toml @@ -11,14 +11,14 @@ tracing = "0.1.22" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } diff --git a/node/core/proposer/src/lib.rs b/node/core/proposer/src/lib.rs index 66ce14b1b3fa..1609516faada 100644 --- a/node/core/proposer/src/lib.rs +++ b/node/core/proposer/src/lib.rs @@ -16,7 +16,7 @@ //! The proposer proposes new blocks to include -#![deny(unused_crate_dependencies, unused_results)] +// #![deny(unused_crate_dependencies, unused_results)] use futures::prelude::*; use futures::select; diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index 249b7afbf915..9df0524ead9b 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -16,5 +16,5 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } futures-timer = "3.0.2" [dev-dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } diff --git a/node/core/provisioner/src/lib.rs b/node/core/provisioner/src/lib.rs index 8f9421b25f9d..fad542af3d4f 100644 --- a/node/core/provisioner/src/lib.rs +++ b/node/core/provisioner/src/lib.rs @@ -17,7 +17,7 @@ //! The provisioner is responsible for assembling a relay chain block //! from a set of available parachain candidates of its choice. -#![deny(missing_docs, unused_crate_dependencies)] +// #![deny(missing_docs, unused_crate_dependencies)] use bitvec::vec::BitVec; use futures::{ diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index e564ac56050c..92eb7be43d12 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -11,16 +11,16 @@ tracing-futures = "0.2.4" memory-lru = "0.1.0" parity-util-mem = { version = "0.9.0", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } futures = { version = "0.3.12", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-primitives = { path = "../../primitives" } diff --git a/node/core/runtime-api/src/lib.rs b/node/core/runtime-api/src/lib.rs index cb32dd57728a..e4e723bf56de 100644 --- a/node/core/runtime-api/src/lib.rs +++ b/node/core/runtime-api/src/lib.rs @@ -19,7 +19,7 @@ //! This provides a clean, ownerless wrapper around the parachain-related runtime APIs. This crate //! can also be used to cache responses from heavy runtime APIs. -#![deny(unused_crate_dependencies)] +// #![deny(unused_crate_dependencies)] #![warn(missing_docs)] use polkadot_subsystem::{ diff --git a/node/jaeger/Cargo.toml b/node/jaeger/Cargo.toml index 86b1db3eda2b..ae235950d47d 100644 --- a/node/jaeger/Cargo.toml +++ b/node/jaeger/Cargo.toml @@ -11,7 +11,7 @@ mick-jaeger = "0.1.4" lazy_static = "1.4" parking_lot = "0.11.1" polkadot-primitives = { path = "../../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } thiserror = "1.0.23" log = "0.4.13" diff --git a/node/network/approval-distribution/Cargo.toml b/node/network/approval-distribution/Cargo.toml index 26081d34d3f3..4e0d49368fde 100644 --- a/node/network/approval-distribution/Cargo.toml +++ b/node/network/approval-distribution/Cargo.toml @@ -16,7 +16,7 @@ tracing = "0.1.22" tracing-futures = "0.2.4" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-core = { git = "https://github.com/paritytech/substrate", features = ["std"] , branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index add6b2c43d33..8c131488f7fe 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -14,16 +14,16 @@ polkadot-erasure-coding = { path = "../../../erasure-coding" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", features = ["std"] , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } thiserror = "1.0.23" [dev-dependencies] polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", features = ["std"] , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } assert_matches = "1.4.0" maplit = "1.0" diff --git a/node/network/availability-distribution/src/lib.rs b/node/network/availability-distribution/src/lib.rs index a35be6a3a219..d46f23d7b459 100644 --- a/node/network/availability-distribution/src/lib.rs +++ b/node/network/availability-distribution/src/lib.rs @@ -22,7 +22,7 @@ //! peers. Verified in this context means, the erasure chunks contained merkle proof //! is checked. -#![deny(unused_crate_dependencies, unused_qualifications)] +// #![deny(unused_crate_dependencies, unused_qualifications)] use parity_scale_codec::{Decode, Encode}; use futures::{channel::oneshot, FutureExt, TryFutureExt}; diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index a5781891c6df..887da5230aa7 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -27,8 +27,8 @@ futures-timer = "3.0.2" log = "0.4.11" smallvec = "1.5.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 23118782839c..83d98af0c6ab 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -17,9 +17,9 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } maplit = "1.0.2" log = "0.4.13" env_logger = "0.8.2" diff --git a/node/network/bitfield-distribution/src/lib.rs b/node/network/bitfield-distribution/src/lib.rs index 1029acd6bb24..5636bce90149 100644 --- a/node/network/bitfield-distribution/src/lib.rs +++ b/node/network/bitfield-distribution/src/lib.rs @@ -20,7 +20,7 @@ //! for a particular relay parent. //! Independently of that, gossips on received messages from peers to other interested peers. -#![deny(unused_crate_dependencies)] +// #![deny(unused_crate_dependencies)] use parity_scale_codec::{Decode, Encode}; use futures::{channel::oneshot, FutureExt}; diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index dfb7e3afc593..5e63da19a17a 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -11,8 +11,8 @@ tracing = "0.1.22" tracing-futures = "0.2.4" polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-network-protocol = { path = "../protocol" } strum = "0.20.0" @@ -22,5 +22,5 @@ assert_matches = "1.4.0" parking_lot = "0.11.1" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-subsystem-util = { path = "../../subsystem-util"} -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } diff --git a/node/network/bridge/src/lib.rs b/node/network/bridge/src/lib.rs index 5b869f6392d6..a492148179f7 100644 --- a/node/network/bridge/src/lib.rs +++ b/node/network/bridge/src/lib.rs @@ -16,7 +16,7 @@ //! The Network Bridge Subsystem - protocol multiplexer for Polkadot. -#![deny(unused_crate_dependencies)] +// #![deny(unused_crate_dependencies)] #![warn(missing_docs)] diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index 6129467e9e89..afd9d36a9e06 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -22,7 +22,7 @@ env_logger = "0.8.2" assert_matches = "1.4.0" futures-timer = "3.0.2" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", features = ["std"] , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/collator-protocol/src/lib.rs b/node/network/collator-protocol/src/lib.rs index ba1147fef94f..390cb9bd1438 100644 --- a/node/network/collator-protocol/src/lib.rs +++ b/node/network/collator-protocol/src/lib.rs @@ -17,7 +17,7 @@ //! The Collator Protocol allows collators and validators talk to each other. //! This subsystem implements both sides of the collator protocol. -#![deny(missing_docs, unused_crate_dependencies)] +// #![deny(missing_docs, unused_crate_dependencies)] #![recursion_limit="256"] use std::time::Duration; diff --git a/node/network/pov-distribution/Cargo.toml b/node/network/pov-distribution/Cargo.toml index 33692a1411aa..854245bdae86 100644 --- a/node/network/pov-distribution/Cargo.toml +++ b/node/network/pov-distribution/Cargo.toml @@ -20,7 +20,7 @@ assert_matches = "1.4.0" env_logger = "0.8.1" log = "0.4.13" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/pov-distribution/src/lib.rs b/node/network/pov-distribution/src/lib.rs index 3df606983e0f..85b09c9b2329 100644 --- a/node/network/pov-distribution/src/lib.rs +++ b/node/network/pov-distribution/src/lib.rs @@ -19,7 +19,7 @@ //! This is a gossip implementation of code that is responsible for distributing PoVs //! among validators. -#![deny(unused_crate_dependencies)] +// #![deny(unused_crate_dependencies)] #![warn(missing_docs)] use polkadot_primitives::v1::{ diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index 6c56cbc29858..8520ab207398 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -10,7 +10,7 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } strum = { version = "0.20", features = ["derive"] } thiserror = "1.0.23" futures = "0.3.12" diff --git a/node/network/protocol/src/lib.rs b/node/network/protocol/src/lib.rs index 84b55943cdcd..7f980e4d4a93 100644 --- a/node/network/protocol/src/lib.rs +++ b/node/network/protocol/src/lib.rs @@ -16,7 +16,7 @@ //! Network protocol types for parachains. -#![deny(unused_crate_dependencies)] +// // #![deny(unused_crate_dependencies)] #![warn(missing_docs)] use polkadot_primitives::v1::{Hash, BlockNumber}; diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index 53343ace4e3d..9203234dd564 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -11,7 +11,7 @@ tracing = "0.1.22" tracing-futures = "0.2.4" polkadot-primitives = { path = "../../../primitives" } node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-network-protocol = { path = "../../network/protocol" } @@ -21,8 +21,8 @@ indexmap = "1.6.1" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } diff --git a/node/network/statement-distribution/src/lib.rs b/node/network/statement-distribution/src/lib.rs index 42e481631591..bd98fbcfd494 100644 --- a/node/network/statement-distribution/src/lib.rs +++ b/node/network/statement-distribution/src/lib.rs @@ -19,7 +19,7 @@ //! This is responsible for distributing signed statements about candidate //! validity amongst validators. -#![deny(unused_crate_dependencies)] +// #![deny(unused_crate_dependencies)] #![warn(missing_docs)] use polkadot_subsystem::{ diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index 07b5c87dad25..c307ce4abefe 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] async-trait = "0.1.42" -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } futures = "0.3.12" futures-timer = "3.0.2" oorandom = "11.1.3" @@ -18,7 +18,7 @@ tracing = "0.1.22" tracing-futures = "0.2.4" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-node-network-protocol = { path = "../network/protocol" } futures = { version = "0.3.12", features = ["thread-pool"] } futures-timer = "3.0.2" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 6259d114269c..7d13fa941dc6 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -10,10 +10,10 @@ futures = "0.3.12" polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } schnorrkel = "0.9.1" thiserror = "1.0.22" diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 58f5c5c23512..43c919270e2b 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -6,53 +6,53 @@ edition = "2018" [dependencies] # Substrate Client -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } # Substrate Primitives -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } # Substrate Pallets -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } # Substrate Other -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } # External Crates futures = "0.3.12" diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 6387e99d0a8e..feaa68e135e3 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -19,9 +19,9 @@ polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } smallvec = "1.6.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } [dev-dependencies] polkadot-overseer = { path = "../overseer" } diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index 0267b5db5705..a7085e1d2e46 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -24,11 +24,11 @@ polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-primitives = { path = "../../primitives" } metered-channel = { path = "../metered-channel"} -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } [dev-dependencies] assert_matches = "1.4.0" diff --git a/node/subsystem/Cargo.toml b/node/subsystem/Cargo.toml index 3fa2061f0491..e97ebbeb1386 100644 --- a/node/subsystem/Cargo.toml +++ b/node/subsystem/Cargo.toml @@ -23,10 +23,10 @@ polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } polkadot-node-jaeger = { path = "../jaeger" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } smallvec = "1.6.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } thiserror = "1.0.23" log = "0.4.13" diff --git a/node/test/client/Cargo.toml b/node/test/client/Cargo.toml index 7a8ae4cc4cc1..87b24bb25de9 100644 --- a/node/test/client/Cargo.toml +++ b/node/test/client/Cargo.toml @@ -14,19 +14,19 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } diff --git a/node/test/runtime/Cargo.toml b/node/test/runtime/Cargo.toml index e5c94b2a15bc..e6f8f87730c8 100644 --- a/node/test/runtime/Cargo.toml +++ b/node/test/runtime/Cargo.toml @@ -8,29 +8,35 @@ edition = "2018" [dependencies] -substrate-test-runner = { git = "https://github.com/paritytech/substrate-test-runner", branch = "master" } +substrate-test-runner = { git = "https://github.com/paritytech/substrate-test-runner", branch = "kiz-test-runner" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } -polkadot-runtime = { path = "../../../runtime/polkadot", version = "0.8.0" } -polkadot-runtime-common = { version = "0.8.0", path = "../../../runtime/common" } +polkadot-primitives = { version = "0.8.28", path = "../../../primitives" } polkadot-cli = { path = "../../../cli", version = "0.8.0" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } - -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } + +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } + +polkadot-service = { path = "../../../node/service", version = "0.8.3" } +polkadot-runtime = { path = "../../../runtime/polkadot", version = "0.8.28" } +polkadot-runtime-common = { path = "../../../runtime/common", version = "0.8.28" } + diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index a7d42dac73f9..f4d7716009f4 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -19,17 +19,19 @@ use substrate_test_runner::{Node, ChainInfo, SignatureVerificationOverride}; use grandpa::GrandpaBlockImport; use sc_service::{TFullBackend, TFullClient, Configuration, TaskManager, new_full_parts}; -use polkadot_runtime::{SignedExtra, Runtime, Event}; use sp_runtime::generic::Era; use std::sync::Arc; use sp_inherents::InherentDataProviders; use sc_consensus_babe::BabeBlockImport; use sp_keystore::SyncCryptoStorePtr; -use sp_keyring::sr25519::Keyring::{Alice, Bob}; -use node_cli::chain_spec::development_config; +use sp_keyring::sr25519::Keyring::Alice; +use polkadot_service::chain_spec::polkadot_config; +use polkadot_runtime_common::claims; use sp_consensus_babe::AuthorityId; use sc_consensus_manual_seal::{ConsensusDataProvider, consensus::babe::BabeConsensusDataProvider}; -use sp_runtime::{traits::IdentifyAccount, MultiSigner}; +use sp_runtime::{traits::IdentifyAccount, MultiSigner, AccountId32}; +use std::str::FromStr; +use polkadot_runtime::FastTrackVotingPeriod; type BlockImport = BabeBlockImport>; @@ -41,10 +43,10 @@ sc_executor::native_executor_instance!( ); /// ChainInfo implementation. -struct NodeTemplateChainInfo; +struct PolkadotChainInfo; -impl ChainInfo for NodeTemplateChainInfo { - type Block = node_primitives::Block; +impl ChainInfo for PolkadotChainInfo { + type Block = polkadot_primitives::v1::Block; type Executor = Executor; type Runtime = polkadot_runtime::Runtime; type RuntimeApi = polkadot_runtime::RuntimeApi; @@ -55,10 +57,10 @@ impl ChainInfo for NodeTemplateChainInfo { TFullClient, Self::SelectChain, >; - type SignedExtras = SignedExtra; + type SignedExtras = polkadot_runtime::SignedExtra; fn load_spec() -> Result, String> { - Ok(Box::new(development_config())) + Ok(Box::new(polkadot_config()?)) } fn signed_extras(from: ::AccountId) -> Self::SignedExtras { @@ -70,6 +72,7 @@ impl ChainInfo for NodeTemplateChainInfo { frame_system::CheckNonce::::from(frame_system::Module::::account_nonce(from)), frame_system::CheckWeight::::new(), pallet_transaction_payment::ChargeTransactionPayment::::from(0), + claims::PrevalidateAttests::::new(), ) } @@ -136,9 +139,206 @@ impl ChainInfo for NodeTemplateChainInfo { } fn dispatch_with_root(call: ::Call, node: &mut Node) { - let alice = MultiSigner::from(Alice.public()).into_account(); - let call = pallet_sudo::Call::sudo(Box::new(call)); // :D - node.submit_extrinsic(call, alice); + type SystemCall = frame_system::Call; + type DemocracyCall = pallet_democracy::Call; + type TechnicalCollectiveCall = pallet_collective::Call; + type CouncilCollectiveCall = pallet_collective::Call; + + // here lies a black mirror esque copy of on chain whales. + let whales = vec![ + "1rvXMZpAj9nKLQkPFCymyH7Fg3ZyKJhJbrc7UtHbTVhJm1A", + "15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK", + ] + .into_iter() + .map(|account| AccountId32::from_str(account).unwrap()) + .collect::>(); + + // and these + let (technical_collective, council_collective) = node.with_state(|| ( + pallet_collective::Members::::get(), + pallet_collective::Members::::get() + )); + + let call = Call::System(SystemCall::set_code(wasm)); + // note the call (pre-image?) of the runtime upgrade proposal + node.submit_extrinsic(DemocracyCall::note_preimage(call.encode()), whales[0].clone()); + node.seal_blocks(1); + + // fetch proposal hash from event emitted by the runtime + let events = node.with_state(|| frame_system::Module::::events()); + let proposal_hash = events.into_iter() + .filter_map(|event| match event.event { + Event::pallet_democracy( + pallet_democracy::RawEvent::PreimageNoted(proposal_hash, _, _) + ) => Some(proposal_hash), + _ => None + }) + .next() + .unwrap(); + + // submit external_propose call through council + let external_propose = DemocracyCall::external_propose_majority(proposal_hash.clone().into()); + let proposal_length = external_propose.using_encoded(|x| x.len()) as u32 + 1; + let proposal_weight = external_propose.get_dispatch_info().weight; + let proposal = CouncilCollectiveCall::propose( + council_collective.len() as u32, + Box::new(external_propose.clone().into()), + proposal_length + ); + + node.submit_extrinsic(proposal.clone(), council_collective[0].clone()); + node.seal_blocks(1); + + // fetch proposal index from event emitted by the runtime + let events = node.with_state(|| frame_system::Module::::events()); + let (council_proposal_index, council_proposal_hash) = events.into_iter() + .filter_map(|event| { + match event.event { + Event::pallet_collective_Instance1( + pallet_collective::RawEvent::Proposed(_, index, proposal_hash, _) + ) => Some((index, proposal_hash)), + _ => None + } + }) + .next() + .unwrap(); + + // vote + for member in &council_collective[1..] { + let call = CouncilCollectiveCall::vote(council_proposal_hash.clone(), council_proposal_index, true); + node.submit_extrinsic(call, member.clone()); + } + node.seal_blocks(1); + + // close vote + let call = CouncilCollectiveCall::close(council_proposal_hash, council_proposal_index, proposal_weight, proposal_length); + node.submit_extrinsic(call, council_collective[0].clone()); + node.seal_blocks(1); + + // assert that proposal has been passed on chain + let events = node.with_state(|| frame_system::Module::::events()) + .into_iter() + .filter(|event| { + match event.event { + Event::pallet_collective_Instance1(pallet_collective::RawEvent::Closed(_, _, _)) | + Event::pallet_collective_Instance1(pallet_collective::RawEvent::Approved(_,)) | + Event::pallet_collective_Instance1(pallet_collective::RawEvent::Executed(_, Ok(()))) => true, + _ => false, + } + }) + .collect::>(); + + // make sure all 3 events are in state + assert_eq!(events.len(), 3); + + // next technical collective must fast track the proposal. + let fast_track = DemocracyCall::fast_track(proposal_hash.into(), FastTrackVotingPeriod::get(), 0); + let proposal_weight = fast_track.get_dispatch_info().weight; + let fast_track_length = fast_track.using_encoded(|x| x.len()) as u32 + 1; + let proposal = TechnicalCollectiveCall::propose( + technical_collective.len() as u32, + Box::new(fast_track.into()), + fast_track_length + ); + + node.submit_extrinsic(proposal, technical_collective[0].clone()); + node.seal_blocks(1); + + let events = node.with_state(|| frame_system::Module::::events()); + let (technical_proposal_index, technical_proposal_hash) = events.into_iter() + .filter_map(|event| { + match event.event { + Event::pallet_collective_Instance2( + pallet_collective::RawEvent::Proposed(_, index, hash, _) + ) => Some((index, hash)), + _ => None + } + }) + .next() + .unwrap(); + + // vote + for member in &technical_collective[1..] { + let call = TechnicalCollectiveCall::vote(technical_proposal_hash.clone(), technical_proposal_index, true); + node.submit_extrinsic(call, member.clone()); + } node.seal_blocks(1); + + // close vote + let call = TechnicalCollectiveCall::close( + technical_proposal_hash, + technical_proposal_index, + proposal_weight, + fast_track_length, + ); + node.submit_extrinsic(call, technical_collective[0].clone()); + node.seal_blocks(1); + + // assert that fast-track proposal has been passed on chain + let events = node.with_state(|| frame_system::Module::::events()); + let collective_events = events.iter() + .filter(|event| { + match event.event { + Event::pallet_collective_Instance2(pallet_collective::RawEvent::Closed(_, _, _)) | + Event::pallet_collective_Instance2(pallet_collective::RawEvent::Approved(_)) | + Event::pallet_collective_Instance2(pallet_collective::RawEvent::Executed(_, Ok(()))) => true, + _ => false, + } + }) + .collect::>(); + + // make sure all 3 events are in state + assert_eq!(collective_events.len(), 3); + + // now runtime upgrade proposal is a fast-tracked referendum we can vote for. + let referendum_index = events.into_iter() + .filter_map(|event| match event.event { + Event::pallet_democracy(pallet_democracy::Event::::Started(index, _)) => Some(index), + _ => None, + }) + .next() + .unwrap(); + let call = DemocracyCall::vote( + referendum_index, + AccountVote::Standard { + vote: Vote { aye: true, conviction: Conviction::Locked1x }, + // 10 DOTS + balance: 10_000_000_000_000 + } + ); + for whale in whales { + node.submit_extrinsic(call.clone(), whale); + } + + // wait for fast track period. + node.seal_blocks(FastTrackVotingPeriod::get() as usize); + + // assert that the runtime is upgraded by looking at events + let events = node.with_state(|| frame_system::Module::::events()) + .into_iter() + .filter(|event| { + match event.event { + Event::frame_system(frame_system::Event::CodeUpdated) | + Event::pallet_democracy(pallet_democracy::RawEvent::Passed(_)) | + Event::pallet_democracy(pallet_democracy::RawEvent::PreimageUsed(_, _, _)) | + Event::pallet_democracy(pallet_democracy::RawEvent::Executed(_, true)) => true, + _ => false, + } + }) + .collect::>(); + + // make sure event is in state + assert_eq!(events.len(), 4); + } +} + +#[cfg(test)] +mod tests { + use super::*; + use substrate_test_runner::Node; + + #[test] + fn it_works() { + let node = Node::::new().unwrap(); } } diff --git a/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index c22920ca40f7..4f04c2ffe170 100644 --- a/node/test/service/Cargo.toml +++ b/node/test/service/Cargo.toml @@ -26,38 +26,38 @@ polkadot-test-runtime = { path = "../../../runtime/test-runtime" } polkadot-runtime-parachains = { path = "../../../runtime/parachains" } # Substrate dependencies -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } serde_json = "1.0.61" -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } tokio = { version = "0.2", features = ["macros"] } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index f1dd0076a20e..e96a7ae71a31 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -11,19 +11,19 @@ edition = "2018" # various unnecessary Substrate-specific endpoints. parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] } parity-util-mem = { version = "0.9.0", optional = true } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-wasm-interface = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-core-primitives = { path = "../core-primitives", default-features = false } derive_more = "0.99.11" # all optional crates. thiserror = { version = "1.0.22", optional = true } serde = { version = "1.0.117", default-features = false, features = [ "derive" ], optional = true } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-externalities = { git = "https://github.com/paritytech/substrate", optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-executor = { git = "https://github.com/paritytech/substrate", optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-io = { git = "https://github.com/paritytech/substrate", optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } parking_lot = { version = "0.11.1", optional = true } log = { version = "0.4.11", optional = true } futures = { version = "0.3.8", optional = true } diff --git a/parachain/test-parachains/Cargo.toml b/parachain/test-parachains/Cargo.toml index 75069345e2d7..06ba557272d2 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -14,7 +14,7 @@ adder = { package = "test-parachain-adder", path = "adder" } halt = { package = "test-parachain-halt", path = "halt" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index c631d188ec6b..2b7c4516dbb2 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -9,12 +9,12 @@ build = "build.rs" [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.1", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, features = [ "disable_allocator" ] , branch = "kiz-election-provider-2-two-phase-unsigned" } [build-dependencies] substrate-wasm-builder = "3.0.0" diff --git a/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index 4068d3c3f9e9..09e10de145e8 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/parachain/test-parachains/adder/collator/Cargo.toml @@ -23,18 +23,18 @@ polkadot-service = { path = "../../../../node/service" } polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } [dev-dependencies] polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } tokio = { version = "0.2", features = ["macros"] } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 98d1684f3df0..ce7a35c81933 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,28 +7,28 @@ edition = "2018" [dependencies] serde = { version = "1.0.123", optional = true, features = ["derive"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keystore = { git = "https://github.com/paritytech/substrate", optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } polkadot-parachain = { path = "../parachain", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } hex-literal = "0.3.1" parity-util-mem = { version = "0.9.0", default-features = false, optional = true } [dev-dependencies] -sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } pretty_assertions = "0.6.1" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 7a2179cc9725..960246f53f7c 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,24 +7,24 @@ edition = "2018" [dependencies] jsonrpc-core = "15.1.0" polkadot-primitives = { path = "../primitives" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master"} -txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } parity-scale-codec = { version = "2.0.0", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index b68edcffc0ba..0b056ca9622f 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -13,27 +13,27 @@ serde = { version = "1.0.123", default-features = false } serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system = {git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.3.5", default-features = false, optional = true } @@ -43,14 +43,14 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.3.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } sp-election-providers = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } trie-db = "0.22.3" serde_json = "1.0.61" libsecp256k1 = "0.3.5" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 4d22118b3362..a8ea77966469 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -15,62 +15,62 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-bounties = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-membership = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-nicks = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-recovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-society = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system = {git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-tips = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -80,8 +80,8 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } separator = "0.4.1" serde_json = "1.0.61" diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index a830546777ff..b6962fbcccc1 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -12,27 +12,27 @@ rustc-hex = { version = "2.1.0", default-features = false } serde = { version = "1.0.123", features = [ "derive" ], optional = true } derive_more = "0.99.11" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-keystore = { git = "https://github.com/paritytech/substrate", optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system = {git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } @@ -45,17 +45,17 @@ rand_chacha = { version = "0.3.0", default-features = false } [dev-dependencies] futures = "0.3.12" hex-literal = "0.3.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } serde_json = "1.0.61" libsecp256k1 = "0.3.5" -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master"} +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } [features] diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 43756c7d5961..7cfec1bfdab4 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -15,60 +15,60 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-bounties = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-membership = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-nicks = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system = {git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-tips = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -78,8 +78,8 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } trie-db = "0.22.3" serde_json = "1.0.61" diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index e99567539d2d..f1706b943eda 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -12,42 +12,42 @@ serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" hex-literal = "0.3.1" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index 6d98ee7fccdc..23c0822c361d 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -14,43 +14,43 @@ serde = { version = "1.0.123", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-election-providers = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-election-providers = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-nicks = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system = {git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -61,8 +61,8 @@ polkadot-runtime-parachains = { path = "../parachains", default-features = false hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } serde_json = "1.0.61" [build-dependencies] diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 99cf44452877..ff8c5c8144d0 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -15,61 +15,61 @@ serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" static_assertions = "1.1.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-membership = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-nicks = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-recovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-society = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system = {git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "kiz-election-provider-2-two-phase-unsigned" } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -80,8 +80,8 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } serde_json = "1.0.61" [build-dependencies] diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index ef7fe7dba14a..698afea143c2 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "kiz-election-provider-2-two-phase-unsigned" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index fc57e0f1fc8c..9b1d07045946 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -9,11 +9,11 @@ version = "0.8.22" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } # Polkadot dependencies polkadot-parachain = { path = "../../parachain", default-features = false } diff --git a/xcm/xcm-executor/Cargo.toml b/xcm/xcm-executor/Cargo.toml index bd60b2b67cfe..89382eb34a9c 100644 --- a/xcm/xcm-executor/Cargo.toml +++ b/xcm/xcm-executor/Cargo.toml @@ -9,12 +9,12 @@ version = "0.8.22" impl-trait-for-tuples = "0.2.0" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "kiz-election-provider-2-two-phase-unsigned" } [features] default = ["std"] From 9726b922763c094246774fb7e1a8827a062184be Mon Sep 17 00:00:00 2001 From: kianenigma Date: Wed, 24 Feb 2021 18:34:51 +0000 Subject: [PATCH 7/9] Add loggers --- node/test/runtime/src/lib.rs | 192 +---------------------------------- runtime/polkadot/src/lib.rs | 12 +++ 2 files changed, 13 insertions(+), 191 deletions(-) diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index 5dccbad1e481..66efd88e423a 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -141,196 +141,7 @@ impl ChainInfo for PolkadotChainInfo { } fn dispatch_with_root(call: ::Call, node: &mut Node) { - // type SystemCall = frame_system::Call; - // type DemocracyCall = pallet_democracy::Call; - // type TechnicalCollectiveCall = pallet_collective::Call; - // type CouncilCollectiveCall = pallet_collective::Call; - // - // // here lies a black mirror esque copy of on chain whales. - // let whales = vec![ - // "1rvXMZpAj9nKLQkPFCymyH7Fg3ZyKJhJbrc7UtHbTVhJm1A", - // "15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK", - // ] - // .into_iter() - // .map(|account| AccountId32::from_str(account).unwrap()) - // .collect::>(); - // - // // and these - // let (technical_collective, council_collective) = node.with_state(|| ( - // pallet_collective::Members::::get(), - // pallet_collective::Members::::get() - // )); - // - // let call = Call::System(SystemCall::set_code(wasm)); - // // note the call (pre-image?) of the runtime upgrade proposal - // node.submit_extrinsic(DemocracyCall::note_preimage(call.encode()), whales[0].clone()); - // node.seal_blocks(1); - // - // // fetch proposal hash from event emitted by the runtime - // let events = node.with_state(|| frame_system::Module::::events()); - // let proposal_hash = events.into_iter() - // .filter_map(|event| match event.event { - // Event::pallet_democracy( - // pallet_democracy::RawEvent::PreimageNoted(proposal_hash, _, _) - // ) => Some(proposal_hash), - // _ => None - // }) - // .next() - // .unwrap(); - // - // // submit external_propose call through council - // let external_propose = DemocracyCall::external_propose_majority(proposal_hash.clone().into()); - // let proposal_length = external_propose.using_encoded(|x| x.len()) as u32 + 1; - // let proposal_weight = external_propose.get_dispatch_info().weight; - // let proposal = CouncilCollectiveCall::propose( - // council_collective.len() as u32, - // Box::new(external_propose.clone().into()), - // proposal_length - // ); - // - // node.submit_extrinsic(proposal.clone(), council_collective[0].clone()); - // node.seal_blocks(1); - // - // // fetch proposal index from event emitted by the runtime - // let events = node.with_state(|| frame_system::Module::::events()); - // let (council_proposal_index, council_proposal_hash) = events.into_iter() - // .filter_map(|event| { - // match event.event { - // Event::pallet_collective_Instance1( - // pallet_collective::RawEvent::Proposed(_, index, proposal_hash, _) - // ) => Some((index, proposal_hash)), - // _ => None - // } - // }) - // .next() - // .unwrap(); - // - // // vote - // for member in &council_collective[1..] { - // let call = CouncilCollectiveCall::vote(council_proposal_hash.clone(), council_proposal_index, true); - // node.submit_extrinsic(call, member.clone()); - // } - // node.seal_blocks(1); - // - // // close vote - // let call = CouncilCollectiveCall::close(council_proposal_hash, council_proposal_index, proposal_weight, proposal_length); - // node.submit_extrinsic(call, council_collective[0].clone()); - // node.seal_blocks(1); - // - // // assert that proposal has been passed on chain - // let events = node.with_state(|| frame_system::Module::::events()) - // .into_iter() - // .filter(|event| { - // match event.event { - // Event::pallet_collective_Instance1(pallet_collective::RawEvent::Closed(_, _, _)) | - // Event::pallet_collective_Instance1(pallet_collective::RawEvent::Approved(_,)) | - // Event::pallet_collective_Instance1(pallet_collective::RawEvent::Executed(_, Ok(()))) => true, - // _ => false, - // } - // }) - // .collect::>(); - // - // // make sure all 3 events are in state - // assert_eq!(events.len(), 3); - // - // // next technical collective must fast track the proposal. - // let fast_track = DemocracyCall::fast_track(proposal_hash.into(), FastTrackVotingPeriod::get(), 0); - // let proposal_weight = fast_track.get_dispatch_info().weight; - // let fast_track_length = fast_track.using_encoded(|x| x.len()) as u32 + 1; - // let proposal = TechnicalCollectiveCall::propose( - // technical_collective.len() as u32, - // Box::new(fast_track.into()), - // fast_track_length - // ); - // - // node.submit_extrinsic(proposal, technical_collective[0].clone()); - // node.seal_blocks(1); - // - // let events = node.with_state(|| frame_system::Module::::events()); - // let (technical_proposal_index, technical_proposal_hash) = events.into_iter() - // .filter_map(|event| { - // match event.event { - // Event::pallet_collective_Instance2( - // pallet_collective::RawEvent::Proposed(_, index, hash, _) - // ) => Some((index, hash)), - // _ => None - // } - // }) - // .next() - // .unwrap(); - // - // // vote - // for member in &technical_collective[1..] { - // let call = TechnicalCollectiveCall::vote(technical_proposal_hash.clone(), technical_proposal_index, true); - // node.submit_extrinsic(call, member.clone()); - // } - // node.seal_blocks(1); - // - // // close vote - // let call = TechnicalCollectiveCall::close( - // technical_proposal_hash, - // technical_proposal_index, - // proposal_weight, - // fast_track_length, - // ); - // node.submit_extrinsic(call, technical_collective[0].clone()); - // node.seal_blocks(1); - // - // // assert that fast-track proposal has been passed on chain - // let events = node.with_state(|| frame_system::Module::::events()); - // let collective_events = events.iter() - // .filter(|event| { - // match event.event { - // Event::pallet_collective_Instance2(pallet_collective::RawEvent::Closed(_, _, _)) | - // Event::pallet_collective_Instance2(pallet_collective::RawEvent::Approved(_)) | - // Event::pallet_collective_Instance2(pallet_collective::RawEvent::Executed(_, Ok(()))) => true, - // _ => false, - // } - // }) - // .collect::>(); - // - // // make sure all 3 events are in state - // assert_eq!(collective_events.len(), 3); - // - // // now runtime upgrade proposal is a fast-tracked referendum we can vote for. - // let referendum_index = events.into_iter() - // .filter_map(|event| match event.event { - // Event::pallet_democracy(pallet_democracy::Event::::Started(index, _)) => Some(index), - // _ => None, - // }) - // .next() - // .unwrap(); - // let call = DemocracyCall::vote( - // referendum_index, - // AccountVote::Standard { - // vote: Vote { aye: true, conviction: Conviction::Locked1x }, - // // 10 DOTS - // balance: 10_000_000_000_000 - // } - // ); - // for whale in whales { - // node.submit_extrinsic(call.clone(), whale); - // } - // - // // wait for fast track period. - // node.seal_blocks(FastTrackVotingPeriod::get() as usize); - // - // // assert that the runtime is upgraded by looking at events - // let events = node.with_state(|| frame_system::Module::::events()) - // .into_iter() - // .filter(|event| { - // match event.event { - // Event::frame_system(frame_system::Event::CodeUpdated) | - // Event::pallet_democracy(pallet_democracy::RawEvent::Passed(_)) | - // Event::pallet_democracy(pallet_democracy::RawEvent::PreimageUsed(_, _, _)) | - // Event::pallet_democracy(pallet_democracy::RawEvent::Executed(_, true)) => true, - // _ => false, - // } - // }) - // .collect::>(); - // - // // make sure event is in state - // assert_eq!(events.len(), 4); + todo!() } } @@ -342,7 +153,6 @@ mod tests { #[test] fn it_works() { let mut node = Node::::new().unwrap(); - node.seal_blocks(100); } } diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 5c66a23dc69e..b610fc1266fc 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1076,10 +1076,14 @@ sp_api::impl_runtime_apis! { } fn execute_block(block: Block) { + frame_support::debug::RuntimeLogger::init(); + frame_support::debug::info!("Runtime logs here!"); Executive::execute_block(block) } fn initialize_block(header: &::Header) { + frame_support::debug::RuntimeLogger::init(); + frame_support::debug::info!("Runtime logs here!"); Executive::initialize_block(header) } } @@ -1092,14 +1096,20 @@ sp_api::impl_runtime_apis! { impl block_builder_api::BlockBuilder for Runtime { fn apply_extrinsic(extrinsic: ::Extrinsic) -> ApplyExtrinsicResult { + frame_support::debug::RuntimeLogger::init(); + frame_support::debug::info!("Runtime logs here!"); Executive::apply_extrinsic(extrinsic) } fn finalize_block() -> ::Header { + frame_support::debug::RuntimeLogger::init(); + frame_support::debug::info!("Runtime logs here!"); Executive::finalize_block() } fn inherent_extrinsics(data: inherents::InherentData) -> Vec<::Extrinsic> { + frame_support::debug::RuntimeLogger::init(); + frame_support::debug::info!("Runtime logs here!"); data.create_extrinsics() } @@ -1107,6 +1117,8 @@ sp_api::impl_runtime_apis! { block: Block, data: inherents::InherentData, ) -> inherents::CheckInherentsResult { + frame_support::debug::RuntimeLogger::init(); + frame_support::debug::info!("Runtime logs here!"); data.check_extrinsics(&block) } From 56b48bf7d047267d6a47830489ce3c42fddadcbe Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Mon, 1 Mar 2021 15:38:52 +0100 Subject: [PATCH 8/9] runtime logs --- Cargo.lock | 6 +- node/test/runtime/Cargo.toml | 5 +- node/test/runtime/src/lib.rs | 112 +++++++++++++++++++++++++++++++---- runtime/polkadot/src/lib.rs | 14 ++--- 4 files changed, 117 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 449d5ed9be38..139bc517ceae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6089,11 +6089,15 @@ dependencies = [ "polkadot-runtime", "polkadot-runtime-common", "polkadot-service", + "rand 0.7.3", + "sc-client-api", "sc-consensus", "sc-consensus-babe", "sc-consensus-manual-seal", "sc-executor", "sc-finality-grandpa", + "sc-informant", + "sc-network", "sc-service", "sp-api", "sp-consensus-babe", @@ -9554,7 +9558,7 @@ dependencies = [ [[package]] name = "substrate-test-runner" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate-test-runner?branch=bump-substrate#8dca67a5a3bf08e337f533105e6b3fac3c1f533f" +source = "git+https://github.com/paritytech/substrate-test-runner?branch=bump-substrate#6f70032b81a5e136c84f6c5f794d0f25deebec56" dependencies = [ "env_logger 0.7.1", "frame-system", diff --git a/node/test/runtime/Cargo.toml b/node/test/runtime/Cargo.toml index 623cb7260120..f94f59828d20 100644 --- a/node/test/runtime/Cargo.toml +++ b/node/test/runtime/Cargo.toml @@ -28,6 +28,9 @@ sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", br sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-informant = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } @@ -39,4 +42,4 @@ polkadot-service = { path = "../../../node/service", version = "0.8.3" } polkadot-runtime = { path = "../../../runtime/polkadot", version = "0.8.28" } polkadot-runtime-common = { path = "../../../runtime/common", version = "0.8.28" } - +rand = "0.7" diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index 66efd88e423a..e4edd98fce7c 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -16,9 +16,12 @@ //! End to end runtime tests -use substrate_test_runner::{Node, ChainInfo, SignatureVerificationOverride}; +use substrate_test_runner::{Node, ChainInfo, SignatureVerificationOverride, base_path}; use grandpa::GrandpaBlockImport; -use sc_service::{TFullBackend, TFullClient, Configuration, TaskManager, new_full_parts}; +use sc_service::{ + TFullBackend, TFullClient, Configuration, TaskManager, new_full_parts, TaskExecutor, + BasePath, Role, DatabaseConfig, KeepBlocks, TransactionStorageMode, ChainSpec, +}; use sp_runtime::generic::Era; use std::sync::Arc; use sp_inherents::InherentDataProviders; @@ -27,13 +30,14 @@ use sp_keystore::SyncCryptoStorePtr; use sp_keyring::sr25519::Keyring::Alice; use polkadot_service::chain_spec::polkadot_config; use polkadot_runtime_common::claims; -use polkadot_runtime::{Event, Runtime}; use sp_consensus_babe::AuthorityId; use sc_consensus_manual_seal::{ConsensusDataProvider, consensus::babe::BabeConsensusDataProvider}; -use sp_runtime::{traits::IdentifyAccount, MultiSigner, AccountId32}; -use std::str::FromStr; -use polkadot_runtime::FastTrackVotingPeriod; -use pallet_democracy::{AccountVote, Vote, Conviction}; +use sp_keyring::Sr25519Keyring; +use sc_service::config::{NetworkConfiguration, KeystoreConfig}; +use sc_executor::WasmExecutionMethod; +use sc_network::{multiaddr, config::TransportConfig}; +use sc_client_api::execution_extensions::ExecutionStrategies; +use sc_informant::OutputFormat; type BlockImport = BabeBlockImport>; @@ -61,8 +65,94 @@ impl ChainInfo for PolkadotChainInfo { >; type SignedExtras = polkadot_runtime::SignedExtra; - fn load_spec() -> Result, String> { - Ok(Box::new(polkadot_config()?)) + fn configuration(task_executor: TaskExecutor) -> Configuration { + let mut chain_spec = polkadot_config().expect("failed to create chainspec"); + let base_path = if let Some(base) = base_path() { + BasePath::new(base) + } else { + BasePath::new_temp_dir().expect("couldn't create a temp dir") + }; + let root_path = base_path.path().to_path_buf().join("chains").join(chain_spec.id()); + + let key_seed = Sr25519Keyring::Alice.to_seed(); + let storage = chain_spec + .as_storage_builder() + .build_storage() + .expect("could not build storage"); + + chain_spec.set_storage(storage); + + let mut network_config = NetworkConfiguration::new( + format!("Test Node for: {}", key_seed), + "network/test/0.1", + Default::default(), + None, + ); + let informant_output_format = OutputFormat { enable_color: false }; + + network_config.allow_non_globals_in_dht = true; + + network_config + .listen_addresses + .push(multiaddr::Protocol::Memory(rand::random()).into()); + + network_config.transport = TransportConfig::MemoryOnly; + + Configuration { + impl_name: "test-node".to_string(), + impl_version: "0.1".to_string(), + role: Role::Authority, + task_executor, + transaction_pool: Default::default(), + network: network_config, + keystore: KeystoreConfig::Path { + path: root_path.join("key"), + password: None, + }, + database: DatabaseConfig::RocksDb { + path: root_path.join("db"), + cache_size: 128, + }, + state_cache_size: 16777216, + state_cache_child_ratio: None, + chain_spec: Box::new(chain_spec), + wasm_method: WasmExecutionMethod::Interpreted, + // NOTE: we enforce the use of the wasm runtime to make use of the signature overrides + execution_strategies: ExecutionStrategies { + syncing: sc_client_api::ExecutionStrategy::NativeWhenPossible, + importing: sc_client_api::ExecutionStrategy::NativeWhenPossible, + block_construction: sc_client_api::ExecutionStrategy::NativeWhenPossible, + offchain_worker: sc_client_api::ExecutionStrategy::NativeWhenPossible, + other: sc_client_api::ExecutionStrategy::NativeWhenPossible, + }, + rpc_http: None, + rpc_ws: None, + rpc_ipc: None, + rpc_ws_max_connections: None, + rpc_cors: None, + rpc_methods: Default::default(), + prometheus_config: None, + telemetry_endpoints: None, + telemetry_external_transport: None, + default_heap_pages: None, + offchain_worker: Default::default(), + force_authoring: false, + disable_grandpa: false, + dev_key_seed: Some(key_seed), + tracing_targets: None, + tracing_receiver: Default::default(), + max_runtime_instances: 8, + announce_block: true, + base_path: Some(base_path), + wasm_runtime_overrides: None, + informant_output_format, + disable_log_reloading: false, + keystore_remote: None, + keep_blocks: KeepBlocks::All, + state_pruning: Default::default(), + transaction_storage: TransactionStorageMode::BlockBody, + telemetry_handle: Default::default(), + } } fn signed_extras(from: ::AccountId) -> Self::SignedExtras { @@ -140,7 +230,7 @@ impl ChainInfo for PolkadotChainInfo { )) } - fn dispatch_with_root(call: ::Call, node: &mut Node) { + fn dispatch_with_root(_call: ::Call, _node: &mut Node) { todo!() } } @@ -153,6 +243,6 @@ mod tests { #[test] fn it_works() { let mut node = Node::::new().unwrap(); - node.seal_blocks(100); + node.seal_blocks(5); } } diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index b610fc1266fc..9d28756526f9 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -92,7 +92,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 29, + spec_version: 28, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, @@ -1077,13 +1077,13 @@ sp_api::impl_runtime_apis! { fn execute_block(block: Block) { frame_support::debug::RuntimeLogger::init(); - frame_support::debug::info!("Runtime logs here!"); + frame_support::debug::info!("execute_block"); Executive::execute_block(block) } fn initialize_block(header: &::Header) { frame_support::debug::RuntimeLogger::init(); - frame_support::debug::info!("Runtime logs here!"); + frame_support::debug::info!("initialize_block"); Executive::initialize_block(header) } } @@ -1097,19 +1097,19 @@ sp_api::impl_runtime_apis! { impl block_builder_api::BlockBuilder for Runtime { fn apply_extrinsic(extrinsic: ::Extrinsic) -> ApplyExtrinsicResult { frame_support::debug::RuntimeLogger::init(); - frame_support::debug::info!("Runtime logs here!"); + frame_support::debug::info!("apply_extrinsic"); Executive::apply_extrinsic(extrinsic) } fn finalize_block() -> ::Header { frame_support::debug::RuntimeLogger::init(); - frame_support::debug::info!("Runtime logs here!"); + frame_support::debug::info!("finalize_block"); Executive::finalize_block() } fn inherent_extrinsics(data: inherents::InherentData) -> Vec<::Extrinsic> { frame_support::debug::RuntimeLogger::init(); - frame_support::debug::info!("Runtime logs here!"); + frame_support::debug::info!("inherent_extrinsics"); data.create_extrinsics() } @@ -1118,7 +1118,7 @@ sp_api::impl_runtime_apis! { data: inherents::InherentData, ) -> inherents::CheckInherentsResult { frame_support::debug::RuntimeLogger::init(); - frame_support::debug::info!("Runtime logs here!"); + frame_support::debug::info!("check_inherents"); data.check_extrinsics(&block) } From 856a6a817e0c8d9b84a3dcd8daa594d4d6592a4b Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Tue, 2 Mar 2021 15:25:57 +0100 Subject: [PATCH 9/9] enable offchain workers --- Cargo.lock | 2 +- node/test/runtime/src/lib.rs | 2 +- runtime/polkadot/src/lib.rs | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 139bc517ceae..e857d05b4ae4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9558,7 +9558,7 @@ dependencies = [ [[package]] name = "substrate-test-runner" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate-test-runner?branch=bump-substrate#6f70032b81a5e136c84f6c5f794d0f25deebec56" +source = "git+https://github.com/paritytech/substrate-test-runner?branch=bump-substrate#67499e7bde5acd0dba19177685f21c1aac7dd1ab" dependencies = [ "env_logger 0.7.1", "frame-system", diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index e4edd98fce7c..15556dab015f 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -243,6 +243,6 @@ mod tests { #[test] fn it_works() { let mut node = Node::::new().unwrap(); - node.seal_blocks(5); + node.seal_blocks(15_000); } } diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 9d28756526f9..18a842fbe671 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1138,6 +1138,8 @@ sp_api::impl_runtime_apis! { impl offchain_primitives::OffchainWorkerApi for Runtime { fn offchain_worker(header: &::Header) { + frame_support::debug::RuntimeLogger::init(); + frame_support::debug::info!("offchain_worker"); Executive::offchain_worker(header) } }