feat: introduce StateCommitment type (#11842)

This commit is contained in:
frisitano
2024-10-30 16:48:43 +08:00
committed by GitHub
parent 734c78fdfb
commit 129f3ba911
18 changed files with 120 additions and 15 deletions

View File

@ -28,6 +28,7 @@ reth-network.workspace = true
reth-evm.workspace = true
reth-revm = { workspace = true, features = ["std"] }
reth-beacon-consensus.workspace = true
reth-trie-db.workspace = true
# op-reth
reth-optimism-payload-builder.workspace = true
@ -99,5 +100,6 @@ test-utils = [
"reth-db/test-utils",
"reth-provider/test-utils",
"reth-transaction-pool/test-utils",
"reth-trie-db/test-utils",
"revm/test-utils"
]