polymerdao / monomer

Apache License 2.0
18 stars 10 forks source link

Fix rollbacks in e2e tests #169

Closed joshklop closed 1 week ago

joshklop commented 3 weeks ago

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.

joshklop commented 1 week ago

Solved in #191