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
println!("First consolidated block after RNM restart: {:?}", l2_block);
782
-
// TODO: this test needs to be adjusted since currently a partial batch is applied and assumed
783
-
// that it will be re-applied on restart. However, with the gap detection and skipping of
784
-
// duplicate batches this doesn't work. We need the changes from https://github.com/scroll-tech/rollup-node/pull/409
785
-
returnOk(());
786
-
787
-
// One issue #273 is completed, we will again have safe blocks != finalized blocks, and this
788
-
// should be changed to 1. Assert that the consolidated block is the first block that was not
789
-
// previously processed of the batch.
805
+
// Assert that the consolidated block is the first block that was not previously processed of
806
+
// the batch. The last consolidated block before shutdown was block 40, so the next should
807
+
// be block 41. Since we apply blocks from a partially processed batch this is expected as described in https://github.com/scroll-tech/rollup-node/issues/411. Once we implement full batch atomicity (for setting safe blocks from a batch) this should change to block 5.
0 commit comments