moving core/service/consensus into new core/authorship crate (#1257)

This commit is contained in:
Gregory Terzian
2018-12-31 19:33:49 +08:00
committed by Robert Habermeier
parent 3add75910a
commit 771a8127c2
7 changed files with 65 additions and 3 deletions
+15
View File
@@ -1804,6 +1804,7 @@ dependencies = [
"sr-io 0.1.0",
"sr-primitives 0.1.0",
"structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
"substrate-basic-authorship 0.1.0",
"substrate-cli 0.3.0",
"substrate-client 0.1.0",
"substrate-consensus-aura 0.1.0",
@@ -3297,6 +3298,20 @@ dependencies = [
"vergen 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "substrate-basic-authorship"
version = "0.1.0"
dependencies = [
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"sr-primitives 0.1.0",
"substrate-client 0.1.0",
"substrate-consensus-aura-primitives 0.1.0",
"substrate-consensus-common 0.1.0",
"substrate-primitives 0.1.0",
"substrate-transaction-pool 0.1.0",
]
[[package]]
name = "substrate-cli"
version = "0.3.0"