chore: remove most ethers mentions and code (#6999)

This commit is contained in:
DaniPopes
2024-03-06 15:38:15 +01:00
committed by GitHub
parent c7826cb555
commit a1df972464
8 changed files with 15 additions and 326 deletions

View File

@ -17,7 +17,7 @@ reth-codecs.workspace = true
reth-primitives.workspace = true
reth-ecies.workspace = true
alloy-rlp = { workspace = true, features = ["derive"] }
alloy-chains = {workspace = true, features = ["serde", "rlp", "arbitrary"] }
alloy-chains = { workspace = true, features = ["serde", "rlp", "arbitrary"] }
reth-discv4.workspace = true
# metrics
@ -45,7 +45,6 @@ proptest-derive = { workspace = true, optional = true }
reth-net-common.workspace = true
reth-primitives = { workspace = true, features = ["arbitrary"] }
reth-tracing.workspace = true
ethers-core = { workspace = true, default-features = false }
test-fuzz.workspace = true
tokio-util = { workspace = true, features = ["io", "codec"] }