lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

Modularize or Simplify the eth2 crate

Open AgeManning opened this issue 1 year ago • 4 comments

Description

The common/eth2 crate appears to import the whole world. Other crates that depend on eth2 are compiling and building libp2p and a whole host of other things.

It would be great if we could significantly reduce the dependency chain here. Either by splitting up some of the structs or removing unnecessary imports.

AgeManning avatar Oct 01 '24 05:10 AgeManning