mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 03:17:55 +00:00
Discovery v5.1 (#1786)
## Overview This updates lighthouse to discovery v5.1 Note: This makes lighthouse's discovery not compatible with any previous version. Lighthouse cannot discover peers or send/receive ENR's from any previous version. This is a breaking change. This resolves #1605
This commit is contained in:
@@ -19,4 +19,4 @@ serde_yaml = "0.8.13"
|
||||
types = { path = "../../consensus/types"}
|
||||
eth2_ssz = "0.1.2"
|
||||
eth2_config = { path = "../eth2_config"}
|
||||
enr = { version = "0.3.0", features = ["ed25519"] }
|
||||
enr = { version = "0.4.0", features = ["ed25519", "k256"] }
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user