Add duties service to validator

This commit is contained in:
Paul Hauner
2019-01-16 20:38:53 +11:00
parent c9aaf4f1ca
commit 27bfec6692
9 changed files with 316 additions and 34 deletions

View File

@@ -5,6 +5,9 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
bls = { path = "../beacon_chain/utils/bls" }
clap = "2.32.0"
dirs = "1.0.3"
grpcio = { version = "0.4", default-features = false, features = ["protobuf-codec"] }
protobuf = "2.0.2"
protos = { path = "../protos" }