From b9b802280df14819c74f6aa515472e026cbe6a2e Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Tue, 24 Dec 2019 15:25:45 +0100 Subject: [PATCH] Bump to latest Substrate (#706) * Updates, but won't build. * Bump version. * Fix * Fix test --- polkadot/Cargo.lock | 333 ++++++++++++---------- 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/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 | 4 +- polkadot/runtime/src/crowdfund.rs | 3 +- polkadot/runtime/src/lib.rs | 18 ++ 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 +- 20 files changed, 215 insertions(+), 177 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 7cd2dff9f0..42f3578d3f 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -11,11 +11,11 @@ dependencies = [ [[package]] name = "adder" -version = "0.7.10" +version = "0.7.11" 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.10", + "polkadot-parachain 0.7.11", "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.10", + "adder 0.7.11", "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.10", - "polkadot-parachain 0.7.10", - "polkadot-primitives 0.7.10", + "polkadot-collator 0.7.11", + "polkadot-parachain 0.7.11", + "polkadot-primitives 0.7.11", "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#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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.10" +version = "0.7.11" dependencies = [ "substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2905,7 +2905,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -2923,7 +2923,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -2940,7 +2940,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -2961,7 +2961,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -2975,7 +2975,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -2991,7 +2991,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3006,7 +3006,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3019,7 +3019,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3035,7 +3035,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3053,7 +3053,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3068,7 +3068,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3087,7 +3087,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3104,7 +3104,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3118,7 +3118,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3132,7 +3132,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3147,7 +3147,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3160,7 +3160,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3179,7 +3179,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3199,7 +3199,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3210,7 +3210,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3226,7 +3226,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3239,7 +3239,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3256,7 +3256,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3269,7 +3269,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -3280,6 +3280,21 @@ dependencies = [ "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] +[[package]] +name = "pallet-utility" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" +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)", + "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)", + "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-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "parity-bytes" version = "0.1.1" @@ -3565,18 +3580,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "polkadot" -version = "0.7.10" +version = "0.7.11" 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.10", - "polkadot-service 0.7.10", + "polkadot-cli 0.7.11", + "polkadot-service 0.7.11", "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-availability-store" -version = "0.7.10" +version = "0.7.11" 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)", @@ -3587,9 +3602,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-erasure-coding 0.7.10", - "polkadot-primitives 0.7.10", - "polkadot-runtime 0.7.10", + "polkadot-erasure-coding 0.7.11", + "polkadot-primitives 0.7.11", + "polkadot-runtime 0.7.11", "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)", @@ -3604,7 +3619,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.7.10" +version = "0.7.11" 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)", @@ -3614,7 +3629,7 @@ dependencies = [ "kvdb-web 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.13.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.10", + "polkadot-service 0.7.11", "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)", @@ -3628,17 +3643,17 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "0.7.10" +version = "0.7.11" 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.10", - "polkadot-network 0.7.10", - "polkadot-primitives 0.7.10", - "polkadot-runtime 0.7.10", - "polkadot-service 0.7.10", - "polkadot-validation 0.7.10", + "polkadot-cli 0.7.11", + "polkadot-network 0.7.11", + "polkadot-primitives 0.7.11", + "polkadot-runtime 0.7.11", + "polkadot-service 0.7.11", + "polkadot-validation 0.7.11", "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)", @@ -3650,11 +3665,11 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.7.10" +version = "0.7.11" 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.10", + "polkadot-primitives 0.7.11", "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)", @@ -3662,15 +3677,15 @@ dependencies = [ [[package]] name = "polkadot-executor" -version = "0.7.10" +version = "0.7.11" dependencies = [ - "polkadot-runtime 0.7.10", + "polkadot-runtime 0.7.11", "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "polkadot-network" -version = "0.7.10" +version = "0.7.11" 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)", @@ -3678,10 +3693,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.10", - "polkadot-erasure-coding 0.7.10", - "polkadot-primitives 0.7.10", - "polkadot-validation 0.7.10", + "polkadot-availability-store 0.7.11", + "polkadot-erasure-coding 0.7.11", + "polkadot-primitives 0.7.11", + "polkadot-validation 0.7.11", "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)", @@ -3694,11 +3709,11 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.7.10" +version = "0.7.11" dependencies = [ - "adder 0.7.10", + "adder 0.7.11", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "halt 0.7.10", + "halt 0.7.11", "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)", @@ -3713,12 +3728,12 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.7.10" +version = "0.7.11" 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.10", + "polkadot-parachain 0.7.11", "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)", @@ -3733,12 +3748,12 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.7.10" +version = "0.7.11" 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.10", - "polkadot-runtime 0.7.10", + "polkadot-primitives 0.7.11", + "polkadot-runtime 0.7.11", "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)", @@ -3748,7 +3763,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.7.10" +version = "0.7.11" 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)", @@ -3781,9 +3796,10 @@ dependencies = [ "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "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)", + "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.10", - "polkadot-primitives 0.7.10", + "polkadot-parachain 0.7.11", + "polkadot-primitives 0.7.11", "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)", @@ -3813,7 +3829,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.7.10" +version = "0.7.11" 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)", @@ -3824,13 +3840,13 @@ dependencies = [ "pallet-im-online 2.0.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.10", - "polkadot-executor 0.7.10", - "polkadot-network 0.7.10", - "polkadot-primitives 0.7.10", - "polkadot-rpc 0.7.10", - "polkadot-runtime 0.7.10", - "polkadot-validation 0.7.10", + "polkadot-availability-store 0.7.11", + "polkadot-executor 0.7.11", + "polkadot-network 0.7.11", + "polkadot-primitives 0.7.11", + "polkadot-rpc 0.7.11", + "polkadot-runtime 0.7.11", + "polkadot-validation 0.7.11", "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)", @@ -3858,16 +3874,16 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.7.10" +version = "0.7.11" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.10", + "polkadot-primitives 0.7.11", "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "polkadot-validation" -version = "0.7.10" +version = "0.7.11" 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)", @@ -3878,12 +3894,12 @@ 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.10", - "polkadot-erasure-coding 0.7.10", - "polkadot-parachain 0.7.10", - "polkadot-primitives 0.7.10", - "polkadot-runtime 0.7.10", - "polkadot-statement-table 0.7.10", + "polkadot-availability-store 0.7.11", + "polkadot-erasure-coding 0.7.11", + "polkadot-parachain 0.7.11", + "polkadot-primitives 0.7.11", + "polkadot-runtime 0.7.11", + "polkadot-statement-table 0.7.11", "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)", @@ -4408,7 +4424,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4432,7 +4448,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4446,7 +4462,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4461,7 +4477,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4472,7 +4488,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4507,7 +4523,7 @@ dependencies = [ [[package]] name = "sc-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4540,7 +4556,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4571,7 +4587,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4596,7 +4612,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4636,7 +4652,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4655,7 +4671,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4669,7 +4685,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4701,7 +4717,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4731,7 +4747,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4746,7 +4762,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4791,7 +4807,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4807,7 +4823,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4834,7 +4850,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4845,7 +4861,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4874,7 +4890,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4896,7 +4912,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4911,7 +4927,7 @@ dependencies = [ [[package]] name = "sc-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4958,7 +4974,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4969,7 +4985,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -4991,7 +5007,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5007,7 +5023,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5022,7 +5038,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5307,7 +5323,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#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5321,7 +5337,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5333,7 +5349,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5345,7 +5361,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5358,7 +5374,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5370,7 +5386,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5381,7 +5397,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5393,7 +5409,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5409,7 +5425,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5428,7 +5444,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5444,7 +5460,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5483,7 +5499,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5493,7 +5509,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5503,7 +5519,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5516,7 +5532,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5526,7 +5542,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5538,7 +5554,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5555,7 +5571,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5566,7 +5582,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5575,7 +5591,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5584,7 +5600,7 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5594,7 +5610,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5603,7 +5619,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5622,7 +5638,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5637,7 +5653,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5649,7 +5665,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5658,7 +5674,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5668,7 +5684,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5678,7 +5694,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5697,12 +5713,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5713,7 +5729,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5726,7 +5742,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5740,7 +5756,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5754,7 +5770,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5766,7 +5782,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -5870,7 +5886,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ab217bf3513a8f6c287b33dedc5bce0bd9ec863b" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e3962b6869640308016b1a8a50845a78bda391ce" 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)", @@ -7304,6 +7320,7 @@ dependencies = [ "checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c276d76c5333b8c2579e02d49a06733a55b8282d2d9b13e8d53b6406bd7e30a" "checksum parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "045b3c7af871285146300da35b1932bb6e4639b66c7c98e85d06a32cbc4e8fa7" "checksum parity-multiaddr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "82afcb7461eae5d122543d8be1c57d306ed89af2d6ff7f8b0f5a3cc8f7e511bc" diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 347aa9637c..9506c09a1d 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.7.10" +version = "0.7.11" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" diff --git a/polkadot/availability-store/Cargo.toml b/polkadot/availability-store/Cargo.toml index b725b1fe29..0175ed54d6 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.10" +version = "0.7.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 86a5ac178f..1edbb27c1b 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.7.10" +version = "0.7.11" 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 30630a947c..aeeced15ac 100644 --- a/polkadot/cli/src/lib.rs +++ b/polkadot/cli/src/lib.rs @@ -79,8 +79,8 @@ enum PolkadotSubCommands { ValidationWorker(ValidationWorkerCommand), } -impl cli::GetLogFilter for PolkadotSubCommands { - fn get_log_filter(&self) -> Option { None } +impl cli::GetSharedParams for PolkadotSubCommands { + fn shared_params(&self) -> Option<&cli::SharedParams> { None } } #[derive(Debug, StructOpt, Clone)] diff --git a/polkadot/collator/Cargo.toml b/polkadot/collator/Cargo.toml index d53e7c66df..6b5e0b5fa9 100644 --- a/polkadot/collator/Cargo.toml +++ b/polkadot/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "0.7.10" +version = "0.7.11" authors = ["Parity Technologies "] description = "Collator node implementation" edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index 74cf4d22dd..2ed14904cf 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.10" +version = "0.7.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/executor/Cargo.toml b/polkadot/executor/Cargo.toml index 56012a25f6..bd523d2670 100644 --- a/polkadot/executor/Cargo.toml +++ b/polkadot/executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-executor" -version = "0.7.10" +version = "0.7.11" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." edition = "2018" diff --git a/polkadot/network/Cargo.toml b/polkadot/network/Cargo.toml index 7d8d4d664d..c807f79979 100644 --- a/polkadot/network/Cargo.toml +++ b/polkadot/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network" -version = "0.7.10" +version = "0.7.11" authors = ["Parity Technologies "] description = "Polkadot-specific networking protocol" edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 1307ecb8b0..de62b99a93 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.7.10" +version = "0.7.11" 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 00e838a306..069bd5d4e2 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.7.10" +version = "0.7.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index 584f7eee5e..17c588e9d5 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.7.10" +version = "0.7.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/Cargo.toml b/polkadot/runtime/Cargo.toml index ba4b746057..78050c079c 100644 --- a/polkadot/runtime/Cargo.toml +++ b/polkadot/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.7.10" +version = "0.7.11" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" @@ -57,6 +57,7 @@ system = { package = "frame-system", git = "https://github.com/paritytech/substr system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +utility = { package = "pallet-utility", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } primitives = { package = "polkadot-primitives", path = "../primitives", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } @@ -119,6 +120,7 @@ std = [ "timestamp/std", "treasury/std", "version/std", + "utility/std", "serde_derive", "serde/std", "log", diff --git a/polkadot/runtime/src/crowdfund.rs b/polkadot/runtime/src/crowdfund.rs index f7f3d80bfb..83eff70615 100644 --- a/polkadot/runtime/src/crowdfund.rs +++ b/polkadot/runtime/src/crowdfund.rs @@ -653,6 +653,7 @@ mod tests { type Treasury = treasury::Module; type Crowdfund = Module; type RandomnessCollectiveFlip = randomness_collective_flip::Module; + use balances::Error as BalancesError; // This function basically just builds a genesis storage key/value store according to // our desired mockup. @@ -733,7 +734,7 @@ mod tests { assert_noop!(Crowdfund::create(Origin::signed(1), 1000, 1, 5, 9), "last slot cannot be more then 3 more than first slot"); // Cannot create a crowdfund without some deposit funds - assert_noop!(Crowdfund::create(Origin::signed(1337), 1000, 1, 3, 9), "too few free funds in account"); + assert_noop!(Crowdfund::create(Origin::signed(1337), 1000, 1, 3, 9), BalancesError::::InsufficientBalance); }); } diff --git a/polkadot/runtime/src/lib.rs b/polkadot/runtime/src/lib.rs index e34d236320..9d23a4466e 100644 --- a/polkadot/runtime/src/lib.rs +++ b/polkadot/runtime/src/lib.rs @@ -575,6 +575,23 @@ impl identity::Trait for Runtime { type ForceOrigin = collective::EnsureProportionMoreThan<_1, _2, AccountId, CouncilCollective>; } +parameter_types! { + // One storage item; value is size 4+4+16+32 bytes = 56 bytes. + pub const MultisigDepositBase: Balance = 30 * DOLLARS; + // Additional storage item size of 32 bytes. + pub const MultisigDepositFactor: Balance = 5 * DOLLARS; + pub const MaxSignatories: u16 = 100; +} + +impl utility::Trait for Runtime { + type Event = Event; + type Call = Call; + type Currency = Balances; + type MultisigDepositBase = MultisigDepositBase; + type MultisigDepositFactor = MultisigDepositFactor; + type MaxSignatories = MaxSignatories; +} + construct_runtime! { pub enum Runtime where Block = Block, @@ -627,6 +644,7 @@ construct_runtime! { // Less simple identity module. Identity: identity::{Module, Call, Storage, Event}, + Utility: utility::{Module, Call, Storage, Event, Error}, } } diff --git a/polkadot/service/Cargo.toml b/polkadot/service/Cargo.toml index 9f363cddc6..9335144e34 100644 --- a/polkadot/service/Cargo.toml +++ b/polkadot/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.7.10" +version = "0.7.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index 35ecc38cf8..e48a30e344 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.10" +version = "0.7.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/test-parachains/adder/Cargo.toml b/polkadot/test-parachains/adder/Cargo.toml index 39eaff4e96..a85bc8ad25 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.10" +version = "0.7.11" 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 cdf0822e98..8740c49fdd 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.10" +version = "0.7.11" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/validation/Cargo.toml b/polkadot/validation/Cargo.toml index 8dfb29bb19..6203a47961 100644 --- a/polkadot/validation/Cargo.toml +++ b/polkadot/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.7.10" +version = "0.7.11" authors = ["Parity Technologies "] edition = "2018"