From 524b6f0254f93da22a207eb69024c9d4909849ac Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Sat, 18 Jan 2020 18:50:43 +0100 Subject: [PATCH] Bump substrate (#780) --- polkadot/Cargo.lock | 336 +++++++++++----------- polkadot/Cargo.toml | 2 +- polkadot/availability-store/Cargo.toml | 2 +- polkadot/cli/Cargo.toml | 2 +- polkadot/collator/Cargo.toml | 2 +- polkadot/erasure-coding/Cargo.toml | 2 +- polkadot/network/Cargo.toml | 2 +- polkadot/parachain/Cargo.toml | 2 +- polkadot/primitives/Cargo.toml | 2 +- polkadot/rpc/Cargo.toml | 2 +- polkadot/runtime/common/Cargo.toml | 2 +- polkadot/runtime/kusama/Cargo.toml | 2 +- polkadot/runtime/kusama/src/lib.rs | 2 +- polkadot/runtime/polkadot/Cargo.toml | 2 +- polkadot/service/Cargo.toml | 2 +- polkadot/statement-table/Cargo.toml | 2 +- polkadot/test-parachains/adder/Cargo.toml | 2 +- polkadot/test-parachains/halt/Cargo.toml | 2 +- polkadot/validation/Cargo.toml | 2 +- 19 files changed, 186 insertions(+), 186 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 86a2ce1783..bbc99820bb 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -11,11 +11,11 @@ dependencies = [ [[package]] name = "adder" -version = "0.7.18" +version = "0.7.19" dependencies = [ "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.18", + "polkadot-parachain 0.7.19", "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -25,15 +25,15 @@ dependencies = [ name = "adder-collator" version = "0.1.0" dependencies = [ - "adder 0.7.18", + "adder 0.7.19", "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-collator 0.7.18", - "polkadot-parachain 0.7.18", - "polkadot-primitives 0.7.18", + "polkadot-collator 0.7.19", + "polkadot-parachain 0.7.19", + "polkadot-primitives 0.7.19", "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -378,7 +378,7 @@ dependencies = [ [[package]] name = "browser-utils" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "console_error_panic_hook 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1125,7 +1125,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#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1133,7 +1133,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -1147,7 +1147,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1158,7 +1158,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-metadata 10.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -1182,7 +1182,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -1193,7 +1193,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -1205,7 +1205,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -1215,7 +1215,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -1231,7 +1231,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -1514,7 +1514,7 @@ dependencies = [ [[package]] name = "grafana-data-source" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -1567,7 +1567,7 @@ dependencies = [ [[package]] name = "halt" -version = "0.7.18" +version = "0.7.19" dependencies = [ "substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2008,7 +2008,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.7.18" +version = "0.7.19" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2045,9 +2045,9 @@ dependencies = [ "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.18", - "polkadot-primitives 0.7.18", - "polkadot-runtime-common 0.7.18", + "polkadot-parachain 0.7.19", + "polkadot-primitives 0.7.19", + "polkadot-runtime-common 0.7.19", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2954,7 +2954,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -2972,7 +2972,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -2989,7 +2989,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3010,7 +3010,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3023,7 +3023,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3038,7 +3038,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3052,7 +3052,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3065,7 +3065,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3081,7 +3081,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3099,7 +3099,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3114,7 +3114,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3133,7 +3133,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3149,7 +3149,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3163,7 +3163,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3177,7 +3177,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3192,7 +3192,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3205,7 +3205,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3220,7 +3220,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3238,7 +3238,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3253,7 +3253,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3272,7 +3272,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3283,7 +3283,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3297,7 +3297,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3313,7 +3313,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3326,7 +3326,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3344,7 +3344,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3357,7 +3357,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3371,7 +3371,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -3705,18 +3705,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "polkadot" -version = "0.7.18" +version = "0.7.19" dependencies = [ "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.7.18", - "polkadot-service 0.7.18", + "polkadot-cli 0.7.19", + "polkadot-service 0.7.19", "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-availability-store" -version = "0.7.18" +version = "0.7.19" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3727,8 +3727,8 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-erasure-coding 0.7.18", - "polkadot-primitives 0.7.18", + "polkadot-erasure-coding 0.7.19", + "polkadot-primitives 0.7.19", "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3743,13 +3743,13 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.7.18" +version = "0.7.19" dependencies = [ "browser-utils 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-service 0.7.18", + "polkadot-service 0.7.19", "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3767,17 +3767,17 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "0.7.18" +version = "0.7.19" dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 1.0.3 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.7.18", - "polkadot-network 0.7.18", - "polkadot-primitives 0.7.18", - "polkadot-service 0.7.18", - "polkadot-validation 0.7.18", + "polkadot-cli 0.7.19", + "polkadot-network 0.7.19", + "polkadot-primitives 0.7.19", + "polkadot-service 0.7.19", + "polkadot-validation 0.7.19", "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3792,11 +3792,11 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.7.18" +version = "0.7.19" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.18", + "polkadot-primitives 0.7.19", "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3804,7 +3804,7 @@ dependencies = [ [[package]] name = "polkadot-network" -version = "0.7.18" +version = "0.7.19" dependencies = [ "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3812,10 +3812,10 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.18", - "polkadot-erasure-coding 0.7.18", - "polkadot-primitives 0.7.18", - "polkadot-validation 0.7.18", + "polkadot-availability-store 0.7.19", + "polkadot-erasure-coding 0.7.19", + "polkadot-primitives 0.7.19", + "polkadot-validation 0.7.19", "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3830,11 +3830,11 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.7.18" +version = "0.7.19" dependencies = [ - "adder 0.7.18", + "adder 0.7.19", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "halt 0.7.18", + "halt 0.7.19", "lazy_static 1.4.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.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3852,12 +3852,12 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.7.18" +version = "0.7.19" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.18", + "polkadot-parachain 0.7.19", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3873,12 +3873,12 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.7.18" +version = "0.7.19" dependencies = [ "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.18", + "polkadot-primitives 0.7.19", "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3889,7 +3889,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.7.18" +version = "0.7.19" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3924,9 +3924,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.18", - "polkadot-primitives 0.7.18", - "polkadot-runtime-common 0.7.18", + "polkadot-parachain 0.7.19", + "polkadot-primitives 0.7.19", + "polkadot-runtime-common 0.7.19", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3953,7 +3953,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.7.18" +version = "0.7.19" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3971,8 +3971,8 @@ dependencies = [ "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.18", - "polkadot-primitives 0.7.18", + "polkadot-parachain 0.7.19", + "polkadot-primitives 0.7.19", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3992,13 +3992,13 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.7.18" +version = "0.7.19" dependencies = [ "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "kusama-runtime 0.7.18", + "kusama-runtime 0.7.19", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4007,12 +4007,12 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.18", - "polkadot-network 0.7.18", - "polkadot-primitives 0.7.18", - "polkadot-rpc 0.7.18", - "polkadot-runtime 0.7.18", - "polkadot-validation 0.7.18", + "polkadot-availability-store 0.7.19", + "polkadot-network 0.7.19", + "polkadot-primitives 0.7.19", + "polkadot-rpc 0.7.19", + "polkadot-runtime 0.7.19", + "polkadot-validation 0.7.19", "sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4046,16 +4046,16 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.7.18" +version = "0.7.19" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.18", + "polkadot-primitives 0.7.19", "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "polkadot-validation" -version = "0.7.18" +version = "0.7.19" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4066,11 +4066,11 @@ dependencies = [ "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.18", - "polkadot-erasure-coding 0.7.18", - "polkadot-parachain 0.7.18", - "polkadot-primitives 0.7.18", - "polkadot-statement-table 0.7.18", + "polkadot-availability-store 0.7.19", + "polkadot-erasure-coding 0.7.19", + "polkadot-parachain 0.7.19", + "polkadot-primitives 0.7.19", + "polkadot-statement-table 0.7.19", "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4619,7 +4619,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -4645,7 +4645,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4661,7 +4661,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4676,7 +4676,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -4687,7 +4687,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -4722,7 +4722,7 @@ dependencies = [ [[package]] name = "sc-client" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -4755,7 +4755,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -4786,7 +4786,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4812,7 +4812,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -4851,7 +4851,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -4872,7 +4872,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4886,7 +4886,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4913,7 +4913,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -4928,7 +4928,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4943,7 +4943,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -4966,7 +4966,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "finality-grandpa 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4997,7 +4997,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5012,7 +5012,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5057,7 +5057,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5073,7 +5073,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5100,7 +5100,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5111,7 +5111,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5140,7 +5140,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5162,7 +5162,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5177,7 +5177,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5224,7 +5224,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5235,7 +5235,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5257,7 +5257,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5273,7 +5273,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5288,7 +5288,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5586,7 +5586,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5601,7 +5601,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5613,7 +5613,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5625,7 +5625,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5638,7 +5638,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5650,7 +5650,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5661,7 +5661,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5673,7 +5673,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5689,7 +5689,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5709,7 +5709,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5725,7 +5725,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5764,7 +5764,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5774,7 +5774,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5784,7 +5784,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5797,7 +5797,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5807,7 +5807,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5819,7 +5819,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5836,7 +5836,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5847,7 +5847,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5856,7 +5856,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5865,7 +5865,7 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5875,7 +5875,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5884,7 +5884,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5903,7 +5903,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5917,7 +5917,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5929,7 +5929,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5938,7 +5938,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5948,7 +5948,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5958,7 +5958,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5977,12 +5977,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -5993,7 +5993,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6006,7 +6006,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -6020,7 +6020,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6034,7 +6034,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6046,7 +6046,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", @@ -6150,7 +6150,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7da697b8b4da92c2506bed864ee0a8c8c98e765c" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" 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)", diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 79ba522722..77ce4e740b 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" diff --git a/polkadot/availability-store/Cargo.toml b/polkadot/availability-store/Cargo.toml index 465bd80d44..06d01b8664 100644 --- a/polkadot/availability-store/Cargo.toml +++ b/polkadot/availability-store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-availability-store" description = "Persistent database for parachain data" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 99da5f42be..f04bff080b 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." edition = "2018" diff --git a/polkadot/collator/Cargo.toml b/polkadot/collator/Cargo.toml index de937a7000..cff210b84f 100644 --- a/polkadot/collator/Cargo.toml +++ b/polkadot/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] description = "Collator node implementation" edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index 625c0a5ffe..6d6db5f986 100644 --- a/polkadot/erasure-coding/Cargo.toml +++ b/polkadot/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/network/Cargo.toml b/polkadot/network/Cargo.toml index 586f5d0417..61c7071bcb 100644 --- a/polkadot/network/Cargo.toml +++ b/polkadot/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] description = "Polkadot-specific networking protocol" edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 54ac45ed42..f153bfb2ab 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index 165f5f25db..77d22fce06 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index 89298acc22..1d9cde6fc8 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index 5da69c41dc..ac28e9b1ee 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index d3c0414867..2977ff345a 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 5ad77c4fed..5e95208bcd 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -77,7 +77,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 1041, + spec_version: 1042, impl_version: 3, apis: RUNTIME_API_VERSIONS, }; diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index 1b930ae77b..ae8140d3bf 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/service/Cargo.toml b/polkadot/service/Cargo.toml index 358a4745f0..5c30657700 100644 --- a/polkadot/service/Cargo.toml +++ b/polkadot/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index b9fa171d8d..bec3a60b19 100644 --- a/polkadot/statement-table/Cargo.toml +++ b/polkadot/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/test-parachains/adder/Cargo.toml b/polkadot/test-parachains/adder/Cargo.toml index fb828cf8fd..6f228e7513 100644 --- a/polkadot/test-parachains/adder/Cargo.toml +++ b/polkadot/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adder" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/polkadot/test-parachains/halt/Cargo.toml b/polkadot/test-parachains/halt/Cargo.toml index eb6e80e0e8..1daabe8a4f 100644 --- a/polkadot/test-parachains/halt/Cargo.toml +++ b/polkadot/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "halt" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/validation/Cargo.toml b/polkadot/validation/Cargo.toml index 3d94a5d015..2975bd5f51 100644 --- a/polkadot/validation/Cargo.toml +++ b/polkadot/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.7.18" +version = "0.7.19" authors = ["Parity Technologies "] edition = "2018"