feat(op-reth): initial setup FlashBlockConsensusClient engine sidecar (#18443)

This commit is contained in:
Julio
2025-09-18 17:13:22 +09:00
committed by GitHub
parent 870389c5d6
commit 59cff107bc
6 changed files with 110 additions and 11 deletions

3
Cargo.lock generated
View File

@@ -9304,13 +9304,16 @@ dependencies = [
"reth-errors",
"reth-evm",
"reth-execution-types",
"reth-node-api",
"reth-optimism-evm",
"reth-optimism-payload-builder",
"reth-optimism-primitives",
"reth-primitives-traits",
"reth-revm",
"reth-rpc-eth-types",
"reth-storage-api",
"reth-tasks",
"ringbuffer",
"serde",
"serde_json",
"test-case",