Add decoding/encoding for extended gossip topics. Correct logging CLI

This commit is contained in:
Age Manning
2019-08-08 14:58:33 +10:00
parent 80f15f5d70
commit 5a74239ebc
4 changed files with 79 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ store = { path = "./store" }
client = { path = "client" }
version = { path = "version" }
clap = "2.32.0"
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"] }
@@ -22,3 +22,5 @@ exit-future = "0.1.3"
env_logger = "0.6.1"
dirs = "2.0.1"
logging = { path = "../eth2/utils/logging" }
slog-scope = "4.1.2"
slog-stdlog = "3.0.5"