mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
Add network feature to eth2 (#8558)
This reverts some of the changes from #8524 by adding back the typed network endpoints with an optional `network` feature. Without the `network` feature, these endpoints (and associated dependencies) will not be built. This means the `enr`, `multiaddr` and `libp2p-identity` dependencies have returned but are now optional Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -13,7 +13,7 @@ arc-swap = "1.6.0"
|
||||
bls = { workspace = true }
|
||||
builder_client = { path = "../builder_client" }
|
||||
bytes = { workspace = true }
|
||||
eth2 = { workspace = true, features = ["events", "lighthouse"] }
|
||||
eth2 = { workspace = true, features = ["events", "lighthouse", "network"] }
|
||||
ethereum_serde_utils = { workspace = true }
|
||||
ethereum_ssz = { workspace = true }
|
||||
fixed_bytes = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user