mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat: Add autoseal consensus and downloaders (#1880)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
18
Cargo.lock
generated
18
Cargo.lock
generated
@@ -4449,6 +4449,7 @@ dependencies = [
|
||||
"metrics-exporter-prometheus",
|
||||
"metrics-util",
|
||||
"proptest",
|
||||
"reth-auto-seal-consensus",
|
||||
"reth-beacon-consensus",
|
||||
"reth-db",
|
||||
"reth-discv4",
|
||||
@@ -4479,6 +4480,23 @@ dependencies = [
|
||||
"tui",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "reth-auto-seal-consensus"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"reth-beacon-consensus",
|
||||
"reth-executor",
|
||||
"reth-interfaces",
|
||||
"reth-primitives",
|
||||
"reth-provider",
|
||||
"reth-revm",
|
||||
"reth-transaction-pool",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "reth-beacon-consensus"
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user