You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like some (hopefully minor) compilation issues:
> Compilation failed; see the compiler output below.
/Users/djp/projects/zkevm/linea-tracer/arithmetization/src/main/java/net/consensys/linea/blockcapture/snapshots/ConflationSnapshot.java:23: error: cannot find symbol
import org.hyperledger.besu.evm.operation.BlockHashOperation.BlockHashLookup;
^
symbol: class BlockHashLookup
location: class BlockHashOperation
/Users/djp/projects/zkevm/linea-tracer/arithmetization/src/main/java/net/consensys/linea/blockcapture/snapshots/ConflationSnapshot.java:44: error: cannot find symbol
public BlockHashLookup toBlockHashLookup() {
^
symbol: class BlockHashLookup
location: class ConflationSnapshot
/Users/djp/projects/zkevm/linea-tracer/arithmetization/src/main/java/net/consensys/linea/blockcapture/snapshots/ConflationSnapshot.java:59: error: cannot find symbol
private static class BlockHashMap implements BlockHashLookup {
^
symbol: class BlockHashLookup
location: class ConflationSnapshot
3 errors
No description provided.
The text was updated successfully, but these errors were encountered: