• Joshua Gutow's avatar
    op-e2e: Add Large L1 gap blocktime test · f78901da
    Joshua Gutow authored
    TestLargeL1Gaps tests the case that there is a gap between two L1 blocks
    which is larger than the sequencer drift.
    This test has the following parameters:
    L1 Block time: 4s. L2 Block time: 2s. Sequencer Drift: 32s
    
    It generates 8 L1 blocks & 16 L2 blocks.
    Then generates an L1 block that has a time delta of 48s.
    It then generates the 24 L2 blocks.
    Then it generates 3 more L1 blocks.
    At this point it can verify that the batches where properly generated.
    Note: It batches submits when possible.
    f78901da
Name
Last commit
Last update
..
actions Loading commit data...
e2eutils Loading commit data...
Makefile Loading commit data...
geth.go Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
migration_test.go Loading commit data...
op_geth_test.go Loading commit data...
setup.go Loading commit data...
system_test.go Loading commit data...
system_tob_test.go Loading commit data...
tracer.go Loading commit data...