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

M0 merge main #295

Merged
merged 5 commits into from
Oct 8, 2024
Merged

M0 merge main #295

merged 5 commits into from
Oct 8, 2024

Commits on Oct 8, 2024

  1. feat(vm): EVM emulator support – base (matter-labs#2979)

    ## What ❔
    
    Modifies the Era codebase to support the EVM emulator. Intentionally
    avoids changing the `contracts` submodule yet; as a consequence, there
    are no EVM emulation tests.
    
    ## Why ❔
    
    Stepping stone for EVM equivalence.
    
    ## Checklist
    
    - [x] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [x] Tests for the changes have been added / updated.
    - [x] Documentation comments have been added / updated.
    - [x] Code has been formatted via `zk fmt` and `zk lint`.
    
    ---------
    
    Co-authored-by: IAvecilla <[email protected]>
    Co-authored-by: Javier Chatruc <[email protected]>
    3 people authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    deafa46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8806c09 View commit details
    Browse the repository at this point in the history
  3. Update queries

    gianbelinche committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6a573c5 View commit details
    Browse the repository at this point in the history
  4. Format code

    gianbelinche committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bf93f78 View commit details
    Browse the repository at this point in the history
  5. query changes

    juan518munoz committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2e49a43 View commit details
    Browse the repository at this point in the history