Initial Libp2p RPC implementation.

This commit is contained in:
Age Manning
2019-03-15 01:50:59 +11:00
parent 23a8fbfc74
commit c06e8ffa5b
8 changed files with 341 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ edition = "2018"
# SigP repository until PR is merged
libp2p = { git = "https://github.com/SigP/rust-libp2p", branch = "gossipsub" }
types = { path = "../../eth2/types" }
ssz = { path = "../../eth2/utils/ssz" }
ssz_derive = { path = "../../eth2/utils/ssz_derive" }
slog = "2.4.1"
version = { path = "../version" }
tokio = "0.1.16"