ethereum-optimism / tests

Standard Tests for OP Stack Component Implementations.
https://static.optimism.io/tests
MIT License
16 stars 11 forks source link

feat(fixtures): Hardfork Execution Test Fixtures #43

Closed refcell closed 2 weeks ago

refcell commented 2 months ago

Description

With the opt8n tool successfully generating execution test fixtures in the fixtures/execution/ directory, the next step is to generate a bunch of test fixtures and document the process along the way.

This ticket is to generate execution test fixtures surrounding the various network upgrades aka hardforks. To properly test hardfork execution behavior, we need test fixtures that assert correct behavior both prior to the hardfork and after it's enabled.

Hardforks (listed in specs.optimism.io)

ewoolsey commented 1 month ago

Currently blocked by https://github.com/foundry-rs/foundry/pull/8749

Will come back to this when that's merged in.