Builds on discovery. Adds identify to discovery

This commit is contained in:
Age Manning
2019-04-15 18:29:49 +10:00
parent d2f80e3b2a
commit f80c34b74f
5 changed files with 199 additions and 59 deletions

View File

@@ -8,7 +8,8 @@ edition = "2018"
beacon_chain = { path = "../beacon_chain" }
clap = "2.32.0"
# SigP repository until PR is merged
libp2p = { git = "https://github.com/SigP/rust-libp2p", rev = "fb852bcc2b9b3935555cc93930e913cbec2b0688" }
#libp2p = { git = "https://github.com/SigP/rust-libp2p", rev = "fb852bcc2b9b3935555cc93930e913cbec2b0688" }
libp2p = { path = "../../../sharding/rust-libp2p" }
types = { path = "../../eth2/types" }
serde = "1.0"
serde_derive = "1.0"