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

core/vm: improve EVM reusability #26341

Merged
merged 5 commits into from
Feb 5, 2023
Merged

core/vm: improve EVM reusability #26341

merged 5 commits into from
Feb 5, 2023

Commits on Feb 4, 2023

  1. improve EVM reusability

    lmittmann authored and fjl committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    f2b27fa View commit details
    Browse the repository at this point in the history
  2. dropped EVM.SetTracer

    * dropped `vm.Config` copy from `EVMInterpreter`, using evm.Config instead
    lmittmann authored and fjl committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    b58bf55 View commit details
    Browse the repository at this point in the history
  3. core/vm: update SetBlockContext for Shanghai

    Need to pass the timestamp as well because Shanghai is a time-activated fork.
    fjl committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    a7988b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acfaba3 View commit details
    Browse the repository at this point in the history
  5. core/vm: remove blank line

    fjl committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    db4bda9 View commit details
    Browse the repository at this point in the history