Add extra logs to gossip object processing

This commit is contained in:
Paul Hauner
2019-09-08 14:20:48 -04:00
parent 6311b13169
commit 92c16bb911
2 changed files with 21 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ store = { path = "../store" }
eth2-libp2p = { path = "../eth2-libp2p" }
types = { path = "../../eth2/types" }
slog = { version = "^2.2.3" , features = ["max_level_trace"] }
hex = "0.3"
eth2_ssz = "0.1"
tree_hash = "0.1"
futures = "0.1.25"