created attester_service and started to create an attester_thread in main of validator_client (lighthouse-255)

This commit is contained in:
thojest
2019-03-08 13:48:33 +01:00
parent 3cf2359244
commit 8f3530f60c
3 changed files with 79 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
block_proposer = { path = "../eth2/block_proposer" }
attester = { path = "../eth2/attester" }
bls = { path = "../eth2/utils/bls" }
clap = "2.32.0"
dirs = "1.0.3"