primitives: rm alloy_consensus::transaction reexports (#11191)

This commit is contained in:
Thomas Coratger
2024-09-25 14:13:48 +02:00
committed by GitHub
parent 2224e6c48b
commit 2022dd3de5
42 changed files with 98 additions and 55 deletions

View File

@ -64,6 +64,7 @@ strum.workspace = true
# test-utils
once_cell = { workspace = true, optional = true }
reth-ethereum-engine-primitives = { workspace = true, optional = true }
alloy-consensus = { workspace = true, optional = true }
# parallel utils
rayon.workspace = true
@ -81,6 +82,8 @@ rand.workspace = true
once_cell.workspace = true
eyre.workspace = true
alloy-consensus.workspace = true
[features]
optimism = ["reth-primitives/optimism", "reth-execution-types/optimism", "reth-optimism-primitives"]
serde = ["reth-execution-types/serde"]
@ -91,4 +94,5 @@ test-utils = [
"reth-chain-state/test-utils",
"once_cell",
"reth-ethereum-engine-primitives",
"alloy-consensus",
]