Updated validator client to do better logging, including of JSON serialised signatures and such, for debugging purposes.

This commit is contained in:
Luke Anderson
2019-09-10 10:55:46 +10:00
parent ca9094e79a
commit 476cbae577
4 changed files with 32 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ slot_clock = { path = "../eth2/utils/slot_clock" }
types = { path = "../eth2/types" }
serde = "1.0"
serde_derive = "1.0"
serde_json = "^1.0"
slog = "^2.2.3"
slog-async = "^2.3.0"
slog-json = "^2.3"