From b01ee6eb001dc7af6fc77fdd4dc562b7ebaba35f Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Thu, 21 May 2020 17:00:45 +0200 Subject: [PATCH] Companion for #6046 (#1104) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update impls.rs * companion for substrate#6069 * update to latest changes * Update Cargo.lock * Bump Co-authored-by: André Silva Co-authored-by: Gav Wood --- polkadot/Cargo.lock | 264 +++++++++++++-------------- polkadot/runtime/common/src/impls.rs | 2 +- 2 files changed, 133 insertions(+), 133 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index a94689f872..627fd24abe 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1221,7 +1221,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", ] @@ -1229,7 +1229,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -1246,7 +1246,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1264,7 +1264,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -1279,7 +1279,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "serde", @@ -1290,7 +1290,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "bitmask", "frame-metadata", @@ -1315,7 +1315,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.13", @@ -1326,7 +1326,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1338,7 +1338,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "proc-macro2 1.0.13", "quote 1.0.6", @@ -1348,7 +1348,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1364,7 +1364,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "frame-support", @@ -1378,7 +1378,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "sp-api", @@ -3282,7 +3282,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3298,7 +3298,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3313,7 +3313,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3335,7 +3335,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "frame-support", @@ -3349,7 +3349,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "frame-support", @@ -3365,7 +3365,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "frame-support", @@ -3380,7 +3380,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "frame-support", @@ -3395,7 +3395,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3411,7 +3411,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3431,7 +3431,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3447,7 +3447,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "frame-support", @@ -3467,7 +3467,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3483,7 +3483,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3497,7 +3497,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3511,7 +3511,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3526,7 +3526,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "frame-support", @@ -3547,7 +3547,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3560,7 +3560,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "enumflags2", "frame-support", @@ -3575,7 +3575,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "frame-support", @@ -3590,7 +3590,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3608,7 +3608,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "frame-support", @@ -3622,7 +3622,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3636,7 +3636,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "frame-support", @@ -3659,7 +3659,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.13", @@ -3670,7 +3670,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3684,7 +3684,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "frame-support", @@ -3702,7 +3702,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "frame-system", @@ -3716,7 +3716,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -3734,7 +3734,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-support", "parity-scale-codec", @@ -3747,7 +3747,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "frame-support", @@ -3762,7 +3762,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-benchmarking", "frame-support", @@ -3778,7 +3778,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5330,7 +5330,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "bytes 0.5.4", "derive_more 0.99.7", @@ -5357,7 +5357,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -5373,7 +5373,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", @@ -5389,7 +5389,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.13", @@ -5400,7 +5400,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "ansi_term 0.12.1", "app_dirs", @@ -5442,7 +5442,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "fnv", @@ -5478,7 +5478,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "blake2-rfc", "hash-db", @@ -5507,7 +5507,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "sc-client-api", "sp-blockchain", @@ -5518,7 +5518,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "fork-tree", @@ -5560,7 +5560,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "futures 0.3.5", @@ -5583,7 +5583,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "fork-tree", "parity-scale-codec", @@ -5596,7 +5596,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -5618,7 +5618,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "log 0.4.8", "sc-client-api", @@ -5632,7 +5632,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "lazy_static", @@ -5660,7 +5660,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "log 0.4.8", @@ -5677,7 +5677,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -5692,7 +5692,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "cranelift-codegen", "cranelift-wasm", @@ -5713,7 +5713,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "assert_matches", "derive_more 0.99.7", @@ -5750,7 +5750,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "finality-grandpa", @@ -5767,7 +5767,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -5784,7 +5784,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "hex", @@ -5799,7 +5799,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "bitflags", "bs58", @@ -5851,7 +5851,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -5866,7 +5866,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "env_logger", "futures 0.3.5", @@ -5893,7 +5893,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "bytes 0.5.4", "fnv", @@ -5920,7 +5920,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "futures 0.3.5", "libp2p", @@ -5933,7 +5933,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "log 0.4.8", "substrate-prometheus-endpoint", @@ -5942,7 +5942,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "futures 0.3.5", "hash-db", @@ -5974,7 +5974,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "futures 0.3.5", @@ -5998,7 +5998,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -6013,7 +6013,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "exit-future", @@ -6071,7 +6071,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -6085,7 +6085,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "bytes 0.5.4", "futures 0.3.5", @@ -6107,7 +6107,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "erased-serde", "log 0.4.8", @@ -6122,7 +6122,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "futures 0.3.5", @@ -6142,7 +6142,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "futures 0.3.5", @@ -6539,7 +6539,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "log 0.4.8", @@ -6551,7 +6551,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "hash-db", "parity-scale-codec", @@ -6566,7 +6566,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -6578,7 +6578,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "serde", @@ -6590,7 +6590,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "integer-sqrt", "num-traits 0.2.11", @@ -6604,7 +6604,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "sp-api", @@ -6616,7 +6616,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -6627,7 +6627,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "sp-api", @@ -6639,7 +6639,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "log 0.4.8", @@ -6655,7 +6655,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "serde", "serde_json", @@ -6664,7 +6664,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "futures 0.3.5", @@ -6687,7 +6687,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "sp-api", @@ -6701,7 +6701,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "merlin", "parity-scale-codec", @@ -6718,7 +6718,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -6730,7 +6730,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "base58", "blake2-rfc", @@ -6772,7 +6772,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -6781,7 +6781,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "proc-macro2 1.0.13", "quote 1.0.6", @@ -6791,7 +6791,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "environmental", "parity-scale-codec", @@ -6802,7 +6802,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "finality-grandpa", "log 0.4.8", @@ -6818,7 +6818,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -6828,7 +6828,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "parity-scale-codec", @@ -6840,7 +6840,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "futures 0.3.5", "hash-db", @@ -6860,7 +6860,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "lazy_static", "sp-core", @@ -6871,7 +6871,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "sp-api", "sp-core", @@ -6881,7 +6881,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "backtrace", "log 0.4.8", @@ -6890,7 +6890,7 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "serde", @@ -6902,7 +6902,7 @@ dependencies = [ [[package]] name = "sp-phragmen-compact" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.13", @@ -6913,7 +6913,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "serde", "sp-core", @@ -6922,7 +6922,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "hash256-std-hasher", "impl-trait-for-tuples", @@ -6943,7 +6943,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "primitive-types", @@ -6958,7 +6958,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "Inflector", "proc-macro-crate", @@ -6970,7 +6970,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "serde", "serde_json", @@ -6979,7 +6979,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "sp-api", @@ -6992,7 +6992,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7002,7 +7002,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "hash-db", "log 0.4.8", @@ -7021,12 +7021,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" [[package]] name = "sp-storage" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "impl-serde 0.2.3", "ref-cast", @@ -7038,7 +7038,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7052,7 +7052,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "tracing", ] @@ -7060,7 +7060,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "derive_more 0.99.7", "futures 0.3.5", @@ -7075,7 +7075,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "hash-db", "memory-db", @@ -7089,7 +7089,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "futures 0.3.5", "futures-core", @@ -7100,7 +7100,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", @@ -7112,7 +7112,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7240,7 +7240,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "chrono", "clear_on_drop", @@ -7267,7 +7267,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "platforms", ] @@ -7275,7 +7275,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -7296,7 +7296,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "async-std", "derive_more 0.99.7", @@ -7310,7 +7310,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "futures 0.3.5", "hash-db", @@ -7331,7 +7331,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "cfg-if", "frame-executive", @@ -7371,7 +7371,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" dependencies = [ "futures 0.3.5", "parity-scale-codec", @@ -7391,7 +7391,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" -source = "git+https://github.com/paritytech/substrate#903693105a39f4a88ed99d99a4462616ed059968" +source = "git+https://github.com/paritytech/substrate#ea0e23e34a037d351013ca7409e966fa0939206f" [[package]] name = "substrate-wasm-builder-runner" diff --git a/polkadot/runtime/common/src/impls.rs b/polkadot/runtime/common/src/impls.rs index 45b4b840a6..851410f25c 100644 --- a/polkadot/runtime/common/src/impls.rs +++ b/polkadot/runtime/common/src/impls.rs @@ -87,7 +87,7 @@ pub struct TargetedFeeAdjustment(sp_std::marker::PhantomData<(T, R)>); impl, R: system::Trait> Convert for TargetedFeeAdjustment { fn convert(multiplier: Fixed128) -> Fixed128 { let max_weight = MaximumBlockWeight::get(); - let block_weight = >::all_extrinsics_weight().total().min(max_weight); + let block_weight = >::block_weight().total().min(max_weight); let target_weight = (T::get() * max_weight) as u128; let block_weight = block_weight as u128;