Patch/Auto-mine (#5042)

This commit is contained in:
grantkee
2023-10-24 05:30:59 -05:00
committed by GitHub
parent 1eb5f41259
commit 4890006220
6 changed files with 144 additions and 0 deletions

6
Cargo.lock generated
View File

@ -5683,7 +5683,11 @@ dependencies = [
name = "reth-auto-seal-consensus"
version = "0.1.0-alpha.10"
dependencies = [
"clap",
"eyre",
"futures-util",
"jsonrpsee",
"reth",
"reth-beacon-consensus",
"reth-interfaces",
"reth-primitives",
@ -5691,6 +5695,8 @@ dependencies = [
"reth-revm",
"reth-stages",
"reth-transaction-pool",
"serde_json",
"tempfile",
"tokio",
"tokio-stream",
"tracing",