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
create migration file db/migrations/state/000x.sql which to add columns for each ZK Counter and the closing_reason and for closing reason to state.batch table
storing batch constraints 2 possible solutions:
on closing batch we store ZK Counters used by all txs
on creating a batch initializing the column values with max ZK Counters and updating on each successful tx processed the values in the columns (this case will need also update to add back the ZK Counters for each L2 Block deleted to the batch in synchronizer on L2 REORG)
This will help analize the behaviour of the network. Note that closing reason only applies to trusted sequencer and trusted state!!
The text was updated successfully, but these errors were encountered: