feat(l2-withdrawals): Move l2 withdrawals root computation into reth-optimism-storage (#14610)

This commit is contained in:
Emilia Hane
2025-02-20 13:34:08 +01:00
committed by GitHub
parent 8165659200
commit 2a8f5b883b
9 changed files with 72 additions and 37 deletions

View File

@ -27,13 +27,13 @@ reth-payload-util.workspace = true
reth-payload-primitives = { workspace = true, features = ["op"] }
reth-basic-payload-builder.workspace = true
reth-chain-state.workspace = true
reth-trie.workspace = true
# op-reth
reth-optimism-consensus.workspace = true
reth-optimism-evm.workspace = true
reth-optimism-forks.workspace = true
reth-optimism-primitives.workspace = true
reth-optimism-storage.workspace = true
# ethereum
revm.workspace = true