chore: extract bundle state type (#8425)

This commit is contained in:
Matthias Seitz
2024-05-28 14:39:51 +02:00
committed by GitHub
parent d5bdb8ecde
commit 14f0356330
7 changed files with 376 additions and 316 deletions

View File

@ -15,6 +15,7 @@ workspace = true
# reth
reth-blockchain-tree-api.workspace = true
reth-execution-errors.workspace = true
reth-execution-types.workspace = true
reth-primitives.workspace = true
reth-fs-util.workspace = true
reth-storage-errors.workspace = true
@ -68,4 +69,4 @@ rand.workspace = true
[features]
test-utils = ["alloy-rlp", "reth-db/test-utils", "reth-nippy-jar/test-utils"]
optimism = ["reth-primitives/optimism"]
optimism = ["reth-primitives/optimism", "reth-execution-types/optimism"]