chore: rm reth-interfaces from network (#8435)

This commit is contained in:
Matthias Seitz
2024-05-28 18:11:08 +02:00
committed by GitHub
parent a5c3c63fe4
commit de4e0ba041
14 changed files with 30 additions and 27 deletions

View File

@ -13,10 +13,10 @@ workspace = true
[dependencies]
# reth
reth-interfaces.workspace = true
reth-primitives.workspace = true
reth-net-common.workspace = true
reth-network-api.workspace = true
reth-network-p2p.workspace = true
reth-discv4.workspace = true
reth-discv5.workspace = true
reth-dns-discovery.workspace = true
@ -71,12 +71,12 @@ smallvec.workspace = true
[dev-dependencies]
# reth
reth-discv4 = { workspace = true, features = ["test-utils"] }
reth-interfaces = { workspace = true, features = ["test-utils"] }
reth-primitives = { workspace = true, features = ["test-utils"] }
# we need to enable the test-utils feature in our own crate to use utils in
# integration tests
reth-network = { workspace = true, features = ["test-utils"] }
reth-network-p2p = { workspace = true, features = ["test-utils"] }
reth-provider = { workspace = true, features = ["test-utils"] }
reth-tracing.workspace = true