From 72bfa8c615b22e3c16925deba590a51e89b79dc8 Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Mon, 2 Dec 2019 23:40:35 +0100 Subject: [PATCH] Bump Substrate and version (#645) --- polkadot/Cargo.lock | 318 +++++++++++----------- 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/executor/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/Cargo.toml | 6 +- polkadot/runtime/src/lib.rs | 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 +- 18 files changed, 178 insertions(+), 178 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 70359cb990..2e93dd5810 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -11,11 +11,11 @@ dependencies = [ [[package]] name = "adder" -version = "0.7.2" +version = "0.7.3" dependencies = [ "dlmalloc 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)", - "polkadot-parachain 0.7.2", + "polkadot-parachain 0.7.3", "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,14 +25,14 @@ dependencies = [ name = "adder-collator" version = "0.1.0" dependencies = [ - "adder 0.7.2", + "adder 0.7.3", "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-collator 0.7.2", - "polkadot-parachain 0.7.2", - "polkadot-primitives 0.7.2", + "polkadot-collator 0.7.3", + "polkadot-parachain 0.7.3", + "polkadot-primitives 0.7.3", "sc-client 2.0.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)", @@ -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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -1508,7 +1508,7 @@ dependencies = [ [[package]] name = "halt" -version = "0.7.2" +version = "0.7.3" dependencies = [ "substrate-wasm-builder-runner 1.0.4 (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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -3456,18 +3456,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "polkadot" -version = "0.7.2" +version = "0.7.3" 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.2", - "polkadot-service 0.7.2", + "polkadot-cli 0.7.3", + "polkadot-service 0.7.3", "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-availability-store" -version = "0.7.2" +version = "0.7.3" dependencies = [ "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)", @@ -3475,18 +3475,18 @@ 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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.2", + "polkadot-primitives 0.7.3", "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "polkadot-cli" -version = "0.7.2" +version = "0.7.3" 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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-service 0.7.2", + "polkadot-service 0.7.3", "sc-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3494,18 +3494,18 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "0.7.2" +version = "0.7.3" 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)", "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)", - "polkadot-cli 0.7.2", - "polkadot-network 0.7.2", - "polkadot-primitives 0.7.2", - "polkadot-runtime 0.7.2", - "polkadot-service 0.7.2", - "polkadot-validation 0.7.2", + "polkadot-cli 0.7.3", + "polkadot-network 0.7.3", + "polkadot-primitives 0.7.3", + "polkadot-runtime 0.7.3", + "polkadot-service 0.7.3", + "polkadot-validation 0.7.3", "sc-client 2.0.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 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3517,10 +3517,10 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.7.2" +version = "0.7.3" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.2", + "polkadot-primitives 0.7.3", "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)", @@ -3528,15 +3528,15 @@ dependencies = [ [[package]] name = "polkadot-executor" -version = "0.7.2" +version = "0.7.3" dependencies = [ - "polkadot-runtime 0.7.2", + "polkadot-runtime 0.7.3", "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "polkadot-network" -version = "0.7.2" +version = "0.7.3" dependencies = [ "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3545,9 +3545,9 @@ 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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.2", - "polkadot-primitives 0.7.2", - "polkadot-validation 0.7.2", + "polkadot-availability-store 0.7.3", + "polkadot-primitives 0.7.3", + "polkadot-validation 0.7.3", "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-network 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)", @@ -3559,11 +3559,11 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.7.2" +version = "0.7.3" dependencies = [ - "adder 0.7.2", + "adder 0.7.3", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "halt 0.7.2", + "halt 0.7.3", "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.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3578,12 +3578,12 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.7.2" +version = "0.7.3" 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.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.2", + "polkadot-parachain 0.7.3", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3597,12 +3597,12 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.7.2" +version = "0.7.3" 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)", - "polkadot-primitives 0.7.2", - "polkadot-runtime 0.7.2", + "polkadot-primitives 0.7.3", + "polkadot-runtime 0.7.3", "sc-client 2.0.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-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3612,7 +3612,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.7.2" +version = "0.7.3" 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)", @@ -3646,8 +3646,8 @@ 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.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.2", - "polkadot-primitives 0.7.2", + "polkadot-parachain 0.7.3", + "polkadot-primitives 0.7.3", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3664,7 +3664,7 @@ dependencies = [ "sp-offchain 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)", "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-sesssion 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-transaction-pool-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3677,7 +3677,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.7.2" +version = "0.7.3" dependencies = [ "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3689,13 +3689,13 @@ dependencies = [ "pallet-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.2", - "polkadot-executor 0.7.2", - "polkadot-network 0.7.2", - "polkadot-primitives 0.7.2", - "polkadot-rpc 0.7.2", - "polkadot-runtime 0.7.2", - "polkadot-validation 0.7.2", + "polkadot-availability-store 0.7.3", + "polkadot-executor 0.7.3", + "polkadot-network 0.7.3", + "polkadot-primitives 0.7.3", + "polkadot-rpc 0.7.3", + "polkadot-runtime 0.7.3", + "polkadot-validation 0.7.3", "sc-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client 2.0.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)", @@ -3723,16 +3723,16 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.7.2" +version = "0.7.3" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.2", + "polkadot-primitives 0.7.3", "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "polkadot-validation" -version = "0.7.2" +version = "0.7.3" dependencies = [ "async-std 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3745,11 +3745,11 @@ dependencies = [ "pallet-babe 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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.2", - "polkadot-parachain 0.7.2", - "polkadot-primitives 0.7.2", - "polkadot-runtime 0.7.2", - "polkadot-statement-table 0.7.2", + "polkadot-availability-store 0.7.3", + "polkadot-parachain 0.7.3", + "polkadot-primitives 0.7.3", + "polkadot-runtime 0.7.3", + "polkadot-statement-table 0.7.3", "sc-block-builder 2.0.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 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4273,7 +4273,7 @@ dependencies = [ [[package]] name = "sc-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4285,7 +4285,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4309,7 +4309,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4323,7 +4323,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4338,7 +4338,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4349,7 +4349,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4385,7 +4385,7 @@ dependencies = [ [[package]] name = "sc-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4418,7 +4418,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4450,7 +4450,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4475,7 +4475,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4515,7 +4515,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4534,7 +4534,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4548,7 +4548,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4580,7 +4580,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4610,7 +4610,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4625,7 +4625,7 @@ dependencies = [ [[package]] name = "sc-network" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4670,7 +4670,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4697,7 +4697,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4708,7 +4708,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4728,7 +4728,7 @@ dependencies = [ "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-rpc 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)", - "sp-sesssion 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4737,7 +4737,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4759,7 +4759,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4774,7 +4774,7 @@ dependencies = [ [[package]] name = "sc-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4809,7 +4809,7 @@ dependencies = [ "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-io 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)", - "sp-sesssion 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-transaction-pool-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sysinfo 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4822,7 +4822,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4833,7 +4833,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4855,7 +4855,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4871,7 +4871,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -4886,7 +4886,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5178,7 +5178,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#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5192,7 +5192,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5204,7 +5204,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5217,7 +5217,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5229,7 +5229,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5239,7 +5239,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5251,7 +5251,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5267,7 +5267,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5286,7 +5286,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5302,7 +5302,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5341,7 +5341,7 @@ dependencies = [ [[package]] name = "sp-core-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5352,7 +5352,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5362,7 +5362,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5372,7 +5372,7 @@ dependencies = [ [[package]] name = "sp-finality-granpda" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5385,7 +5385,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5395,7 +5395,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5407,7 +5407,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5424,7 +5424,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5435,7 +5435,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5444,7 +5444,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5453,7 +5453,7 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5463,7 +5463,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5472,7 +5472,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5491,7 +5491,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5506,7 +5506,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5518,16 +5518,16 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", ] [[package]] -name = "sp-sesssion" +name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5537,7 +5537,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5547,7 +5547,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5566,12 +5566,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5584,7 +5584,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5598,7 +5598,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" dependencies = [ "sp-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)", @@ -5608,7 +5608,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5622,7 +5622,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5634,7 +5634,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -5738,7 +5738,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ee3a1f1413ee2b712613a052848df5da4cfb7d47" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#c837c8d9216d310a0e6938496c33161680ed2355" 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)", @@ -7328,7 +7328,7 @@ dependencies = [ "checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-sesssion 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 5016ee4aa3..344404c9a0 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.7.2" +version = "0.7.3" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" diff --git a/polkadot/availability-store/Cargo.toml b/polkadot/availability-store/Cargo.toml index 1b8967f920..c9e1ce99d8 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.2" +version = "0.7.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 6df481854f..777c6c1254 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.7.2" +version = "0.7.3" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." edition = "2018" diff --git a/polkadot/collator/Cargo.toml b/polkadot/collator/Cargo.toml index a6dc15e4fb..b9563fb037 100644 --- a/polkadot/collator/Cargo.toml +++ b/polkadot/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "0.7.2" +version = "0.7.3" authors = ["Parity Technologies "] description = "Collator node implementation" edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index 239282174c..7ca9a4d70a 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.2" +version = "0.7.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/executor/Cargo.toml b/polkadot/executor/Cargo.toml index 66f4c9d09d..66503527a7 100644 --- a/polkadot/executor/Cargo.toml +++ b/polkadot/executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-executor" -version = "0.7.2" +version = "0.7.3" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." edition = "2018" diff --git a/polkadot/network/Cargo.toml b/polkadot/network/Cargo.toml index bd5625c73b..b75ddfd3c7 100644 --- a/polkadot/network/Cargo.toml +++ b/polkadot/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network" -version = "0.7.2" +version = "0.7.3" authors = ["Parity Technologies "] description = "Polkadot-specific networking protocol" edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 7bbd04b391..4cd20ee386 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.7.2" +version = "0.7.3" 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 b6629942c8..0ea88df0ba 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.7.2" +version = "0.7.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index f7b84a5d92..bc0d903970 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.7.2" +version = "0.7.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/Cargo.toml b/polkadot/runtime/Cargo.toml index 923a5110fb..2169006000 100644 --- a/polkadot/runtime/Cargo.toml +++ b/polkadot/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.7.2" +version = "0.7.3" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" @@ -25,7 +25,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } sp-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-sesssion = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } version = { package = "sp-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } tx-pool-api = { package = "sp-transaction-pool-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } @@ -125,6 +125,6 @@ std = [ "safe-mix/std", "babe/std", "babe-primitives/std", - "sp-sesssion/std", + "sp-session/std", "randomness-collective-flip/std", ] diff --git a/polkadot/runtime/src/lib.rs b/polkadot/runtime/src/lib.rs index fd13d3fe94..edd9f61cec 100644 --- a/polkadot/runtime/src/lib.rs +++ b/polkadot/runtime/src/lib.rs @@ -752,7 +752,7 @@ sp_api::impl_runtime_apis! { } } - impl sp_sesssion::SessionKeys for Runtime { + impl sp_session::SessionKeys for Runtime { fn generate_session_keys(seed: Option>) -> Vec { SessionKeys::generate(seed) } diff --git a/polkadot/service/Cargo.toml b/polkadot/service/Cargo.toml index 9763a94b6a..9b3c07686a 100644 --- a/polkadot/service/Cargo.toml +++ b/polkadot/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.7.2" +version = "0.7.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index d2f47d261b..cc1df7c72f 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.2" +version = "0.7.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/test-parachains/adder/Cargo.toml b/polkadot/test-parachains/adder/Cargo.toml index 3cab91e353..640b9a005c 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.2" +version = "0.7.3" 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 d8e4f1acf6..8233c963a2 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.2" +version = "0.7.3" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/validation/Cargo.toml b/polkadot/validation/Cargo.toml index 95fd8a3bcb..e06bf865e0 100644 --- a/polkadot/validation/Cargo.toml +++ b/polkadot/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.7.2" +version = "0.7.3" authors = ["Parity Technologies "] edition = "2018"