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
we need to use BadgerDB (or cometdb that wraps multiple dbs) to persist the state of the TransactionQueue, BatchQueue, lastBatchHash, and seenBatches, so that restarting the sequencer does not lose the in-memory data.
The text was updated successfully, but these errors were encountered:
we need to use BadgerDB (or cometdb that wraps multiple dbs) to persist the state of the
TransactionQueue
,BatchQueue
,lastBatchHash
, andseenBatches
, so that restarting the sequencer does not lose the in-memory data.The text was updated successfully, but these errors were encountered: