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

feat: Evm Equivalence #2929

Closed
wants to merge 45 commits into from

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    bbd7db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e6bed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    723c5e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a3a300 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8132132 View commit details
    Browse the repository at this point in the history
  6. Update lock file

    IAvecilla committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6cae61a View commit details
    Browse the repository at this point in the history
  7. Update contracts submodule

    IAvecilla committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dfef5ea View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    ddc35de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf454e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5c22ea View commit details
    Browse the repository at this point in the history
  4. Fix error lints

    IAvecilla committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c075fb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    6c94de9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b280eb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d49f3f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e9179d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0034e3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9e2b9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c3dad1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9652368 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    189e591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ac399e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6be103f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9700ff3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    be77938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8816cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7608ace View commit details
    Browse the repository at this point in the history
  4. Fix fmt

    IAvecilla committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ed97d24 View commit details
    Browse the repository at this point in the history
  5. feat: EVM simulator as optional for the server (#276)

    * Add evm simulator as optional for the server
    
    * Changes to make it work against era-contracts `main`
    
    * fmt
    
    * Calculate bytecode of evm gas manager only if evm simulator flag is on
    
    * Add multicall for get evm simulator bytecode hash
    
    * Use bytecode of default account for the evm simulator if not present
    
    * Remove unnecessary comments
    
    * Use bytecode of default account for evm simulator in gas test sc
    
    * Remove tests for the evm simulator
    
    ---------
    
    Co-authored-by: Javier Chatruc <[email protected]>
    IAvecilla and jrchatruc committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f922068 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2388ae8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00f0324 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c14b5aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8d1896 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    072222d View commit details
    Browse the repository at this point in the history
  2. Fix format

    IAvecilla committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a08ea6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bdabe3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    1385cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9010c56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    774b848 View commit details
    Browse the repository at this point in the history
  4. Fix review comments

    IAvecilla committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e85228b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update sqlx cached queries

    IAvecilla committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0f7c5da View commit details
    Browse the repository at this point in the history
  2. Fix lints and format

    IAvecilla committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b5c7544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b0590d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    653b543 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2d61a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44e714b View commit details
    Browse the repository at this point in the history