chore(sdk): add NetworkPrimitives for NetworkManager (#12530)

Co-authored-by: dkathiriya <lakshya-sky@users.noreply.github.com>
This commit is contained in:
Darshan Kathiriya
2024-11-15 23:59:53 -05:00
committed by GitHub
parent 7745046b0b
commit 2dc9a06321
15 changed files with 130 additions and 107 deletions

View File

@ -24,6 +24,7 @@ reth-discv4.workspace = true
reth-discv5.workspace = true
reth-dns-discovery.workspace = true
reth-eth-wire.workspace = true
reth-eth-wire-types.workspace = true
reth-ecies.workspace = true
reth-tasks.workspace = true
reth-transaction-pool.workspace = true
@ -111,6 +112,7 @@ serde = [
"reth-dns-discovery/serde",
"reth-eth-wire/serde",
"reth-provider?/serde",
"reth-eth-wire-types/serde",
"alloy-consensus/serde",
"alloy-eips/serde",
"alloy-primitives/serde",
@ -118,7 +120,7 @@ serde = [
"parking_lot/serde",
"rand/serde",
"smallvec/serde",
"url/serde"
"url/serde",
]
test-utils = [
"dep:reth-provider",