Companion PR to channel names (#995)

* Companion PR to channel names

* Err... fix missing event stream name

* Update Substrate
This commit is contained in:
Pierre Krieger
2020-04-14 16:00:25 +02:00
committed by GitHub
parent 70a30a9783
commit 17c2882ae7
3 changed files with 127 additions and 126 deletions
+125 -124
View File
@@ -1253,7 +1253,7 @@ checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
[[package]] [[package]]
name = "fork-tree" name = "fork-tree"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
] ]
@@ -1261,7 +1261,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-benchmarking" name = "frame-benchmarking"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -1278,7 +1278,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-benchmarking-cli" name = "frame-benchmarking-cli"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"parity-scale-codec", "parity-scale-codec",
@@ -1297,7 +1297,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-executive" name = "frame-executive"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -1310,7 +1310,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-metadata" name = "frame-metadata"
version = "11.0.0-alpha.5" version = "11.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"serde", "serde",
@@ -1321,7 +1321,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-support" name = "frame-support"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"bitmask", "bitmask",
"frame-metadata", "frame-metadata",
@@ -1345,7 +1345,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-support-procedural" name = "frame-support-procedural"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support-procedural-tools", "frame-support-procedural-tools",
"proc-macro2 1.0.9", "proc-macro2 1.0.9",
@@ -1356,7 +1356,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-support-procedural-tools" name = "frame-support-procedural-tools"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support-procedural-tools-derive", "frame-support-procedural-tools-derive",
"proc-macro-crate", "proc-macro-crate",
@@ -1368,7 +1368,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-support-procedural-tools-derive" name = "frame-support-procedural-tools-derive"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"proc-macro2 1.0.9", "proc-macro2 1.0.9",
"quote 1.0.3", "quote 1.0.3",
@@ -1378,7 +1378,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-system" name = "frame-system"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"impl-trait-for-tuples", "impl-trait-for-tuples",
@@ -1394,7 +1394,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-system-rpc-runtime-api" name = "frame-system-rpc-runtime-api"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -3275,7 +3275,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-authority-discovery" name = "pallet-authority-discovery"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3293,7 +3293,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-authorship" name = "pallet-authorship"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3310,7 +3310,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-babe" name = "pallet-babe"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3331,7 +3331,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-balances" name = "pallet-balances"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -3346,7 +3346,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-collective" name = "pallet-collective"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -3362,7 +3362,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-democracy" name = "pallet-democracy"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -3377,7 +3377,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-elections-phragmen" name = "pallet-elections-phragmen"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3391,7 +3391,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-finality-tracker" name = "pallet-finality-tracker"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3407,7 +3407,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-grandpa" name = "pallet-grandpa"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3425,7 +3425,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-identity" name = "pallet-identity"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"enumflags2", "enumflags2",
"frame-benchmarking", "frame-benchmarking",
@@ -3441,7 +3441,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-im-online" name = "pallet-im-online"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3460,7 +3460,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-indices" name = "pallet-indices"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3476,7 +3476,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-membership" name = "pallet-membership"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3490,7 +3490,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-nicks" name = "pallet-nicks"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3504,7 +3504,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-offences" name = "pallet-offences"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3519,7 +3519,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-randomness-collective-flip" name = "pallet-randomness-collective-flip"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3532,7 +3532,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-recovery" name = "pallet-recovery"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"enumflags2", "enumflags2",
"frame-support", "frame-support",
@@ -3547,7 +3547,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-scheduler" name = "pallet-scheduler"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -3562,7 +3562,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-session" name = "pallet-session"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3580,7 +3580,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-society" name = "pallet-society"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3595,7 +3595,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-staking" name = "pallet-staking"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3616,7 +3616,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-staking-reward-curve" name = "pallet-staking-reward-curve"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"proc-macro-crate", "proc-macro-crate",
"proc-macro2 1.0.9", "proc-macro2 1.0.9",
@@ -3627,7 +3627,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-sudo" name = "pallet-sudo"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3641,7 +3641,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-timestamp" name = "pallet-timestamp"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -3658,7 +3658,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-transaction-payment" name = "pallet-transaction-payment"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3671,7 +3671,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-transaction-payment-rpc" name = "pallet-transaction-payment-rpc"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"jsonrpc-core", "jsonrpc-core",
"jsonrpc-core-client", "jsonrpc-core-client",
@@ -3689,7 +3689,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-transaction-payment-rpc-runtime-api" name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"parity-scale-codec", "parity-scale-codec",
@@ -3702,7 +3702,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-treasury" name = "pallet-treasury"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3716,7 +3716,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-utility" name = "pallet-utility"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -3731,7 +3731,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-vesting" name = "pallet-vesting"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"enumflags2", "enumflags2",
"frame-support", "frame-support",
@@ -5219,7 +5219,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-authority-discovery" name = "sc-authority-discovery"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"bytes 0.5.4", "bytes 0.5.4",
"derive_more 0.99.3", "derive_more 0.99.3",
@@ -5246,7 +5246,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-block-builder" name = "sc-block-builder"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sc-client-api", "sc-client-api",
@@ -5262,7 +5262,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-chain-spec" name = "sc-chain-spec"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"impl-trait-for-tuples", "impl-trait-for-tuples",
"sc-chain-spec-derive", "sc-chain-spec-derive",
@@ -5278,7 +5278,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-chain-spec-derive" name = "sc-chain-spec-derive"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"proc-macro-crate", "proc-macro-crate",
"proc-macro2 1.0.9", "proc-macro2 1.0.9",
@@ -5289,7 +5289,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-cli" name = "sc-cli"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"app_dirs", "app_dirs",
@@ -5331,7 +5331,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-client" name = "sc-client"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"fnv", "fnv",
@@ -5366,7 +5366,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-client-api" name = "sc-client-api"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"fnv", "fnv",
@@ -5400,7 +5400,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-client-db" name = "sc-client-db"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"hash-db", "hash-db",
"kvdb", "kvdb",
@@ -5427,7 +5427,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-consensus-babe" name = "sc-consensus-babe"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"fork-tree", "fork-tree",
@@ -5469,7 +5469,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-consensus-epochs" name = "sc-consensus-epochs"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"fork-tree", "fork-tree",
"parity-scale-codec", "parity-scale-codec",
@@ -5482,7 +5482,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-consensus-slots" name = "sc-consensus-slots"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"futures-timer 3.0.2", "futures-timer 3.0.2",
@@ -5503,7 +5503,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-consensus-uncles" name = "sc-consensus-uncles"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"log 0.4.8", "log 0.4.8",
"sc-client-api", "sc-client-api",
@@ -5517,7 +5517,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-executor" name = "sc-executor"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"lazy_static", "lazy_static",
@@ -5544,7 +5544,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-executor-common" name = "sc-executor-common"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"log 0.4.8", "log 0.4.8",
@@ -5561,7 +5561,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-executor-wasmi" name = "sc-executor-wasmi"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"log 0.4.8", "log 0.4.8",
"parity-scale-codec", "parity-scale-codec",
@@ -5576,7 +5576,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-executor-wasmtime" name = "sc-executor-wasmtime"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"cranelift-wasm", "cranelift-wasm",
@@ -5597,7 +5597,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-finality-grandpa" name = "sc-finality-grandpa"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"finality-grandpa", "finality-grandpa",
@@ -5633,7 +5633,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-informant" name = "sc-informant"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"futures 0.3.4", "futures 0.3.4",
@@ -5650,7 +5650,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-keystore" name = "sc-keystore"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"hex", "hex",
@@ -5665,7 +5665,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-network" name = "sc-network"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"bytes 0.5.4", "bytes 0.5.4",
@@ -5717,7 +5717,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-network-gossip" name = "sc-network-gossip"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"futures-timer 3.0.2", "futures-timer 3.0.2",
@@ -5733,7 +5733,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#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"env_logger 0.7.1", "env_logger 0.7.1",
"futures 0.3.4", "futures 0.3.4",
@@ -5759,7 +5759,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-offchain" name = "sc-offchain"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"bytes 0.5.4", "bytes 0.5.4",
"fnv", "fnv",
@@ -5786,7 +5786,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-peerset" name = "sc-peerset"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"libp2p", "libp2p",
@@ -5799,7 +5799,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-rpc" name = "sc-rpc"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"hash-db", "hash-db",
@@ -5832,7 +5832,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-rpc-api" name = "sc-rpc-api"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"futures 0.3.4", "futures 0.3.4",
@@ -5856,7 +5856,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-rpc-server" name = "sc-rpc-server"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"jsonrpc-core", "jsonrpc-core",
"jsonrpc-http-server", "jsonrpc-http-server",
@@ -5871,7 +5871,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-service" name = "sc-service"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"exit-future", "exit-future",
@@ -5922,7 +5922,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-state-db" name = "sc-state-db"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"log 0.4.8", "log 0.4.8",
"parity-scale-codec", "parity-scale-codec",
@@ -5936,7 +5936,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-telemetry" name = "sc-telemetry"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"bytes 0.5.4", "bytes 0.5.4",
"futures 0.3.4", "futures 0.3.4",
@@ -5958,7 +5958,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-tracing" name = "sc-tracing"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"erased-serde", "erased-serde",
"log 0.4.8", "log 0.4.8",
@@ -5973,7 +5973,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-transaction-graph" name = "sc-transaction-graph"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"futures 0.3.4", "futures 0.3.4",
@@ -5993,7 +5993,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-transaction-pool" name = "sc-transaction-pool"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"futures 0.3.4", "futures 0.3.4",
@@ -6375,7 +6375,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-allocator" name = "sp-allocator"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"log 0.4.8", "log 0.4.8",
@@ -6387,7 +6387,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-api" name = "sp-api"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"hash-db", "hash-db",
"parity-scale-codec", "parity-scale-codec",
@@ -6402,7 +6402,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-api-proc-macro" name = "sp-api-proc-macro"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"blake2-rfc", "blake2-rfc",
"proc-macro-crate", "proc-macro-crate",
@@ -6414,7 +6414,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-application-crypto" name = "sp-application-crypto"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"serde", "serde",
@@ -6426,11 +6426,12 @@ dependencies = [
[[package]] [[package]]
name = "sp-arithmetic" name = "sp-arithmetic"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"integer-sqrt", "integer-sqrt",
"num-traits 0.2.11", "num-traits 0.2.11",
"parity-scale-codec", "parity-scale-codec",
"primitive-types",
"serde", "serde",
"sp-debug-derive", "sp-debug-derive",
"sp-std", "sp-std",
@@ -6439,7 +6440,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-authority-discovery" name = "sp-authority-discovery"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -6451,7 +6452,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-authorship" name = "sp-authorship"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-inherents", "sp-inherents",
@@ -6462,7 +6463,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-block-builder" name = "sp-block-builder"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -6474,7 +6475,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-blockchain" name = "sp-blockchain"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"log 0.4.8", "log 0.4.8",
@@ -6490,7 +6491,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-chain-spec" name = "sp-chain-spec"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
@@ -6499,7 +6500,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-consensus" name = "sp-consensus"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"futures 0.3.4", "futures 0.3.4",
@@ -6522,7 +6523,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-consensus-aura" name = "sp-consensus-aura"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -6536,7 +6537,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-consensus-babe" name = "sp-consensus-babe"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -6552,7 +6553,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-consensus-vrf" name = "sp-consensus-vrf"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"schnorrkel", "schnorrkel",
@@ -6564,7 +6565,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-core" name = "sp-core"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"base58", "base58",
"blake2-rfc", "blake2-rfc",
@@ -6604,7 +6605,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-debug-derive" name = "sp-debug-derive"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"proc-macro2 1.0.9", "proc-macro2 1.0.9",
"quote 1.0.3", "quote 1.0.3",
@@ -6614,7 +6615,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-externalities" name = "sp-externalities"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"environmental", "environmental",
"sp-std", "sp-std",
@@ -6624,7 +6625,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-finality-grandpa" name = "sp-finality-grandpa"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"serde", "serde",
@@ -6637,7 +6638,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-finality-tracker" name = "sp-finality-tracker"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-inherents", "sp-inherents",
@@ -6647,7 +6648,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-inherents" name = "sp-inherents"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"parity-scale-codec", "parity-scale-codec",
@@ -6659,7 +6660,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-io" name = "sp-io"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"hash-db", "hash-db",
"libsecp256k1", "libsecp256k1",
@@ -6677,7 +6678,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-keyring" name = "sp-keyring"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
"sp-core", "sp-core",
@@ -6688,7 +6689,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-offchain" name = "sp-offchain"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"sp-api", "sp-api",
"sp-runtime", "sp-runtime",
@@ -6697,7 +6698,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-panic-handler" name = "sp-panic-handler"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"log 0.4.8", "log 0.4.8",
@@ -6706,7 +6707,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-phragmen" name = "sp-phragmen"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"serde", "serde",
@@ -6718,7 +6719,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#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"proc-macro-crate", "proc-macro-crate",
"proc-macro2 1.0.9", "proc-macro2 1.0.9",
@@ -6729,7 +6730,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-rpc" name = "sp-rpc"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"serde", "serde",
"sp-core", "sp-core",
@@ -6738,7 +6739,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-runtime" name = "sp-runtime"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"hash256-std-hasher", "hash256-std-hasher",
"impl-trait-for-tuples", "impl-trait-for-tuples",
@@ -6759,7 +6760,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-runtime-interface" name = "sp-runtime-interface"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"primitive-types", "primitive-types",
@@ -6773,7 +6774,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-runtime-interface-proc-macro" name = "sp-runtime-interface-proc-macro"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"Inflector", "Inflector",
"proc-macro-crate", "proc-macro-crate",
@@ -6785,7 +6786,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-serializer" name = "sp-serializer"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
@@ -6794,7 +6795,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-session" name = "sp-session"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"sp-api", "sp-api",
"sp-core", "sp-core",
@@ -6805,7 +6806,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-staking" name = "sp-staking"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-runtime", "sp-runtime",
@@ -6815,7 +6816,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-state-machine" name = "sp-state-machine"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"hash-db", "hash-db",
"log 0.4.8", "log 0.4.8",
@@ -6834,12 +6835,12 @@ dependencies = [
[[package]] [[package]]
name = "sp-std" name = "sp-std"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
[[package]] [[package]]
name = "sp-storage" name = "sp-storage"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"impl-serde 0.2.3", "impl-serde 0.2.3",
"serde", "serde",
@@ -6850,7 +6851,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-timestamp" name = "sp-timestamp"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"impl-trait-for-tuples", "impl-trait-for-tuples",
"parity-scale-codec", "parity-scale-codec",
@@ -6864,7 +6865,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-transaction-pool" name = "sp-transaction-pool"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"derive_more 0.99.3", "derive_more 0.99.3",
"futures 0.3.4", "futures 0.3.4",
@@ -6879,7 +6880,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-trie" name = "sp-trie"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"hash-db", "hash-db",
"memory-db", "memory-db",
@@ -6893,7 +6894,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-utils" name = "sp-utils"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"futures-core", "futures-core",
@@ -6904,7 +6905,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-version" name = "sp-version"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"impl-serde 0.2.3", "impl-serde 0.2.3",
"parity-scale-codec", "parity-scale-codec",
@@ -6916,7 +6917,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-wasm-interface" name = "sp-wasm-interface"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"impl-trait-for-tuples", "impl-trait-for-tuples",
"parity-scale-codec", "parity-scale-codec",
@@ -7044,7 +7045,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-browser-utils" name = "substrate-browser-utils"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"chrono", "chrono",
"clear_on_drop", "clear_on_drop",
@@ -7070,7 +7071,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-build-script-utils" name = "substrate-build-script-utils"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"platforms", "platforms",
] ]
@@ -7078,7 +7079,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-frame-rpc-system" name = "substrate-frame-rpc-system"
version = "2.0.0-alpha.5" version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"frame-system-rpc-runtime-api", "frame-system-rpc-runtime-api",
"futures 0.3.4", "futures 0.3.4",
@@ -7099,7 +7100,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-prometheus-endpoint" name = "substrate-prometheus-endpoint"
version = "0.8.0-alpha.5" version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"async-std", "async-std",
"derive_more 0.99.3", "derive_more 0.99.3",
@@ -7113,7 +7114,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#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"hash-db", "hash-db",
@@ -7133,7 +7134,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#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"frame-executive", "frame-executive",
@@ -7172,7 +7173,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#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
dependencies = [ dependencies = [
"futures 0.3.4", "futures 0.3.4",
"parity-scale-codec", "parity-scale-codec",
@@ -7190,7 +7191,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#469bb4b6fa852fb660009605a4dd22c06279607a" source = "git+https://github.com/paritytech/substrate#0132d522dbbdaef4e11a772fe5987801b59964aa"
[[package]] [[package]]
name = "substrate-wasm-builder-runner" name = "substrate-wasm-builder-runner"
+1 -1
View File
@@ -225,7 +225,7 @@ pub fn start<C, Api, SP>(
{ {
const SERVICE_TO_WORKER_BUF: usize = 256; const SERVICE_TO_WORKER_BUF: usize = 256;
let mut event_stream = service.event_stream(); let mut event_stream = service.event_stream("polkadot-network");
service.register_notifications_protocol(POLKADOT_ENGINE_ID, POLKADOT_PROTOCOL_NAME); service.register_notifications_protocol(POLKADOT_ENGINE_ID, POLKADOT_PROTOCOL_NAME);
let (mut worker_sender, worker_receiver) = mpsc::channel(SERVICE_TO_WORKER_BUF); let (mut worker_sender, worker_receiver) = mpsc::channel(SERVICE_TO_WORKER_BUF);
+1 -1
View File
@@ -502,7 +502,7 @@ pub fn new_full<Runtime, Dispatch, Extrinsic>(
if authority_discovery_enabled { if authority_discovery_enabled {
let network = service.network(); let network = service.network();
let network_event_stream = network.event_stream(); let network_event_stream = network.event_stream("authority-discovery");
let dht_event_stream = network_event_stream.filter_map(|e| async move { match e { let dht_event_stream = network_event_stream.filter_map(|e| async move { match e {
Event::Dht(e) => Some(e), Event::Dht(e) => Some(e),
_ => None, _ => None,