Consensys / linea-tracer

Part of the Linea stack responsible for extracting data from the execution of an EVM client in order to construct large matrices called execution traces.
https://linea.build
Other
35 stars 26 forks source link

feat: support Variable Report Width for Corset #1486

Closed DavePearce closed 3 weeks ago

DavePearce commented 3 weeks ago

This updates the CorsetValidator to support changing the number of trace rows reported for a failing constraint. The default is firstly changed to 8 (compared with 2 previously). Secondly, its possible to override the default via the CORSET_FLAGS environment variable. This means we can set a small width for the CI pipeline, where horizontal real estate is more limited.