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
When mt-batch pushes the batch to da, da will process less of the last block, resulting in one less block of data in this batch. The data of this block will not be integrated into da until the next batch.
If there is no batch, the currentL2TransactionIndex metric will decrease, which is theoretically not possible. It is a counter type Prometheus monitoring.
Screenshots
Mt-batcher n/a
How to deal
Mt-batcher adds a block when processing each batch.