Open
Description
Overview
Instead of consolidating a single L1 derived block at a time, we can sync them to the EN in batches.
rollup-node/crates/engine/src/future/mod.rs
Lines 211 to 242 in 6e18a23
In the code above we would change the function input argument to payload_attributes: Vec<ScrollPayloadAttributesWithBatchInfo>
. We would issue a single fcu following the successful consolidation of the batch. This would result in a reduction in fcu invocations by a factor of 1/(average blocks per batch), hopefully leading to higher consolidation speed. We need to think through the case of failing mid-batch.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status