Refactor of state_change functionality (#11878)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Gerson
2024-10-19 10:01:26 -06:00
committed by GitHub
parent c803012085
commit a78de201b3
15 changed files with 28 additions and 26 deletions

View File

@ -14,6 +14,7 @@ workspace = true
# reth
reth-chainspec.workspace = true
reth-consensus.workspace = true
reth-consensus-common.workspace = true
reth-execution-errors.workspace = true
reth-execution-types.workspace = true
reth-metrics = { workspace = true, optional = true }
@ -37,6 +38,7 @@ parking_lot = { workspace = true, optional = true }
[dev-dependencies]
parking_lot.workspace = true
reth-ethereum-forks.workspace = true
[features]
default = ["std"]