feat(payload): abstract payload builder in trait (#10965)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
greged93
2024-09-20 09:12:14 +02:00
committed by GitHub
parent 08bdec9efa
commit 7cf492d525
28 changed files with 169 additions and 174 deletions

View File

@ -19,6 +19,7 @@ reth-db = { workspace = true, features = ["test-utils"] }
reth-rpc.workspace = true
reth-rpc-layer.workspace = true
reth-payload-builder = { workspace = true, features = ["test-utils"] }
reth-payload-primitives.workspace = true
reth-provider.workspace = true
reth-node-builder = { workspace = true, features = ["test-utils"] }
reth-tokio-util.workspace = true