Initial core grouping of libp2p behaviours

This commit is contained in:
Age Manning
2019-04-30 15:12:57 +10:00
parent 75959cc9a2
commit f7c2e4c5af
6 changed files with 311 additions and 35 deletions

View File

@@ -13,7 +13,7 @@ store = { path = "../store" }
eth2-libp2p = { path = "../eth2-libp2p" }
version = { path = "../version" }
types = { path = "../../eth2/types" }
slog = { version = "^2.2.3" , features = ["max_level_trace", "release_max_level_debug"] }
slog = { version = "^2.2.3" }
ssz = { path = "../../eth2/utils/ssz" }
tree_hash = { path = "../../eth2/utils/tree_hash" }
futures = "0.1.25"