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
24 stars 20 forks source link

fix CountOnlyModule #1120

Closed letypequividelespoubelles closed 1 week ago

letypequividelespoubelles commented 1 week ago

Counters for precompiles wheren't reboot when creating a new ZkTracer, pointing to the same CountOnlyModule

letypequividelespoubelles commented 1 week ago

LGTM, just a consideration about Lombok that hides that classes are overriding counts() method

Yes, I do agree, but as they have the exact same behaviour and expected , I'm OK with it for now.