Further progress towards porting eth2-libp2p adds caching to discovery

This commit is contained in:
Age Manning
2020-05-01 22:53:33 +10:00
parent 9e6ae448a6
commit f3e707c3db
6 changed files with 217 additions and 44 deletions

View File

@@ -34,6 +34,7 @@ tokio-io-timeout = "0.4.0"
tokio-util = { version = "0.3.1", features = ["codec"] }
libp2p = "0.18.1"
discv5 = "0.1.0-alpha.1"
tiny-keccak = "2.0.2"
[dev-dependencies]
slog-stdlog = "4.0.0"