Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
1c606b1c
Unverified
Commit
1c606b1c
authored
Jul 21, 2020
by
Pierre Krieger
Committed by
GitHub
Jul 21, 2020
Browse files
Companion PR for substrate#6676 (#1427)
* Companion PR for substrate#6676 * Update Substrate
parent
cc2d7afd
Pipeline
#101119
passed with stages
in 26 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
1c606b1c
...
...
@@ -1042,16 +1042,27 @@ version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "ed25519"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf038a7b6fd7ef78ad3348b63f3a17550877b0e28f8d68bcc94894d1412158bc"
dependencies = [
"signature",
]
[[package]]
name = "ed25519-dalek"
version = "1.0.0-pre.
3
"
version = "1.0.0-pre.
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
978710b352437433c97b2bff19
3f2f
b1dfd58a093f863dd95e225a19baa599a2
"
checksum = "
21a8a37f4e8b35af971e6db5e3897e7a6344caa
3f
9
2f
6544f88125a1f5f0035a
"
dependencies = [
"clear_on_drop",
"curve25519-dalek",
"ed25519",
"rand 0.7.3",
"serde",
"sha2 0.8.2",
"zeroize",
]
[[package]]
...
...
@@ -1314,7 +1325,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"parity-scale-codec",
]
...
...
@@ -1322,7 +1333,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1339,7 +1350,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"Inflector",
"frame-benchmarking",
...
...
@@ -1358,7 +1369,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1373,7 +1384,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "11.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"parity-scale-codec",
"serde",
...
...
@@ -1384,7 +1395,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"bitmask",
"frame-metadata",
...
...
@@ -1409,7 +1420,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support-procedural-tools",
"proc-macro2 1.0.18",
...
...
@@ -1420,7 +1431,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
...
...
@@ -1432,7 +1443,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
...
...
@@ -1442,7 +1453,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"impl-trait-for-tuples",
...
...
@@ -1458,7 +1469,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -1472,7 +1483,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -2651,9 +2662,9 @@ dependencies = [
[[package]]
name = "libp2p-core"
version = "0.20.
0
"
version = "0.20.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
11ca8d5a64a5d19b45e00e8f24afda6b8e1b605fb25ad7bcf62a42ecf19d7ff3
"
checksum = "
6a694fd76d7c33a45a0e6e1525e9b9b5d11127c9c94e560ac0f8abba54ed80af
"
dependencies = [
"asn1_der",
"bs58",
...
...
@@ -3466,7 +3477,7 @@ dependencies = [
[[package]]
name = "pallet-authority-discovery"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3482,7 +3493,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3497,7 +3508,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3522,7 +3533,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3536,7 +3547,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3552,7 +3563,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3567,7 +3578,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3582,7 +3593,7 @@ dependencies = [
[[package]]
name = "pallet-finality-tracker"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3598,7 +3609,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3620,7 +3631,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -3636,7 +3647,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3656,7 +3667,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3672,7 +3683,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3686,7 +3697,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3701,7 +3712,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3715,7 +3726,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3730,7 +3741,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3751,7 +3762,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3766,7 +3777,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3779,7 +3790,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"enumflags2",
"frame-support",
...
...
@@ -3794,7 +3805,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3809,7 +3820,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3829,7 +3840,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3845,7 +3856,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3859,7 +3870,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3881,7 +3892,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.18",
...
...
@@ -3892,7 +3903,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3906,7 +3917,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3924,7 +3935,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3941,7 +3952,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -3959,7 +3970,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-support",
"parity-scale-codec",
...
...
@@ -3972,7 +3983,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3987,7 +3998,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4003,7 +4014,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -5934,7 +5945,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"bytes 0.5.5",
"derive_more 0.99.9",
...
...
@@ -5961,7 +5972,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"futures 0.3.5",
"futures-timer 3.0.2",
...
...
@@ -5985,7 +5996,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"parity-scale-codec",
"sc-client-api",
...
...
@@ -6002,7 +6013,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"impl-trait-for-tuples",
"sc-chain-spec-derive",
...
...
@@ -6018,7 +6029,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.18",
...
...
@@ -6029,7 +6040,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"ansi_term 0.12.1",
"atty",
...
...
@@ -6070,7 +6081,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"derive_more 0.99.9",
"fnv",
...
...
@@ -6106,7 +6117,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"blake2-rfc",
"hash-db",
...
...
@@ -6135,7 +6146,7 @@ dependencies = [
[[package]]
name = "sc-consensus"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"sc-client-api",
"sp-blockchain",
...
...
@@ -6146,7 +6157,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"derive_more 0.99.9",
"fork-tree",
...
...
@@ -6188,7 +6199,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"derive_more 0.99.9",
"futures 0.3.5",
...
...
@@ -6212,7 +6223,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"fork-tree",
"parity-scale-codec",
...
...
@@ -6225,7 +6236,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"futures 0.3.5",
"futures-timer 3.0.2",
...
...
@@ -6248,7 +6259,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"log 0.4.8",
"sc-client-api",
...
...
@@ -6262,7 +6273,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"derive_more 0.99.9",
"lazy_static",
...
...
@@ -6290,7 +6301,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"derive_more 0.99.9",
"log 0.4.8",
...
...
@@ -6307,7 +6318,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"log 0.4.8",
"parity-scale-codec",
...
...
@@ -6322,7 +6333,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmtime"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"cranelift-codegen",
"cranelift-wasm",
...
...
@@ -6343,7 +6354,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"assert_matches",
"derive_more 0.99.9",
...
...
@@ -6381,7 +6392,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"derive_more 0.99.9",
"finality-grandpa",
...
...
@@ -6398,7 +6409,7 @@ dependencies = [
[[package]]
name = "sc-informant"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"ansi_term 0.12.1",
"futures 0.3.5",
...
...
@@ -6416,7 +6427,7 @@ dependencies = [
[[package]]
name = "sc-keystore"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"derive_more 0.99.9",
"hex",
...
...
@@ -6432,7 +6443,7 @@ dependencies = [
[[package]]
name = "sc-light"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"hash-db",
"lazy_static",
...
...
@@ -6451,7 +6462,7 @@ dependencies = [
[[package]]
name = "sc-network"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"bitflags",
"bs58",
...
...
@@ -6503,7 +6514,7 @@ dependencies = [
[[package]]
name = "sc-network-gossip"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"futures 0.3.5",
"futures-timer 3.0.2",
...
...
@@ -6518,7 +6529,7 @@ dependencies = [
[[package]]
name = "sc-network-test"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"env_logger",
"futures 0.3.5",
...
...
@@ -6545,7 +6556,7 @@ dependencies = [
[[package]]
name = "sc-offchain"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"bytes 0.5.5",
"fnv",
...
...
@@ -6572,7 +6583,7 @@ dependencies = [
[[package]]
name = "sc-peerset"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"futures 0.3.5",
"libp2p",
...
...
@@ -6585,7 +6596,7 @@ dependencies = [
[[package]]
name = "sc-proposer-metrics"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#
1b267075189dec625aabb48eb82e9c30ae9
c56e
6
"
source = "git+https://github.com/paritytech/substrate#
5c43b2bebb331ebeaa
c5
b
6e
21778203b1c73aa83
"
dependencies = [
"log 0.4.8",
"substrate-prometheus-endpoint",