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

Avoid unnecessary 100 gas cost in CALL & add missing write-event for CODEHASH #508

Merged
merged 4 commits into from
Oct 15, 2024

Commits on Oct 14, 2024

  1. avoid extra 100 gas in value-bearing CALL

    Signed-off-by: Ignacio Hagopian <[email protected]>
    jsign committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    80392be View commit details
    Browse the repository at this point in the history
  2. missing codeHash write event

    Signed-off-by: Ignacio Hagopian <[email protected]>
    jsign committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    01ae3c0 View commit details
    Browse the repository at this point in the history
  3. feedback

    Signed-off-by: Ignacio Hagopian <[email protected]>
    jsign committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    13e2b9c View commit details
    Browse the repository at this point in the history
  4. Update core/vm/evm.go

    Co-authored-by: Guillaume Ballet <[email protected]>
    jsign and gballet authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    65836b7 View commit details
    Browse the repository at this point in the history