ethereum-optimism / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
5.62k stars 3.26k forks source link

Holocene-D: Partial Span Batch Validity #11330

Open sebastianst opened 2 months ago

sebastianst commented 2 months ago

Partial Span Batch Validity determines the validity of singular batches within span batches on a case by case basis, and invalid singular batches are immediately dropped. Only the remaining span batch is forwards-invalidated, as opposed to backwards-invalidating the whole span batch.

Tasks

Note: No batcher hardening expected to be necessary for this.

BlocksOnAChain commented 2 months ago

@sebastianst based on our recent chats with @ajsutton - should we increase the priority for this feature? CC: @alfonso-op for visibility.