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

[EVM-Equivalent-YUL] Fix various opcodes gas #1815

Merged

Commits on Apr 29, 2024

  1. Add div opcode

    ManuelBilbao authored and jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    de93271 View commit details
    Browse the repository at this point in the history
  2. feat(dup-opcode): Add tests

    fborello-lambda authored and jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d294ea8 View commit details
    Browse the repository at this point in the history
  3. Better print functionality

    jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    93b8148 View commit details
    Browse the repository at this point in the history
  4. Add eq opcode

    ManuelBilbao authored and jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f789120 View commit details
    Browse the repository at this point in the history
  5. Add iszero opcode

    ManuelBilbao authored and jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    72762ff View commit details
    Browse the repository at this point in the history
  6. Add xor opcode

    ManuelBilbao authored and jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4ed836d View commit details
    Browse the repository at this point in the history
  7. Add caller opcode

    ManuelBilbao authored and jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    aca61ff View commit details
    Browse the repository at this point in the history
  8. Add tests to mload and mstore

    ManuelBilbao authored and jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3e85395 View commit details
    Browse the repository at this point in the history
  9. Fix address test

    ManuelBilbao authored and jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c299ef2 View commit details
    Browse the repository at this point in the history
  10. Initial tests of return and revert

    gianbelinche authored and jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9e5e29a View commit details
    Browse the repository at this point in the history
  11. Remove debug code

    gianbelinche authored and jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7e7ecfc View commit details
    Browse the repository at this point in the history
  12. Add test for call gas

    gianbelinche authored and jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5c612ac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e95014 View commit details
    Browse the repository at this point in the history
  14. Add tests for gas call and create

    gianbelinche authored and jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e460b02 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    10b1b4d View commit details
    Browse the repository at this point in the history
  16. Add tests for calldatacopy

    gianbelinche authored and jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    be7d869 View commit details
    Browse the repository at this point in the history
  17. Fix various tests

    jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    84fc12f View commit details
    Browse the repository at this point in the history
  18. Remove envrc file

    jrchatruc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a529b1f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Update submodule

    jrchatruc committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2b701a5 View commit details
    Browse the repository at this point in the history