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