feat: make payload builder generic over attributes type (#5948)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Dan Cline
2024-01-10 05:21:43 -05:00
committed by GitHub
parent 42326fd2a5
commit cb96fe6d09
50 changed files with 1912 additions and 999 deletions

View File

@ -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