Add node/fork endpoint to HTTP API, tidy

This commit is contained in:
Paul Hauner
2019-05-27 11:34:22 +10:00
parent 705edf0e45
commit 255590ef3b
6 changed files with 158 additions and 69 deletions

View File

@@ -18,12 +18,16 @@ slot_clock = { path = "../../eth2/utils/slot_clock" }
protos = { path = "../../protos" }
fork_choice = { path = "../../eth2/fork_choice" }
grpcio = { version = "0.4", default-features = false, features = ["protobuf-codec"] }
persistent = "^0.4"
protobuf = "2.0.2"
prometheus = "^0.6"
clap = "2.32.0"
store = { path = "../store" }
dirs = "1.0.3"
futures = "0.1.23"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
slog = "^2.2.3"
slog-term = "^2.4.0"
slog-async = "^2.3.0"