feat: split reth-payload-primitives (#12600)

This commit is contained in:
Federico Gimenez
2024-11-16 18:36:57 +01:00
committed by GitHub
parent 735eb4b97c
commit bf92a5fb59
42 changed files with 302 additions and 223 deletions

View File

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