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

evmmax: Initial implementation of EVMMAX instructions (EIP-6690) #742

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jan 11, 2024

  1. evmmax: Add evmmax opcodes

    test: Omit new opcodes with immediate params in unit tests
    rodiazet committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f5dbee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d799b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf431a9 View commit details
    Browse the repository at this point in the history
  4. evmmax: Implement evmmax instructions

    Add new instruction implementation signature `code_iterator (*instr_fn)(StackTop, ExecutionState&, code_iterator, int64_t&)`
    rodiazet committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    dcb7c32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f4e319 View commit details
    Browse the repository at this point in the history
  6. test: Add evmmax unit tests

    rodiazet committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    26f9665 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab38a8d View commit details
    Browse the repository at this point in the history