From 33eb0b7ba668c0ceefda514bf008f3ff3bf2883e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Fri, 29 Nov 2019 14:54:37 +0100 Subject: [PATCH] Update to Substrate master (#633) --- polkadot/Cargo.lock | 236 ++++++++++++------------- polkadot/availability-store/Cargo.toml | 6 +- polkadot/service/src/lib.rs | 3 + 3 files changed, 124 insertions(+), 121 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index d8e46da8a7..f4db3f0089 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1054,7 +1054,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1062,7 +1062,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -1076,7 +1076,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1087,7 +1087,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -1111,7 +1111,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1122,7 +1122,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1134,7 +1134,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1144,7 +1144,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1161,7 +1161,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -1451,7 +1451,7 @@ dependencies = [ [[package]] name = "grafana-data-source" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "async-std 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1955,30 +1955,30 @@ dependencies = [ [[package]] name = "kvdb" version = "0.1.1" -source = "git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd#03a2ba08f47f4af4219280e660a1ea92cb8896bd" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-bytes 0.1.1 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)", + "parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "kvdb-memorydb" version = "0.1.2" -source = "git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd#03a2ba08f47f4af4219280e660a1ea92cb8896bd" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "kvdb 0.1.1 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)", + "kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "kvdb-rocksdb" -version = "0.1.6" -source = "git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd#03a2ba08f47f4af4219280e660a1ea92cb8896bd" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "kvdb 0.1.1 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)", + "kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2797,7 +2797,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2815,7 +2815,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2832,7 +2832,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2853,7 +2853,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2867,7 +2867,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2883,7 +2883,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2898,7 +2898,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2911,7 +2911,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2927,7 +2927,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2945,7 +2945,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2964,7 +2964,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2981,7 +2981,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2995,7 +2995,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3009,7 +3009,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3024,7 +3024,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3037,7 +3037,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3056,7 +3056,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3076,7 +3076,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3087,7 +3087,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3101,7 +3101,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3117,7 +3117,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3130,7 +3130,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3147,7 +3147,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3160,7 +3160,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3174,7 +3174,7 @@ dependencies = [ [[package]] name = "parity-bytes" version = "0.1.1" -source = "git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd#03a2ba08f47f4af4219280e660a1ea92cb8896bd" +source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "parity-multiaddr" @@ -3469,9 +3469,9 @@ dependencies = [ name = "polkadot-availability-store" version = "0.7.0" dependencies = [ - "kvdb 0.1.1 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)", - "kvdb-memorydb 0.1.2 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)", - "kvdb-rocksdb 0.1.6 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)", + "kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb-memorydb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb-rocksdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4273,7 +4273,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4295,7 +4295,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4310,7 +4310,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4602,7 +4602,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4612,7 +4612,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4628,7 +4628,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4638,7 +4638,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4651,7 +4651,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4665,7 +4665,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4680,7 +4680,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sr-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sr-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4694,7 +4694,7 @@ dependencies = [ [[package]] name = "sr-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4706,7 +4706,7 @@ dependencies = [ [[package]] name = "sr-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4719,7 +4719,7 @@ dependencies = [ [[package]] name = "sr-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4736,7 +4736,7 @@ dependencies = [ [[package]] name = "sr-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4755,7 +4755,7 @@ dependencies = [ [[package]] name = "sr-staking-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4765,12 +4765,12 @@ dependencies = [ [[package]] name = "sr-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" [[package]] name = "sr-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4861,7 +4861,7 @@ dependencies = [ [[package]] name = "substrate-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4873,7 +4873,7 @@ dependencies = [ [[package]] name = "substrate-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4897,7 +4897,7 @@ dependencies = [ [[package]] name = "substrate-authority-discovery-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4920,7 +4920,7 @@ dependencies = [ [[package]] name = "substrate-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4934,7 +4934,7 @@ dependencies = [ [[package]] name = "substrate-block-builder-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4946,7 +4946,7 @@ dependencies = [ [[package]] name = "substrate-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4961,7 +4961,7 @@ dependencies = [ [[package]] name = "substrate-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4972,7 +4972,7 @@ dependencies = [ [[package]] name = "substrate-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5008,14 +5008,14 @@ dependencies = [ [[package]] name = "substrate-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "kvdb 0.1.1 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)", + "kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5040,14 +5040,14 @@ dependencies = [ [[package]] name = "substrate-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "kvdb 0.1.1 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)", + "kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5072,12 +5072,12 @@ dependencies = [ [[package]] name = "substrate-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "kvdb 0.1.1 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)", - "kvdb-memorydb 0.1.2 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)", - "kvdb-rocksdb 0.1.6 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)", + "kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb-memorydb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb-rocksdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5097,7 +5097,7 @@ dependencies = [ [[package]] name = "substrate-consensus-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5137,7 +5137,7 @@ dependencies = [ [[package]] name = "substrate-consensus-babe-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5153,7 +5153,7 @@ dependencies = [ [[package]] name = "substrate-consensus-common" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5172,7 +5172,7 @@ dependencies = [ [[package]] name = "substrate-consensus-slots" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5191,7 +5191,7 @@ dependencies = [ [[package]] name = "substrate-consensus-uncles" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5205,7 +5205,7 @@ dependencies = [ [[package]] name = "substrate-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5215,7 +5215,7 @@ dependencies = [ [[package]] name = "substrate-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5247,7 +5247,7 @@ dependencies = [ [[package]] name = "substrate-externalities" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5257,7 +5257,7 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "finality-grandpa 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5287,7 +5287,7 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5300,7 +5300,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5320,7 +5320,7 @@ dependencies = [ [[package]] name = "substrate-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5332,7 +5332,7 @@ dependencies = [ [[package]] name = "substrate-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5343,7 +5343,7 @@ dependencies = [ [[package]] name = "substrate-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5358,7 +5358,7 @@ dependencies = [ [[package]] name = "substrate-network" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5403,7 +5403,7 @@ dependencies = [ [[package]] name = "substrate-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5430,7 +5430,7 @@ dependencies = [ [[package]] name = "substrate-offchain-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5439,7 +5439,7 @@ dependencies = [ [[package]] name = "substrate-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5448,7 +5448,7 @@ dependencies = [ [[package]] name = "substrate-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5459,7 +5459,7 @@ dependencies = [ [[package]] name = "substrate-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5469,7 +5469,7 @@ dependencies = [ [[package]] name = "substrate-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5508,7 +5508,7 @@ dependencies = [ [[package]] name = "substrate-primitives-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5519,7 +5519,7 @@ dependencies = [ [[package]] name = "substrate-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5548,7 +5548,7 @@ dependencies = [ [[package]] name = "substrate-rpc-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5557,7 +5557,7 @@ dependencies = [ [[package]] name = "substrate-rpc-servers" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5572,7 +5572,7 @@ dependencies = [ [[package]] name = "substrate-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5587,7 +5587,7 @@ dependencies = [ [[package]] name = "substrate-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5599,7 +5599,7 @@ dependencies = [ [[package]] name = "substrate-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5608,7 +5608,7 @@ dependencies = [ [[package]] name = "substrate-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5656,7 +5656,7 @@ dependencies = [ [[package]] name = "substrate-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5666,7 +5666,7 @@ dependencies = [ [[package]] name = "substrate-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5677,7 +5677,7 @@ dependencies = [ [[package]] name = "substrate-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5696,7 +5696,7 @@ dependencies = [ [[package]] name = "substrate-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5718,7 +5718,7 @@ dependencies = [ [[package]] name = "substrate-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5730,7 +5730,7 @@ dependencies = [ [[package]] name = "substrate-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5749,7 +5749,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "substrate-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d9fca7e325dce0d77c121b9d54a5b96268509782" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7054,9 +7054,9 @@ dependencies = [ "checksum keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" "checksum kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb" -"checksum kvdb 0.1.1 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)" = "" -"checksum kvdb-memorydb 0.1.2 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)" = "" -"checksum kvdb-rocksdb 0.1.6 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)" = "" +"checksum kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c1b2f251f01a7224426abdb2563707d856f7de995d821744fd8fa8e2874f69e3" +"checksum kvdb-memorydb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "296c12309ed36cb74d59206406adbf1971c3baa56d5410efdb508d8f1c60a351" +"checksum kvdb-rocksdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d3f82177237c1ae67d6ab208a6f790cab569a1d81c1ba02348e0736a99510be3" "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" "checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" @@ -7153,7 +7153,7 @@ dependencies = [ "checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum parity-bytes 0.1.1 (git+https://github.com/paritytech/parity-common?rev=03a2ba08f47f4af4219280e660a1ea92cb8896bd)" = "" +"checksum parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c276d76c5333b8c2579e02d49a06733a55b8282d2d9b13e8d53b6406bd7e30a" "checksum parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "045b3c7af871285146300da35b1932bb6e4639b66c7c98e85d06a32cbc4e8fa7" "checksum parity-multiaddr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "82afcb7461eae5d122543d8be1c57d306ed89af2d6ff7f8b0f5a3cc8f7e511bc" "checksum parity-multihash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "df3a17dc27848fd99e4f87eb0f8c9baba6ede0a6d555400c850ca45254ef4ce3" diff --git a/polkadot/availability-store/Cargo.toml b/polkadot/availability-store/Cargo.toml index 19268ad4dd..011d6de084 100644 --- a/polkadot/availability-store/Cargo.toml +++ b/polkadot/availability-store/Cargo.toml @@ -11,6 +11,6 @@ parking_lot = "0.9.0" log = "0.4.8" codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] } substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -kvdb = { git = "https://github.com/paritytech/parity-common", rev="03a2ba08f47f4af4219280e660a1ea92cb8896bd" } -kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common", rev="03a2ba08f47f4af4219280e660a1ea92cb8896bd" } -kvdb-memorydb = { git = "https://github.com/paritytech/parity-common", rev="03a2ba08f47f4af4219280e660a1ea92cb8896bd" } +kvdb = "0.1.1" +kvdb-rocksdb = "0.2" +kvdb-memorydb = "0.1.2" diff --git a/polkadot/service/src/lib.rs b/polkadot/service/src/lib.rs index f99a2be445..63731c61ac 100644 --- a/polkadot/service/src/lib.rs +++ b/polkadot/service/src/lib.rs @@ -272,6 +272,8 @@ pub fn new_full(config: Configuration) let client = service.client(); let select_chain = service.select_chain().ok_or(ServiceError::SelectChainRequired)?; + let can_author_with = + consensus_common::CanAuthorWithNativeVersion::new(client.executor().clone()); let babe_config = babe::BabeParams { keystore: service.keystore(), @@ -283,6 +285,7 @@ pub fn new_full(config: Configuration) inherent_data_providers: inherent_data_providers.clone(), force_authoring: force_authoring, babe_link, + can_author_with, }; let babe = babe::start_babe(babe_config)?;