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.
When generating the Trace.java file for shfreftable we get as a package definition package net.consensys.linea.zktracer.module.ShfRt; while I expected packagenet.consensys.linea.zktracer.module.tables.shf;. Could this be an issue related to traces-files.gradle? Currently we have:
When generating the
Trace.java
file for shfreftable we get as a package definition packagenet.consensys.linea.zktracer.module.ShfRt;
while I expected packagenet.consensys.linea.zktracer.module.tables.shf;
. Could this be an issue related totraces-files.gradle
? Currently we have:Double check if we have the same problem somewhere else.