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

Move EEI into EVM #2604

Closed
wants to merge 45 commits into from
Closed

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    ffe2039 View commit details
    Browse the repository at this point in the history
  2. Client/StateManager: use cacheless SM in client, fix StateManager.cop…

    …y() not taking options into account
    holgerd77 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    d33ac35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c1ed3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85e590e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    683f134 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37835f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e215792 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21fdc06 View commit details
    Browse the repository at this point in the history
  9. Lint fix

    holgerd77 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    d9575e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77d7c0f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bda9d1a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f9bf6c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9deda75 View commit details
    Browse the repository at this point in the history
  14. StateManager -> Cache: Refactor/rewrite with clear account-in-cache/a…

    …ccount-exists differentiation, return undefined in SM for not existing accounts, throw early for unintended non-account accesses
    holgerd77 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    d94582b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    70a17a9 View commit details
    Browse the repository at this point in the history
  16. Continued fixes

    holgerd77 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c991f8d View commit details
    Browse the repository at this point in the history
  17. Continued fixes

    holgerd77 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    8ff1b52 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d303a1e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a20fe4d View commit details
    Browse the repository at this point in the history
  20. Continued fixes

    holgerd77 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ad2185d View commit details
    Browse the repository at this point in the history
  21. EVM fix

    holgerd77 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    d3dd1d1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a9d7fa4 View commit details
    Browse the repository at this point in the history
  23. VM: fix DAO state changes not being committed early enough to disk (a…

    …nd taken in for new state root) due to new diff-based cache structure
    holgerd77 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    1565efd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    18ae097 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1d34c50 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fbee320 View commit details
    Browse the repository at this point in the history
  27. EVM: fix EXTCODEHASH bug

    holgerd77 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    09b7cbe View commit details
    Browse the repository at this point in the history
  28. vm: fix example [no ci]

    jochem-brouwer authored and holgerd77 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9ba59b8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d2c31da View commit details
    Browse the repository at this point in the history
  30. client: lint

    jochem-brouwer authored and holgerd77 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    b6f57fc View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    bd6bca5 View commit details
    Browse the repository at this point in the history
  32. evm: import eei

    jochem-brouwer committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    713381d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    cf2f273 View commit details
    Browse the repository at this point in the history
  34. evm: fix test syntax

    jochem-brouwer committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    71dd0cd View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d0820cf View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    791c9f6 View commit details
    Browse the repository at this point in the history
  37. vm: fix vm copy

    jochem-brouwer committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    349f9b5 View commit details
    Browse the repository at this point in the history
  38. client/vm: fix build

    jochem-brouwer committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f7ad1ee View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. vm: fix test runner

    jochem-brouwer committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    e31d14b View commit details
    Browse the repository at this point in the history
  2. evm: fix example

    jochem-brouwer committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b99a402 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88a9513 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27ae76e View commit details
    Browse the repository at this point in the history
  5. client: fix tests

    jochem-brouwer committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    eacee53 View commit details
    Browse the repository at this point in the history
  6. client: fix tests

    jochem-brouwer committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    572aaa4 View commit details
    Browse the repository at this point in the history
  7. evm: fix example

    jochem-brouwer committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6416dd2 View commit details
    Browse the repository at this point in the history