mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: introduce reth-staged-sync crate (#962)
This commit is contained in:
committed by
GitHub
parent
17ed0955df
commit
acac82fcb3
@ -22,6 +22,7 @@ members = [
|
||||
"crates/net/rpc-types",
|
||||
"crates/net/downloaders",
|
||||
"crates/primitives",
|
||||
"crates/staged-sync",
|
||||
"crates/stages",
|
||||
"crates/storage/codecs",
|
||||
"crates/storage/db",
|
||||
@ -33,6 +34,5 @@ members = [
|
||||
"crates/transaction-pool",
|
||||
"crates/metrics/metrics-derive",
|
||||
"crates/metrics/common",
|
||||
"crates/cli/utils",
|
||||
]
|
||||
default-members = ["bin/reth"]
|
||||
|
||||
Reference in New Issue
Block a user