Segmenting cfg and block env impl from PayloadBuilderAttributes (#6623)

This commit is contained in:
Aditya Pandey
2024-02-16 22:38:24 +05:30
committed by GitHub
parent 9590faefbb
commit 683b252f83
15 changed files with 169 additions and 85 deletions

View File

@ -61,8 +61,4 @@ rand.workspace = true
[features]
test-utils = ["alloy-rlp", "reth-db/test-utils"]
optimism = [
"reth-primitives/optimism",
"reth-interfaces/optimism",
"reth-node-api/optimism"
]
optimism = ["reth-primitives/optimism", "reth-interfaces/optimism"]