chore: add serde feature to network crate (#653)

* Add serde feature and support for PeersConfig

* Add Duration fields and Weights

* Add serde for ConnectionInfo field
This commit is contained in:
LambdaClass
2023-01-01 13:27:55 -03:00
committed by GitHub
parent 97d87409bc
commit efac887e30
7 changed files with 24 additions and 15 deletions

View File

@ -19,7 +19,7 @@ reth-consensus = { path = "../../crates/consensus", features = ["serde"] }
reth-executor = { path = "../../crates/executor" }
# reth-rpc = {path = "../../crates/net/rpc"}
reth-rlp = { path = "../../crates/common/rlp" }
reth-network = {path = "../../crates/net/network" }
reth-network = {path = "../../crates/net/network", features = ["serde"] }
reth-downloaders = {path = "../../crates/net/downloaders" }
# tracing