Companion PR for 5657 (#1003)

* prometheus registry to txpool

* Fix network tests

* Use None as the network config path

* update substrate

Co-authored-by: Ashley Ruglys <ashley.ruglys@gmail.com>
Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
Nikolay Volf
2020-04-17 18:29:33 +03:00
committed by GitHub
parent abd2650a58
commit 39e8013490
3 changed files with 131 additions and 131 deletions
+125 -125
View File
@@ -1227,7 +1227,7 @@ checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
[[package]] [[package]]
name = "fork-tree" name = "fork-tree"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
] ]
@@ -1235,7 +1235,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-benchmarking" name = "frame-benchmarking"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -1252,7 +1252,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-benchmarking-cli" name = "frame-benchmarking-cli"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"parity-scale-codec", "parity-scale-codec",
@@ -1271,7 +1271,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-executive" name = "frame-executive"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -1285,7 +1285,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-metadata" name = "frame-metadata"
version = "11.0.0-dev" version = "11.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"serde", "serde",
@@ -1296,7 +1296,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-support" name = "frame-support"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"bitmask", "bitmask",
"frame-metadata", "frame-metadata",
@@ -1320,7 +1320,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-support-procedural" name = "frame-support-procedural"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support-procedural-tools", "frame-support-procedural-tools",
"proc-macro2 1.0.10", "proc-macro2 1.0.10",
@@ -1331,7 +1331,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-support-procedural-tools" name = "frame-support-procedural-tools"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support-procedural-tools-derive", "frame-support-procedural-tools-derive",
"proc-macro-crate", "proc-macro-crate",
@@ -1343,7 +1343,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-support-procedural-tools-derive" name = "frame-support-procedural-tools-derive"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"proc-macro2 1.0.10", "proc-macro2 1.0.10",
"quote 1.0.3", "quote 1.0.3",
@@ -1353,7 +1353,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-system" name = "frame-system"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"impl-trait-for-tuples", "impl-trait-for-tuples",
@@ -1369,7 +1369,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-system-rpc-runtime-api" name = "frame-system-rpc-runtime-api"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -3251,7 +3251,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-authority-discovery" name = "pallet-authority-discovery"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3269,7 +3269,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-authorship" name = "pallet-authorship"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3286,7 +3286,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-babe" name = "pallet-babe"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3307,7 +3307,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-balances" name = "pallet-balances"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -3322,7 +3322,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-collective" name = "pallet-collective"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -3338,7 +3338,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-democracy" name = "pallet-democracy"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -3353,7 +3353,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-elections-phragmen" name = "pallet-elections-phragmen"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3367,7 +3367,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-finality-tracker" name = "pallet-finality-tracker"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3383,7 +3383,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-grandpa" name = "pallet-grandpa"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3401,7 +3401,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-identity" name = "pallet-identity"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"enumflags2", "enumflags2",
"frame-benchmarking", "frame-benchmarking",
@@ -3417,7 +3417,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-im-online" name = "pallet-im-online"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3436,7 +3436,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-indices" name = "pallet-indices"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3452,7 +3452,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-membership" name = "pallet-membership"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3466,7 +3466,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-nicks" name = "pallet-nicks"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3480,7 +3480,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-offences" name = "pallet-offences"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3495,7 +3495,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-randomness-collective-flip" name = "pallet-randomness-collective-flip"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3508,7 +3508,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-recovery" name = "pallet-recovery"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"enumflags2", "enumflags2",
"frame-support", "frame-support",
@@ -3523,7 +3523,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-scheduler" name = "pallet-scheduler"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -3538,7 +3538,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-session" name = "pallet-session"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3556,7 +3556,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-society" name = "pallet-society"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3571,7 +3571,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-staking" name = "pallet-staking"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3592,7 +3592,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-staking-reward-curve" name = "pallet-staking-reward-curve"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"proc-macro-crate", "proc-macro-crate",
"proc-macro2 1.0.10", "proc-macro2 1.0.10",
@@ -3603,7 +3603,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-sudo" name = "pallet-sudo"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3617,7 +3617,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-timestamp" name = "pallet-timestamp"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -3634,7 +3634,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-transaction-payment" name = "pallet-transaction-payment"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3647,7 +3647,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-transaction-payment-rpc" name = "pallet-transaction-payment-rpc"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"jsonrpc-core", "jsonrpc-core",
"jsonrpc-core-client", "jsonrpc-core-client",
@@ -3665,7 +3665,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-transaction-payment-rpc-runtime-api" name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"parity-scale-codec", "parity-scale-codec",
@@ -3678,7 +3678,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-treasury" name = "pallet-treasury"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3692,7 +3692,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-utility" name = "pallet-utility"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3707,7 +3707,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-vesting" name = "pallet-vesting"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"enumflags2", "enumflags2",
"frame-support", "frame-support",
@@ -5196,7 +5196,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-authority-discovery" name = "sc-authority-discovery"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"bytes 0.5.4", "bytes 0.5.4",
"derive_more 0.99.5", "derive_more 0.99.5",
@@ -5223,7 +5223,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-block-builder" name = "sc-block-builder"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sc-client-api", "sc-client-api",
@@ -5239,7 +5239,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-chain-spec" name = "sc-chain-spec"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"impl-trait-for-tuples", "impl-trait-for-tuples",
"sc-chain-spec-derive", "sc-chain-spec-derive",
@@ -5255,7 +5255,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-chain-spec-derive" name = "sc-chain-spec-derive"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"proc-macro-crate", "proc-macro-crate",
"proc-macro2 1.0.10", "proc-macro2 1.0.10",
@@ -5266,7 +5266,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-cli" name = "sc-cli"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"app_dirs", "app_dirs",
@@ -5308,7 +5308,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-client" name = "sc-client"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"fnv", "fnv",
@@ -5345,7 +5345,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-client-api" name = "sc-client-api"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"fnv", "fnv",
@@ -5379,7 +5379,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-client-db" name = "sc-client-db"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"blake2-rfc", "blake2-rfc",
"hash-db", "hash-db",
@@ -5409,7 +5409,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-consensus-babe" name = "sc-consensus-babe"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"fork-tree", "fork-tree",
@@ -5451,7 +5451,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-consensus-epochs" name = "sc-consensus-epochs"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"fork-tree", "fork-tree",
"parity-scale-codec", "parity-scale-codec",
@@ -5464,7 +5464,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-consensus-slots" name = "sc-consensus-slots"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"futures-timer 3.0.2", "futures-timer 3.0.2",
@@ -5485,7 +5485,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-consensus-uncles" name = "sc-consensus-uncles"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"log 0.4.8", "log 0.4.8",
"sc-client-api", "sc-client-api",
@@ -5499,7 +5499,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-executor" name = "sc-executor"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"lazy_static", "lazy_static",
@@ -5527,7 +5527,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-executor-common" name = "sc-executor-common"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"log 0.4.8", "log 0.4.8",
@@ -5544,7 +5544,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-executor-wasmi" name = "sc-executor-wasmi"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"log 0.4.8", "log 0.4.8",
"parity-scale-codec", "parity-scale-codec",
@@ -5559,7 +5559,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-executor-wasmtime" name = "sc-executor-wasmtime"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"cranelift-wasm", "cranelift-wasm",
@@ -5580,7 +5580,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-finality-grandpa" name = "sc-finality-grandpa"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"finality-grandpa", "finality-grandpa",
@@ -5616,7 +5616,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-informant" name = "sc-informant"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"futures 0.3.4", "futures 0.3.4",
@@ -5633,7 +5633,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-keystore" name = "sc-keystore"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"hex", "hex",
@@ -5648,7 +5648,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-network" name = "sc-network"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"bytes 0.5.4", "bytes 0.5.4",
@@ -5700,7 +5700,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-network-gossip" name = "sc-network-gossip"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"futures-timer 3.0.2", "futures-timer 3.0.2",
@@ -5716,7 +5716,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-network-test" name = "sc-network-test"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"env_logger 0.7.1", "env_logger 0.7.1",
"futures 0.3.4", "futures 0.3.4",
@@ -5742,7 +5742,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-offchain" name = "sc-offchain"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"bytes 0.5.4", "bytes 0.5.4",
"fnv", "fnv",
@@ -5769,7 +5769,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-peerset" name = "sc-peerset"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"libp2p", "libp2p",
@@ -5782,7 +5782,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-rpc" name = "sc-rpc"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"hash-db", "hash-db",
@@ -5815,7 +5815,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-rpc-api" name = "sc-rpc-api"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"futures 0.3.4", "futures 0.3.4",
@@ -5839,7 +5839,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-rpc-server" name = "sc-rpc-server"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"jsonrpc-core", "jsonrpc-core",
"jsonrpc-http-server", "jsonrpc-http-server",
@@ -5854,7 +5854,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-service" name = "sc-service"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"exit-future", "exit-future",
@@ -5905,7 +5905,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-state-db" name = "sc-state-db"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"log 0.4.8", "log 0.4.8",
"parity-scale-codec", "parity-scale-codec",
@@ -5919,7 +5919,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-telemetry" name = "sc-telemetry"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"bytes 0.5.4", "bytes 0.5.4",
"futures 0.3.4", "futures 0.3.4",
@@ -5941,7 +5941,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-tracing" name = "sc-tracing"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"erased-serde", "erased-serde",
"log 0.4.8", "log 0.4.8",
@@ -5956,7 +5956,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-transaction-graph" name = "sc-transaction-graph"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"futures 0.3.4", "futures 0.3.4",
@@ -5976,7 +5976,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-transaction-pool" name = "sc-transaction-pool"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"futures 0.3.4", "futures 0.3.4",
@@ -6361,7 +6361,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-allocator" name = "sp-allocator"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"log 0.4.8", "log 0.4.8",
@@ -6373,7 +6373,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-api" name = "sp-api"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"hash-db", "hash-db",
"parity-scale-codec", "parity-scale-codec",
@@ -6388,7 +6388,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-api-proc-macro" name = "sp-api-proc-macro"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"blake2-rfc", "blake2-rfc",
"proc-macro-crate", "proc-macro-crate",
@@ -6400,7 +6400,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-application-crypto" name = "sp-application-crypto"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"serde", "serde",
@@ -6412,7 +6412,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-arithmetic" name = "sp-arithmetic"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"integer-sqrt", "integer-sqrt",
"num-traits 0.2.11", "num-traits 0.2.11",
@@ -6426,7 +6426,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-authority-discovery" name = "sp-authority-discovery"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -6438,7 +6438,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-authorship" name = "sp-authorship"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-inherents", "sp-inherents",
@@ -6449,7 +6449,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-block-builder" name = "sp-block-builder"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -6461,7 +6461,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-blockchain" name = "sp-blockchain"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"log 0.4.8", "log 0.4.8",
@@ -6477,7 +6477,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-chain-spec" name = "sp-chain-spec"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
@@ -6486,7 +6486,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-consensus" name = "sp-consensus"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"futures 0.3.4", "futures 0.3.4",
@@ -6509,7 +6509,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-consensus-aura" name = "sp-consensus-aura"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -6523,7 +6523,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-consensus-babe" name = "sp-consensus-babe"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -6539,7 +6539,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-consensus-vrf" name = "sp-consensus-vrf"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"schnorrkel", "schnorrkel",
@@ -6551,7 +6551,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-core" name = "sp-core"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"base58", "base58",
"blake2-rfc", "blake2-rfc",
@@ -6592,7 +6592,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-database" name = "sp-database"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"kvdb", "kvdb",
"parking_lot 0.10.2", "parking_lot 0.10.2",
@@ -6601,7 +6601,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-debug-derive" name = "sp-debug-derive"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"proc-macro2 1.0.10", "proc-macro2 1.0.10",
"quote 1.0.3", "quote 1.0.3",
@@ -6611,7 +6611,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-externalities" name = "sp-externalities"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"environmental", "environmental",
"sp-std", "sp-std",
@@ -6621,7 +6621,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-finality-grandpa" name = "sp-finality-grandpa"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"serde", "serde",
@@ -6634,7 +6634,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-finality-tracker" name = "sp-finality-tracker"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-inherents", "sp-inherents",
@@ -6644,7 +6644,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-inherents" name = "sp-inherents"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"parity-scale-codec", "parity-scale-codec",
@@ -6656,7 +6656,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-io" name = "sp-io"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"hash-db", "hash-db",
@@ -6676,7 +6676,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-keyring" name = "sp-keyring"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
"sp-core", "sp-core",
@@ -6687,7 +6687,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-offchain" name = "sp-offchain"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"sp-api", "sp-api",
"sp-runtime", "sp-runtime",
@@ -6696,7 +6696,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-panic-handler" name = "sp-panic-handler"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"log 0.4.8", "log 0.4.8",
@@ -6705,7 +6705,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-phragmen" name = "sp-phragmen"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"serde", "serde",
@@ -6717,7 +6717,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-phragmen-compact" name = "sp-phragmen-compact"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"proc-macro-crate", "proc-macro-crate",
"proc-macro2 1.0.10", "proc-macro2 1.0.10",
@@ -6728,7 +6728,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-rpc" name = "sp-rpc"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"serde", "serde",
"sp-core", "sp-core",
@@ -6737,7 +6737,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-runtime" name = "sp-runtime"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"hash256-std-hasher", "hash256-std-hasher",
"impl-trait-for-tuples", "impl-trait-for-tuples",
@@ -6758,7 +6758,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-runtime-interface" name = "sp-runtime-interface"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"primitive-types", "primitive-types",
@@ -6772,7 +6772,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-runtime-interface-proc-macro" name = "sp-runtime-interface-proc-macro"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"Inflector", "Inflector",
"proc-macro-crate", "proc-macro-crate",
@@ -6784,7 +6784,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-serializer" name = "sp-serializer"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
@@ -6793,7 +6793,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-session" name = "sp-session"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"sp-api", "sp-api",
"sp-core", "sp-core",
@@ -6804,7 +6804,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-staking" name = "sp-staking"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-runtime", "sp-runtime",
@@ -6814,7 +6814,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-state-machine" name = "sp-state-machine"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"hash-db", "hash-db",
"log 0.4.8", "log 0.4.8",
@@ -6833,12 +6833,12 @@ dependencies = [
[[package]] [[package]]
name = "sp-std" name = "sp-std"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
[[package]] [[package]]
name = "sp-storage" name = "sp-storage"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"impl-serde 0.2.3", "impl-serde 0.2.3",
"serde", "serde",
@@ -6849,7 +6849,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-timestamp" name = "sp-timestamp"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"impl-trait-for-tuples", "impl-trait-for-tuples",
"parity-scale-codec", "parity-scale-codec",
@@ -6863,7 +6863,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-transaction-pool" name = "sp-transaction-pool"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"derive_more 0.99.5", "derive_more 0.99.5",
"futures 0.3.4", "futures 0.3.4",
@@ -6878,7 +6878,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-trie" name = "sp-trie"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"hash-db", "hash-db",
"memory-db", "memory-db",
@@ -6892,7 +6892,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-utils" name = "sp-utils"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"futures-core", "futures-core",
@@ -6903,7 +6903,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-version" name = "sp-version"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"impl-serde 0.2.3", "impl-serde 0.2.3",
"parity-scale-codec", "parity-scale-codec",
@@ -6915,7 +6915,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-wasm-interface" name = "sp-wasm-interface"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"impl-trait-for-tuples", "impl-trait-for-tuples",
"parity-scale-codec", "parity-scale-codec",
@@ -7043,7 +7043,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-browser-utils" name = "substrate-browser-utils"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"chrono", "chrono",
"clear_on_drop", "clear_on_drop",
@@ -7070,7 +7070,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-build-script-utils" name = "substrate-build-script-utils"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"platforms", "platforms",
] ]
@@ -7078,7 +7078,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-frame-rpc-system" name = "substrate-frame-rpc-system"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"frame-system-rpc-runtime-api", "frame-system-rpc-runtime-api",
"futures 0.3.4", "futures 0.3.4",
@@ -7099,7 +7099,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-prometheus-endpoint" name = "substrate-prometheus-endpoint"
version = "0.8.0-dev" version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"async-std", "async-std",
"derive_more 0.99.5", "derive_more 0.99.5",
@@ -7113,7 +7113,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-test-client" name = "substrate-test-client"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"hash-db", "hash-db",
@@ -7133,7 +7133,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-test-runtime" name = "substrate-test-runtime"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"frame-executive", "frame-executive",
@@ -7172,7 +7172,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-test-runtime-client" name = "substrate-test-runtime-client"
version = "2.0.0-dev" version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"parity-scale-codec", "parity-scale-codec",
@@ -7190,7 +7190,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-wasm-builder-runner" name = "substrate-wasm-builder-runner"
version = "1.0.5" version = "1.0.5"
source = "git+https://github.com/paritytech/substrate#71852f439bbf0b876b29b33da276973b1b97ffa5" source = "git+https://github.com/paritytech/substrate#2d8f3b42c4425bfebd18b0775c0f7a6dbd83df06"
[[package]] [[package]]
name = "substrate-wasm-builder-runner" name = "substrate-wasm-builder-runner"
+2 -2
View File
@@ -574,7 +574,7 @@ pub trait TestNetFactory: Sized {
"test-node", "test-node",
"test-client", "test-client",
Default::default(), Default::default(),
&std::env::current_dir().expect("current directory must exist"), None,
); );
network_config.listen_addresses = vec![listen_addr.clone()]; network_config.listen_addresses = vec![listen_addr.clone()];
network_config.transport = TransportConfig::MemoryOnly; network_config.transport = TransportConfig::MemoryOnly;
@@ -649,7 +649,7 @@ pub trait TestNetFactory: Sized {
"test-node", "test-node",
"test-client", "test-client",
Default::default(), Default::default(),
&std::env::current_dir().expect("current directory must exist"), None,
); );
network_config.listen_addresses = vec![listen_addr.clone()]; network_config.listen_addresses = vec![listen_addr.clone()];
network_config.transport = TransportConfig::MemoryOnly; network_config.transport = TransportConfig::MemoryOnly;
+4 -4
View File
@@ -158,9 +158,9 @@ macro_rules! new_full_start {
.with_select_chain(|_, backend| { .with_select_chain(|_, backend| {
Ok(sc_client::LongestChain::new(backend.clone())) Ok(sc_client::LongestChain::new(backend.clone()))
})? })?
.with_transaction_pool(|config, client, _fetcher| { .with_transaction_pool(|config, client, _fetcher, prometheus_registry| {
let pool_api = sc_transaction_pool::FullChainApi::new(client.clone()); let pool_api = sc_transaction_pool::FullChainApi::new(client.clone());
let pool = sc_transaction_pool::BasicPool::new(config, std::sync::Arc::new(pool_api)); let pool = sc_transaction_pool::BasicPool::new(config, std::sync::Arc::new(pool_api), prometheus_registry);
Ok(pool) Ok(pool)
})? })?
.with_import_queue(|config, client, mut select_chain, _| { .with_import_queue(|config, client, mut select_chain, _| {
@@ -702,12 +702,12 @@ where
.with_select_chain(|_, backend| { .with_select_chain(|_, backend| {
Ok(LongestChain::new(backend.clone())) Ok(LongestChain::new(backend.clone()))
})? })?
.with_transaction_pool(|config, client, fetcher| { .with_transaction_pool(|config, client, fetcher, prometheus_registry| {
let fetcher = fetcher let fetcher = fetcher
.ok_or_else(|| "Trying to start light transaction pool without active fetcher")?; .ok_or_else(|| "Trying to start light transaction pool without active fetcher")?;
let pool_api = sc_transaction_pool::LightChainApi::new(client.clone(), fetcher.clone()); let pool_api = sc_transaction_pool::LightChainApi::new(client.clone(), fetcher.clone());
let pool = sc_transaction_pool::BasicPool::with_revalidation_type( let pool = sc_transaction_pool::BasicPool::with_revalidation_type(
config, Arc::new(pool_api), sc_transaction_pool::RevalidationType::Light, config, Arc::new(pool_api), prometheus_registry, sc_transaction_pool::RevalidationType::Light,
); );
Ok(pool) Ok(pool)
})? })?