Fix rollbacks in e2e tests
Closed this issue · 1 comments
joshklop commented
Right now, rollbacks occur sporadically in our e2e tests. They seem to occur at the end of the epoch, when unsafe block consolidation occurs. I feel we are simply not aligning the sequencing window size and OP batcher parameters correctly.
See also consolidateNextSafeAttributes
and forceNextSafeAttributes
in the op-node here.