mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Update boot-node and discovery (#1682)
* Improve boot_node and upgrade discovery * Clippy lints
This commit is contained in:
@@ -8,6 +8,9 @@ edition = "2018"
|
||||
beacon_node = { path = "../beacon_node" }
|
||||
clap = "2.33.0"
|
||||
eth2_libp2p = { path = "../beacon_node/eth2_libp2p" }
|
||||
types = { path = "../consensus/types" }
|
||||
eth2_testnet_config = { path = "../common/eth2_testnet_config" }
|
||||
eth2_ssz = { path = "../consensus/ssz" }
|
||||
slog = "2.5.2"
|
||||
sloggers = "1.0.1"
|
||||
tokio = "0.2.21"
|
||||
@@ -18,4 +21,4 @@ slog-async = "2.5.0"
|
||||
slog-scope = "4.3.0"
|
||||
slog-stdlog = "4.0.0"
|
||||
futures = "0.3.5"
|
||||
discv5 = "0.1.0-alpha.5"
|
||||
hex = "0.4.2"
|
||||
|
||||
Reference in New Issue
Block a user