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
Copy file name to clipboardExpand all lines: block/internal/submitting/batching_strategy.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,11 @@ import (
8
8
)
9
9
10
10
// BatchingStrategy defines the interface for different batching strategies
11
+
// Batching strategies always go through the da submitter which does extra size checks and possible further splitting for batches above the DA layer blob size.
11
12
typeBatchingStrategyinterface {
12
13
// ShouldSubmit determines if a batch should be submitted based on the strategy
0 commit comments