feat: integrate executed block into OP built payload (#10162)

Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
This commit is contained in:
Matthias Seitz
2024-08-07 16:13:50 +02:00
committed by GitHub
parent 7ec3b92d36
commit 0fb72762de
4 changed files with 49 additions and 8 deletions

View File

@ -26,6 +26,8 @@ reth-execution-types.workspace = true
reth-payload-builder.workspace = true
reth-payload-primitives.workspace = true
reth-basic-payload-builder.workspace = true
reth-trie.workspace = true
reth-chain-state.workspace = true
# ethereum
revm.workspace = true