chore: rm reth-interfaces (#8486)

This commit is contained in:
Matthias Seitz
2024-05-29 18:54:14 +02:00
committed by GitHub
parent bab8aaa29f
commit 42667e1cfd
9 changed files with 21 additions and 112 deletions

View File

@@ -22,7 +22,6 @@ members = [
"crates/evm/execution-errors",
"crates/evm/execution-types",
"crates/exex/",
"crates/interfaces/",
"crates/metrics/",
"crates/metrics/metrics-derive/",
"crates/net/common/",
@@ -253,7 +252,6 @@ reth-execution-errors = { path = "crates/evm/execution-errors" }
reth-execution-types = { path = "crates/evm/execution-types" }
reth-exex = { path = "crates/exex" }
reth-fs-util = { path = "crates/fs-util" }
reth-interfaces = { path = "crates/interfaces" }
reth-ipc = { path = "crates/rpc/ipc" }
reth-libmdbx = { path = "crates/storage/libmdbx-rs" }
reth-mdbx-sys = { path = "crates/storage/libmdbx-rs/mdbx-sys" }