emv: add BlockHeader trait and default fill_block_env (#10993)

This commit is contained in:
Thomas Coratger
2024-09-18 19:36:55 +02:00
committed by GitHub
parent c2019e35de
commit 06b9792792
9 changed files with 85 additions and 83 deletions

View File

@ -15,6 +15,7 @@ workspace = true
reth-chainspec.workspace = true
reth-execution-errors.workspace = true
reth-primitives.workspace = true
reth-primitives-traits.workspace = true
revm-primitives.workspace = true
reth-prune-types.workspace = true
reth-metrics = { workspace = true, optional = true }