Commit aee9d4b
committed
fix(fast-inbox): regen scenarios respect the per-block message cap (A-1435)
makeCheckpoint concentrates every scenario message into the first block, whose bundle pads to
MAX_L1_TO_L2_MSGS_PER_BLOCK (256), so seeding scenarios with the per-checkpoint cap (1024) threw
on regeneration. Also distribute messages across both blocks of the rollup-block-root scenario so
the committed non-first block-root sample carries a non-empty bundle.1 parent 75e60a1 commit aee9d4b
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
98 | | - | |
| 100 | + | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
0 commit comments