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
it only stops after max_batch_skew * batch_submit_bytes, but it does not accumulate batches based on time, i.e. it will not stop after max_batch_skew. * batch_submit_time without submitting batches.
The text was updated successfully, but these errors were encountered:
instead of estimating number of batches based on batch size, we could set up a limit based directly on bytes accumulated (e.g. max_batch_skew_bytes), or blocks, to avoid confusion in the config settings. but also we would need to add some sort of notification/alarm for when the sequencer is not submitting on time and it could be slashed based on that.
it only stops after max_batch_skew * batch_submit_bytes, but it does not accumulate batches based on time, i.e. it will not stop after max_batch_skew. * batch_submit_time without submitting batches.
The text was updated successfully, but these errors were encountered: