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
DerivationDriver::advance_to_target currently only derives a single L2 block and exits even if the BootInfo points to a claimed output that is more than a single block away from the agreed l2 head.
Enabling multi-block derivation would allow non-interactive fault proofs that cover an entire proposal while remaining compatible with the superchain.
The text was updated successfully, but these errors were encountered:
Description
DerivationDriver::advance_to_target
currently only derives a single L2 block and exits even if theBootInfo
points to a claimed output that is more than a single block away from the agreed l2 head.Enabling multi-block derivation would allow non-interactive fault proofs that cover an entire proposal while remaining compatible with the superchain.
The text was updated successfully, but these errors were encountered: