mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(l2-withdrawals): Move l2 withdrawals root computation into reth-optimism-storage (#14610)
This commit is contained in:
@ -11,10 +11,29 @@ repository.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-primitives.workspace = true
|
||||
reth-trie-common.workspace = true
|
||||
reth-storage-api.workspace = true
|
||||
|
||||
# ethereum
|
||||
alloy-primitives.workspace = true
|
||||
revm.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
reth-codecs.workspace = true
|
||||
reth-db-api.workspace = true
|
||||
reth-prune-types.workspace = true
|
||||
reth-stages-types.workspace = true
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"reth-primitives/std",
|
||||
"reth-trie-common/std",
|
||||
"reth-storage-api/std",
|
||||
"alloy-primitives/std",
|
||||
"revm/std",
|
||||
"reth-prune-types/std",
|
||||
"reth-stages-types/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user