Merge branch 'eth2-network-spec' into interop

This commit is contained in:
Paul Hauner
2019-08-26 17:44:05 +10:00
24 changed files with 1626 additions and 1515 deletions

View File

@@ -13,7 +13,7 @@ client = { path = "client" }
version = { path = "version" }
clap = "2.32.0"
rand = "0.7"
slog = { version = "^2.2.3" , features = ["max_level_trace"] }
slog = { version = "^2.2.3" , features = ["max_level_trace", "release_max_level_trace"] }
slog-term = "^2.4.0"
slog-async = "^2.3.0"
ctrlc = { version = "3.1.1", features = ["termination"] }