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: Implement CALLACTOR/METHODNUM and REVERT abort semantics #633

Merged
merged 12 commits into from
Sep 12, 2022

Commits on Sep 10, 2022

  1. implement CALLACTOR/METHODNUM

    vyzo committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    bef671e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed9f11a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c6abd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b70836 View commit details
    Browse the repository at this point in the history
  5. simplify call error handling

    vyzo committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    baa5dbf View commit details
    Browse the repository at this point in the history
  6. fix tests

    vyzo committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    d39508c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8f9634 View commit details
    Browse the repository at this point in the history
  8. add mnemonic opcodes for CALLACTOR and METHODNUM to assembler

    such a hack, but no other way.
    vyzo committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    6d2ac57 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c79d151 View commit details
    Browse the repository at this point in the history
  10. rustfmt

    vyzo committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    0871495 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. lift return

    vyzo committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    2b0cf26 View commit details
    Browse the repository at this point in the history
  2. fix comment

    vyzo committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    234434d View commit details
    Browse the repository at this point in the history