From bd8db613ef9b0f19025e013c3c7d448d975c9293 Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Tue, 7 Jan 2020 19:30:06 +0100 Subject: [PATCH] Bump versions (#736) * Fix up Kusama balance constants * Bump versions * Fix for the --dev option --- polkadot/Cargo.lock | 328 +++++++++++----------- polkadot/Cargo.toml | 2 +- polkadot/availability-store/Cargo.toml | 2 +- polkadot/cli/Cargo.toml | 2 +- polkadot/cli/src/lib.rs | 4 +- 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/constants.rs | 2 +- polkadot/runtime/kusama/src/lib.rs | 31 +- 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 +- 21 files changed, 201 insertions(+), 198 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 72b6dd332c..5b0cae30c0 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -11,11 +11,11 @@ dependencies = [ [[package]] name = "adder" -version = "0.7.13" +version = "0.7.14" 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.13", + "polkadot-parachain 0.7.14", "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.13", + "adder 0.7.14", "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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-collator 0.7.13", - "polkadot-parachain 0.7.13", - "polkadot-primitives 0.7.13", + "polkadot-collator 0.7.14", + "polkadot-parachain 0.7.14", + "polkadot-primitives 0.7.14", "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)", @@ -1109,7 +1109,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#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1117,7 +1117,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -1131,7 +1131,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -1142,7 +1142,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -1166,7 +1166,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -1177,7 +1177,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -1189,7 +1189,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -1199,7 +1199,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -1216,7 +1216,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -1529,7 +1529,7 @@ dependencies = [ [[package]] name = "grafana-data-source" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -1582,7 +1582,7 @@ dependencies = [ [[package]] name = "halt" -version = "0.7.13" +version = "0.7.14" dependencies = [ "substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2031,7 +2031,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.7.13" +version = "0.7.14" 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)", @@ -2066,9 +2066,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.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.13", - "polkadot-primitives 0.7.13", - "polkadot-runtime-common 0.7.13", + "polkadot-parachain 0.7.14", + "polkadot-primitives 0.7.14", + "polkadot-runtime-common 0.7.14", "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)", @@ -2991,7 +2991,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3026,7 +3026,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3047,7 +3047,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3061,7 +3061,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3077,7 +3077,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3092,7 +3092,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3105,7 +3105,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3121,7 +3121,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3139,7 +3139,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3154,7 +3154,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3173,7 +3173,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3190,7 +3190,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3204,7 +3204,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3218,7 +3218,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3233,7 +3233,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3246,7 +3246,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3265,7 +3265,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3285,7 +3285,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3310,7 +3310,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3339,7 +3339,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3356,7 +3356,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3369,7 +3369,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3383,7 +3383,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -3680,18 +3680,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "polkadot" -version = "0.7.13" +version = "0.7.14" 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.13", - "polkadot-service 0.7.13", + "polkadot-cli 0.7.14", + "polkadot-service 0.7.14", "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-availability-store" -version = "0.7.13" +version = "0.7.14" 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)", @@ -3702,8 +3702,8 @@ 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-erasure-coding 0.7.13", - "polkadot-primitives 0.7.13", + "polkadot-erasure-coding 0.7.14", + "polkadot-primitives 0.7.14", "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-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3718,7 +3718,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.7.13" +version = "0.7.14" dependencies = [ "console_error_panic_hook 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "console_log 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3728,7 +3728,7 @@ dependencies = [ "kvdb-web 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.13.2 (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.13", + "polkadot-service 0.7.14", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "sc-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3742,16 +3742,16 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "0.7.13" +version = "0.7.14" 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)", - "polkadot-cli 0.7.13", - "polkadot-network 0.7.13", - "polkadot-primitives 0.7.13", - "polkadot-service 0.7.13", - "polkadot-validation 0.7.13", + "polkadot-cli 0.7.14", + "polkadot-network 0.7.14", + "polkadot-primitives 0.7.14", + "polkadot-service 0.7.14", + "polkadot-validation 0.7.14", "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 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3764,11 +3764,11 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.7.13" +version = "0.7.14" dependencies = [ "derive_more 0.15.0 (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-primitives 0.7.13", + "polkadot-primitives 0.7.14", "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)", @@ -3776,7 +3776,7 @@ dependencies = [ [[package]] name = "polkadot-network" -version = "0.7.13" +version = "0.7.14" 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)", @@ -3784,10 +3784,10 @@ 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.13", - "polkadot-erasure-coding 0.7.13", - "polkadot-primitives 0.7.13", - "polkadot-validation 0.7.13", + "polkadot-availability-store 0.7.14", + "polkadot-erasure-coding 0.7.14", + "polkadot-primitives 0.7.14", + "polkadot-validation 0.7.14", "sc-client 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)", "sc-network-gossip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3800,11 +3800,11 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.7.13" +version = "0.7.14" dependencies = [ - "adder 0.7.13", + "adder 0.7.14", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "halt 0.7.13", + "halt 0.7.14", "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)", @@ -3819,12 +3819,12 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.7.13" +version = "0.7.14" 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.13", + "polkadot-parachain 0.7.14", "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)", @@ -3840,12 +3840,12 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.7.13" +version = "0.7.14" 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.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.13", + "polkadot-primitives 0.7.14", "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)", @@ -3855,7 +3855,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.7.13" +version = "0.7.14" 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)", @@ -3890,9 +3890,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.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.13", - "polkadot-primitives 0.7.13", - "polkadot-runtime-common 0.7.13", + "polkadot-parachain 0.7.14", + "polkadot-primitives 0.7.14", + "polkadot-runtime-common 0.7.14", "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)", @@ -3920,7 +3920,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.7.13" +version = "0.7.14" 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)", @@ -3938,8 +3938,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.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.13", - "polkadot-primitives 0.7.13", + "polkadot-parachain 0.7.14", + "polkadot-primitives 0.7.14", "rustc-hex 2.0.1 (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)", @@ -3959,13 +3959,13 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.7.13" +version = "0.7.14" 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.13", + "kusama-runtime 0.7.14", "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)", @@ -3974,12 +3974,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.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.13", - "polkadot-network 0.7.13", - "polkadot-primitives 0.7.13", - "polkadot-rpc 0.7.13", - "polkadot-runtime 0.7.13", - "polkadot-validation 0.7.13", + "polkadot-availability-store 0.7.14", + "polkadot-network 0.7.14", + "polkadot-primitives 0.7.14", + "polkadot-rpc 0.7.14", + "polkadot-runtime 0.7.14", + "polkadot-validation 0.7.14", "sc-authority-discovery 2.0.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 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4013,16 +4013,16 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.7.13" +version = "0.7.14" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.13", + "polkadot-primitives 0.7.14", "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "polkadot-validation" -version = "0.7.13" +version = "0.7.14" 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)", @@ -4033,11 +4033,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.13", - "polkadot-erasure-coding 0.7.13", - "polkadot-parachain 0.7.13", - "polkadot-primitives 0.7.13", - "polkadot-statement-table 0.7.13", + "polkadot-availability-store 0.7.14", + "polkadot-erasure-coding 0.7.14", + "polkadot-parachain 0.7.14", + "polkadot-primitives 0.7.14", + "polkadot-statement-table 0.7.14", "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)", @@ -4586,7 +4586,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4611,7 +4611,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4625,7 +4625,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4640,7 +4640,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4651,7 +4651,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4686,7 +4686,7 @@ dependencies = [ [[package]] name = "sc-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4719,7 +4719,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4750,7 +4750,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4775,7 +4775,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4815,7 +4815,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4834,7 +4834,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4848,7 +4848,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4875,7 +4875,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4890,7 +4890,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4906,7 +4906,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4930,7 +4930,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4960,7 +4960,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -4975,7 +4975,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5020,7 +5020,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5036,7 +5036,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5063,7 +5063,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5074,7 +5074,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5103,7 +5103,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5125,7 +5125,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5140,7 +5140,7 @@ dependencies = [ [[package]] name = "sc-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5187,7 +5187,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5198,7 +5198,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5220,7 +5220,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5236,7 +5236,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5251,7 +5251,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5536,7 +5536,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#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5550,7 +5550,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5562,7 +5562,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5574,7 +5574,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5587,7 +5587,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5599,7 +5599,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5610,7 +5610,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5622,7 +5622,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5638,7 +5638,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5657,7 +5657,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5673,7 +5673,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5712,7 +5712,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5722,7 +5722,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" dependencies = [ "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5732,7 +5732,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5745,7 +5745,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5755,7 +5755,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5767,7 +5767,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5784,7 +5784,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5795,7 +5795,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5804,7 +5804,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5813,7 +5813,7 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5823,7 +5823,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5832,7 +5832,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5851,7 +5851,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5866,7 +5866,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5878,7 +5878,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5887,7 +5887,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5897,7 +5897,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5907,7 +5907,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5926,12 +5926,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5942,7 +5942,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5956,7 +5956,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5970,7 +5970,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5984,7 +5984,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -5996,7 +5996,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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)", @@ -6100,7 +6100,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#5b440eb7cc60e9f8c13c47f4e4937055f60a1485" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#de906546bcab2f66a997fe102d2ebd729a193122" 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 39b4b3bdf1..c8e4fef58f 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.7.13" +version = "0.7.14" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" diff --git a/polkadot/availability-store/Cargo.toml b/polkadot/availability-store/Cargo.toml index 4f78c09b97..a4d69fe7bb 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.13" +version = "0.7.14" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index ce99858444..d648eee600 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.7.13" +version = "0.7.14" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." edition = "2018" diff --git a/polkadot/cli/src/lib.rs b/polkadot/cli/src/lib.rs index 2138e647ff..0be3ed74fa 100644 --- a/polkadot/cli/src/lib.rs +++ b/polkadot/cli/src/lib.rs @@ -38,6 +38,7 @@ pub use service::{ pub use cli::{VersionInfo, IntoExit, NoCustom, SharedParams}; pub use cli::{display_role, error}; +use futures::io::Chain; /// Load the `ChainSpec` for the given `id`. pub fn load_spec(id: &str) -> Result, String> { @@ -125,7 +126,8 @@ where info!("{}", version.name); info!(" version {}", config.full_version()); info!(" by {}, 2017-2019", version.author); - info!("Chain specification: {} (native: {})", config.chain_spec.name(), D::native_version().runtime_version); + info!("Chain specification: {}", config.chain_spec.name()); + info!("Native runtime: {}", D::native_version().runtime_version); if is_kusama { info!("----------------------------"); info!("This chain is not in any way"); diff --git a/polkadot/collator/Cargo.toml b/polkadot/collator/Cargo.toml index 5b33b560f7..3710eb4bc5 100644 --- a/polkadot/collator/Cargo.toml +++ b/polkadot/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "0.7.13" +version = "0.7.14" authors = ["Parity Technologies "] description = "Collator node implementation" edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index f7f1139f2c..18121b0f9c 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.13" +version = "0.7.14" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/network/Cargo.toml b/polkadot/network/Cargo.toml index 5b010e9fe8..37c89a6ef7 100644 --- a/polkadot/network/Cargo.toml +++ b/polkadot/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network" -version = "0.7.13" +version = "0.7.14" authors = ["Parity Technologies "] description = "Polkadot-specific networking protocol" edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index d8d4f7e798..95cc8a3c0f 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.7.13" +version = "0.7.14" 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 6b2ea1ffb3..db1470423f 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.7.13" +version = "0.7.14" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index 511849ceb3..c97ef08db5 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.7.13" +version = "0.7.14" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index b75386ddb2..6a2a3eb842 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.13" +version = "0.7.14" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index ca0449312f..fb38bf49ba 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.7.13" +version = "0.7.14" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/kusama/src/constants.rs b/polkadot/runtime/kusama/src/constants.rs index 0ef8f4fa08..e6cd409e82 100644 --- a/polkadot/runtime/kusama/src/constants.rs +++ b/polkadot/runtime/kusama/src/constants.rs @@ -19,7 +19,7 @@ pub mod currency { use primitives::Balance; pub const DOTS: Balance = 1_000_000_000_000; - pub const DOLLARS: Balance = DOTS / 100; + pub const DOLLARS: Balance = DOTS; pub const CENTS: Balance = DOLLARS / 100; pub const MILLICENTS: Balance = CENTS / 1_000; } diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 45463321cf..12a8bb3a14 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -78,7 +78,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 1034, + spec_version: 1035, impl_version: 1, apis: RUNTIME_API_VERSIONS, }; @@ -159,7 +159,7 @@ impl indices::Trait for Runtime { } parameter_types! { - pub const ExistentialDeposit: Balance = 100 * CENTS; + pub const ExistentialDeposit: Balance = 1 * CENTS; pub const TransferFee: Balance = 1 * CENTS; pub const CreationFee: Balance = 1 * CENTS; } @@ -269,10 +269,11 @@ pallet_staking_reward_curve::build! { } parameter_types! { - // Six sessions in an era (24 hours). + // Six sessions in an era (6 hours). pub const SessionsPerEra: SessionIndex = 6; - // 28 eras for unbonding (28 days). + // 28 eras for unbonding (7 days). pub const BondingDuration: staking::EraIndex = 28; + // 28 eras in which slashes can be cancelled (7 days). pub const SlashDeferDuration: staking::EraIndex = 28; pub const RewardCurve: &'static PiecewiseLinear<'static> = &REWARD_CURVE; } @@ -298,11 +299,11 @@ parameter_types! { pub const LaunchPeriod: BlockNumber = 7 * DAYS; pub const VotingPeriod: BlockNumber = 7 * DAYS; pub const EmergencyVotingPeriod: BlockNumber = 3 * HOURS; - pub const MinimumDeposit: Balance = 100 * DOLLARS; + pub const MinimumDeposit: Balance = 1 * DOLLARS; pub const EnactmentPeriod: BlockNumber = 8 * DAYS; pub const CooloffPeriod: BlockNumber = 7 * DAYS; // One cent: $10,000 / MB - pub const PreimageByteDeposit: Balance = 1 * CENTS; + pub const PreimageByteDeposit: Balance = 10 * MILLICENTS; } impl democracy::Trait for Runtime { @@ -342,8 +343,8 @@ impl collective::Trait for Runtime { } parameter_types! { - pub const CandidacyBond: Balance = 100 * DOLLARS; - pub const VotingBond: Balance = 5 * DOLLARS; + pub const CandidacyBond: Balance = 1 * DOLLARS; + pub const VotingBond: Balance = 5 * CENTS; /// Daily council elections. pub const TermDuration: BlockNumber = 24 * HOURS; pub const DesiredMembers: u32 = 13; @@ -384,7 +385,7 @@ impl membership::Trait for Runtime { parameter_types! { pub const ProposalBond: Permill = Permill::from_percent(5); - pub const ProposalBondMinimum: Balance = 2_000 * DOLLARS; + pub const ProposalBondMinimum: Balance = 20 * DOLLARS; pub const SpendPeriod: BlockNumber = 6 * DAYS; pub const Burn: Permill = Permill::from_percent(0); } @@ -459,7 +460,7 @@ impl parachains::Trait for Runtime { } parameter_types! { - pub const ParathreadDeposit: Balance = 500 * DOLLARS; + pub const ParathreadDeposit: Balance = 5 * DOLLARS; pub const QueueSize: usize = 2; pub const MaxRetries: u32 = 3; } @@ -500,9 +501,9 @@ impl claims::Trait for Runtime { parameter_types! { // Minimum 100 bytes/KSM deposited (1 CENT/byte) - pub const BasicDeposit: Balance = 1000 * DOLLARS; // 258 bytes on-chain - pub const FieldDeposit: Balance = 250 * DOLLARS; // 66 bytes on-chain - pub const SubAccountDeposit: Balance = 200 * DOLLARS; // 53 bytes on-chain + pub const BasicDeposit: Balance = 10 * DOLLARS; // 258 bytes on-chain + pub const FieldDeposit: Balance = 250 * CENTS; // 66 bytes on-chain + pub const SubAccountDeposit: Balance = 2 * DOLLARS; // 53 bytes on-chain pub const MaximumSubAccounts: u32 = 100; } @@ -520,9 +521,9 @@ impl identity::Trait for Runtime { parameter_types! { // One storage item; value is size 4+4+16+32 bytes = 56 bytes. - pub const MultisigDepositBase: Balance = 30 * DOLLARS; + pub const MultisigDepositBase: Balance = 30 * CENTS; // Additional storage item size of 32 bytes. - pub const MultisigDepositFactor: Balance = 5 * DOLLARS; + pub const MultisigDepositFactor: Balance = 5 * CENTS; pub const MaxSignatories: u16 = 100; } diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index bcda43a85d..7663bc1bb6 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.7.13" +version = "0.7.14" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/service/Cargo.toml b/polkadot/service/Cargo.toml index 13257e2b40..3ad97fb30f 100644 --- a/polkadot/service/Cargo.toml +++ b/polkadot/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.7.13" +version = "0.7.14" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index 4dee2aee5b..740a5e174e 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.13" +version = "0.7.14" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/test-parachains/adder/Cargo.toml b/polkadot/test-parachains/adder/Cargo.toml index ce93ca3d1a..99b134ae4d 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.13" +version = "0.7.14" 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 d154da9bb4..43e5007fad 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.13" +version = "0.7.14" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/validation/Cargo.toml b/polkadot/validation/Cargo.toml index 6f401dafaa..2d70415866 100644 --- a/polkadot/validation/Cargo.toml +++ b/polkadot/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.7.13" +version = "0.7.14" authors = ["Parity Technologies "] edition = "2018"