Implement block producer for validator client

This commit is contained in:
Age Manning
2019-03-29 16:33:27 +11:00
parent f8201edddd
commit eea772de3e
10 changed files with 92 additions and 78 deletions

View File

@@ -8,11 +8,6 @@ edition = "2018"
name = "validator_client"
path = "src/main.rs"
[lib]
name = "validator_client"
path = "src/lib.rs"
[dependencies]
block_proposer = { path = "../eth2/block_proposer" }
attester = { path = "../eth2/attester" }