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
This PR: #3240 add a new field to state.batch table. Is used by sequencer to known that a batch have pass a sanity check and is ready to be sequenced.
By default this field is true, so the batches created by synchronizer from L1 have the right meaning, but the ones syncrhonized from L2 have this check to true when it haven't checked yet.
Implementation
This the best way to have a meaninful for this field on permissionless
The text was updated successfully, but these errors were encountered:
Rationale
This PR: #3240 add a new field to
state.batch
table. Is used bysequencer
to known that a batch have pass a sanity check and is ready to be sequenced.By default this field is true, so the batches created by synchronizer from L1 have the right meaning, but the ones syncrhonized from L2 have this check to true when it haven't checked yet.
Implementation
This the best way to have a meaninful for this field on permissionless
The text was updated successfully, but these errors were encountered: