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

Unify ExecutionProcessor and EVMExecutor #2364

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2024

  1. Pass bailout flag to execution processor

    Bartosz Zawistowski committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4378224 View commit details
    Browse the repository at this point in the history
  2. Make code compile

    Bartosz Zawistowski committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8f2de90 View commit details
    Browse the repository at this point in the history
  3. Make code compile (2)

    Bartosz Zawistowski committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0f846f8 View commit details
    Browse the repository at this point in the history
  4. Optionally verify sender and add initial support for bailout

    Bartosz Zawistowski committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c099cdb View commit details
    Browse the repository at this point in the history
  5. Further work

    Bartosz Zawistowski committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f5facba View commit details
    Browse the repository at this point in the history
  6. make fmt

    web-flow committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d61f612 View commit details
    Browse the repository at this point in the history
  7. Some progress

    Bartosz Zawistowski committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    936a874 View commit details
    Browse the repository at this point in the history
  8. make fmt

    web-flow committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    35dd13f View commit details
    Browse the repository at this point in the history
  9. Some progress

    Bartosz Zawistowski committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    08ff4eb View commit details
    Browse the repository at this point in the history
  10. make fmt

    web-flow committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    974c89c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Some progress

    Bartosz Zawistowski committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1f87e97 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2304-deduplicate-code-in-rpcevmexecutor-and-executionpr…

    …ocessor' of github.com:erigontech/silkworm into 2304-deduplicate-code-in-rpcevmexecutor-and-executionprocessor
    Bartosz Zawistowski committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    229ed8e View commit details
    Browse the repository at this point in the history
  3. make fmt

    web-flow committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e34c9cb View commit details
    Browse the repository at this point in the history
  4. Some progress

    Bartosz Zawistowski committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    748b9bf View commit details
    Browse the repository at this point in the history
  5. Merge branch '2304-deduplicate-code-in-rpcevmexecutor-and-executionpr…

    …ocessor' of github.com:erigontech/silkworm into 2304-deduplicate-code-in-rpcevmexecutor-and-executionprocessor
    Bartosz Zawistowski committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    123be0d View commit details
    Browse the repository at this point in the history
  6. Handle insufficient funds case

    Bartosz Zawistowski committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    76d16ae View commit details
    Browse the repository at this point in the history
  7. Remove unneeded test

    Bartosz Zawistowski committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    76adba6 View commit details
    Browse the repository at this point in the history
  8. Temp

    Bartosz Zawistowski committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e30f0be View commit details
    Browse the repository at this point in the history
  9. make fmt

    web-flow committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    85a9e58 View commit details
    Browse the repository at this point in the history
  10. Fixes

    Bartosz Zawistowski committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3f0fde1 View commit details
    Browse the repository at this point in the history
  11. make fmt

    web-flow committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    94904f5 View commit details
    Browse the repository at this point in the history
  12. Fixes

    Bartosz Zawistowski committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ad81714 View commit details
    Browse the repository at this point in the history
  13. Merge branch '2304-deduplicate-code-in-rpcevmexecutor-and-executionpr…

    …ocessor' of github.com:erigontech/silkworm into 2304-deduplicate-code-in-rpcevmexecutor-and-executionprocessor
    Bartosz Zawistowski committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4630bf6 View commit details
    Browse the repository at this point in the history
  14. Save

    Bartosz Zawistowski committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4ad5fd1 View commit details
    Browse the repository at this point in the history
  15. make fmt

    web-flow committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    039d653 View commit details
    Browse the repository at this point in the history