chore: introduce node dir (#7720)

Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
Matthias Seitz
2024-04-18 18:33:29 +02:00
committed by GitHub
parent f57bef7181
commit 6863cdb42b
5 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ members = [
"crates/primitives/", "crates/primitives/",
"crates/prune/", "crates/prune/",
"crates/revm/", "crates/revm/",
"crates/node-events/", "crates/node/events/",
"crates/rpc/ipc/", "crates/rpc/ipc/",
"crates/rpc/rpc/", "crates/rpc/rpc/",
"crates/rpc/rpc-api/", "crates/rpc/rpc-api/",
@ -259,7 +259,7 @@ reth-tracing = { path = "crates/tracing" }
reth-transaction-pool = { path = "crates/transaction-pool" } reth-transaction-pool = { path = "crates/transaction-pool" }
reth-trie = { path = "crates/trie" } reth-trie = { path = "crates/trie" }
reth-trie-parallel = { path = "crates/trie-parallel" } reth-trie-parallel = { path = "crates/trie-parallel" }
reth-node-events = {path = "crates/node-events"} reth-node-events = { path = "crates/node/events" }
# revm # revm
revm = { version = "8.0.0", features = [ revm = { version = "8.0.0", features = [