ethereum-optimism / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
5.56k stars 3.22k forks source link

op-challenger: Fix run-trace to only run mt-cannon in parallel with cannon traces #12052

Closed ajsutton closed 1 week ago

ajsutton commented 1 week ago

Description

Fix run-trace to only run mt-cannon in parallel with cannon traces

Previously it was also running it in parallel with kona-asterisc traces, resulting in errors because there were two mt-cannon traces sharing a preimages directory.