feat: integrate blobs into the payload builder (#4305)

This commit is contained in:
Dan Cline
2023-08-29 11:33:51 -07:00
committed by GitHub
parent 505be45559
commit 82fb0eedb3
8 changed files with 142 additions and 21 deletions

View File

@ -13,6 +13,7 @@ description = "reth payload builder"
reth-primitives.workspace = true
reth-rpc-types.workspace = true
reth-rlp.workspace = true
reth-transaction-pool.workspace = true
reth-interfaces.workspace = true
reth-revm-primitives = { path = "../../revm/revm-primitives" }