You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume we'll end up with something like a helper type that wraps the ChainOrchestrator and some reporting channels (currently beacon_engine_handle.event_listener()) that is either a future itself or has an async fn run(self)
The text was updated successfully, but these errors were encountered:
with #8742 we're getting network specific
ChainHandlers
the logic should be implemented in a network specific crate:
ethereum/engine
optimism/engine
We can now start scaffolding the eth setup in ethereum/engine, this will help us getting a feeling for the overall API/DX
TODO
ethereum/engine
crateChainOrchestrator
and all it's componentsThis entrypoint should be very similar to:
reth/crates/node/builder/src/launch/mod.rs
Lines 249 to 263 in 5b2cd27
I assume we'll end up with something like a helper type that wraps the
ChainOrchestrator
and some reporting channels (currentlybeacon_engine_handle.event_listener()
) that is either a future itself or has anasync fn run(self)
The text was updated successfully, but these errors were encountered: