mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(engine-util): reorg interceptor (#10173)
This commit is contained in:
@ -12,31 +12,41 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-primitives.workspace = true
|
||||
reth-errors.workspace = true
|
||||
reth-fs-util.workspace = true
|
||||
reth-rpc.workspace = true
|
||||
reth-rpc-types.workspace = true
|
||||
reth-rpc-types-compat.workspace = true
|
||||
reth-engine-primitives.workspace = true
|
||||
reth-beacon-consensus.workspace = true
|
||||
reth-payload-validator.workspace = true
|
||||
reth-evm.workspace = true
|
||||
reth-revm.workspace = true
|
||||
reth-provider.workspace = true
|
||||
reth-ethereum-forks.workspace = true
|
||||
revm-primitives.workspace = true
|
||||
|
||||
# async
|
||||
tokio = { workspace = true, default-features = false }
|
||||
tokio-util.workspace = true
|
||||
pin-project.workspace = true
|
||||
|
||||
# misc
|
||||
eyre.workspace = true
|
||||
futures.workspace = true
|
||||
|
||||
# io
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
# misc
|
||||
eyre.workspace = true
|
||||
itertools.workspace = true
|
||||
|
||||
# tracing
|
||||
tracing.workspace = true
|
||||
|
||||
# async
|
||||
futures.workspace = true
|
||||
|
||||
[features]
|
||||
optimism = [
|
||||
"reth-rpc/optimism",
|
||||
"reth-beacon-consensus/optimism",
|
||||
"reth-ethereum-forks/optimism"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user