mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: make payload builder generic over attributes type (#5948)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -20,6 +20,7 @@ reth-interfaces.workspace = true
|
||||
reth-rpc-types-compat.workspace = true
|
||||
reth-provider.workspace = true
|
||||
reth-tasks.workspace = true
|
||||
reth-node-api.workspace = true
|
||||
|
||||
# ethereum
|
||||
alloy-rlp.workspace = true
|
||||
@ -29,6 +30,7 @@ revm-primitives.workspace = true
|
||||
tokio = { workspace = true, features = ["sync"] }
|
||||
tokio-stream.workspace = true
|
||||
futures-util.workspace = true
|
||||
async-trait.workspace = true
|
||||
|
||||
# metrics
|
||||
reth-metrics.workspace = true
|
||||
@ -39,6 +41,9 @@ thiserror.workspace = true
|
||||
sha2 = { version = "0.10", default-features = false }
|
||||
tracing.workspace = true
|
||||
|
||||
# serde, for traits
|
||||
serde.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
revm.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user