mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: downgrade trie debug logs to trace, cleanup debug logs more (#5285)
This commit is contained in:
@ -9,7 +9,7 @@ repository.workspace = true
|
||||
description = "A basic payload builder for reth that uses the txpool API to build payloads."
|
||||
|
||||
[dependencies]
|
||||
## reth
|
||||
# reth
|
||||
reth-primitives.workspace = true
|
||||
reth-revm = { path = "../../revm" }
|
||||
reth-transaction-pool.workspace = true
|
||||
@ -18,11 +18,11 @@ reth-payload-builder.workspace = true
|
||||
reth-tasks.workspace = true
|
||||
reth-interfaces.workspace = true
|
||||
|
||||
## ethereum
|
||||
# ethereum
|
||||
alloy-rlp.workspace = true
|
||||
revm.workspace = true
|
||||
|
||||
## async
|
||||
# async
|
||||
tokio = { workspace = true, features = ["sync", "time"] }
|
||||
futures-core = "0.3"
|
||||
futures-util.workspace = true
|
||||
@ -31,7 +31,7 @@ futures-util.workspace = true
|
||||
reth-metrics.workspace = true
|
||||
metrics.workspace = true
|
||||
|
||||
## misc
|
||||
# misc
|
||||
tracing.workspace = true
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user