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): OpCodesHooks for CREATE and CALL opcodes #28

Merged
merged 9 commits into from
May 7, 2024

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    9516d5a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. add createhook

    facs95 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c81a9e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ff2724 View commit details
    Browse the repository at this point in the history
  3. rename function

    facs95 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    9c8c6ec View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. make interface public

    facs95 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    75f9252 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update core/vm/evm.go

    Co-authored-by: Tom <54514587+GAtom22@users.noreply.github.com>
    facs95 and GAtom22 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    76964d9 View commit details
    Browse the repository at this point in the history
  2. Update core/vm/evm.go

    Co-authored-by: Tom <54514587+GAtom22@users.noreply.github.com>
    facs95 and GAtom22 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5f5a2e3 View commit details
    Browse the repository at this point in the history
  3. fix comment

    facs95 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a566d82 View commit details
    Browse the repository at this point in the history
  4. run gofumpt

    facs95 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    67d3a53 View commit details
    Browse the repository at this point in the history