mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 20:22:02 +00:00
Anchor currently depends on `lighthouse_network` for a few types and utilities that live within. As we use our own libp2p behaviours, we actually do not use the core logic in that crate. This makes us transitively depend on a bunch of unneeded crates (even a whole separate libp2p if the versions mismatch!) Move things we require into it's own lightweight crate. Co-Authored-By: Daniel Knopik <daniel@dknopik.de>
5 lines
86 B
Rust
5 lines
86 B
Rust
pub mod discovery_metrics;
|
|
pub mod enr_ext;
|
|
pub mod listen_addr;
|
|
pub mod unused_port;
|