Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update BESU to 25.1-develop-1be83c5 #1693

Closed
DavePearce opened this issue Jan 13, 2025 · 1 comment · Fixed by #1694
Closed

chore: update BESU to 25.1-develop-1be83c5 #1693

DavePearce opened this issue Jan 13, 2025 · 1 comment · Fixed by #1694
Assignees
Labels
enhancement New feature or request

Comments

@DavePearce
Copy link
Collaborator

No description provided.

@DavePearce DavePearce added the enhancement New feature or request label Jan 13, 2025
@DavePearce
Copy link
Collaborator Author

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

@DavePearce DavePearce linked a pull request Jan 13, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants