mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add Consensus to ExecutionStage (#14447)
This commit is contained in:
@ -34,6 +34,7 @@ reth-node-metrics.workspace = true
|
||||
## optimism
|
||||
reth-optimism-primitives.workspace = true
|
||||
reth-optimism-chainspec.workspace = true
|
||||
reth-optimism-consensus.workspace = true
|
||||
|
||||
reth-chainspec.workspace = true
|
||||
reth-node-events.workspace = true
|
||||
@ -84,6 +85,7 @@ optimism = [
|
||||
"reth-db-api/optimism",
|
||||
"reth-optimism-primitives/optimism",
|
||||
"reth-downloaders/optimism",
|
||||
"reth-optimism-consensus/optimism",
|
||||
]
|
||||
asm-keccak = [
|
||||
"alloy-primitives/asm-keccak",
|
||||
|
||||
Reference in New Issue
Block a user