feat(rollup): add support for unsafe heads in rollup::Driver
(with op_net::NetworkDriver
)
#99
Labels
rollup::Driver
(with op_net::NetworkDriver
)
#99
Adding the unsafe heads channel will enable Hera to follow the rollup chain directly from the sequencer feed instead of having to wait for safe heads to be available on L1.
As part of this task, a few design decisiona need to be made:
NetworkHandle
if we ever need to send commands to the Network actor.rollup::Driver
should have new fields to do this, e.g.unsafe_head
,safe_head
andfinalized_head
HeadState
struct? (not sure)RollupPipeline
to perform the reset& more that'll come up just trying to implement this.
The text was updated successfully, but these errors were encountered: