Move block_propser -> eth/, impl for val client

This commit is contained in:
Paul Hauner
2019-01-23 21:41:47 +11:00
parent 403eefb7b4
commit 188434aaa0
14 changed files with 34 additions and 340 deletions

View File

@@ -5,6 +5,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
block_producer = { path = "../eth2/block_producer" }
bls = { path = "../eth2/utils/bls" }
clap = "2.32.0"
dirs = "1.0.3"