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

Refactor witness-accumulation in EVM #42

Merged

Commits on Dec 10, 2021

  1. make push dynamically-charged. charge witness gas costs for push. ref…

    …actor evm witness gas charging to move logic for touching a range of bytecode into a helper method 'touchEachChunksAndChargeGas'
    jwasinger committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    b2edbf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    3b7edd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf38ac5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bf2e6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c89d465 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34ff553 View commit details
    Browse the repository at this point in the history
  6. some fixes

    jwasinger committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    d38f6b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4d898b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3d935d View commit details
    Browse the repository at this point in the history
  9. (hopefully) fix tests

    jwasinger committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    c08aa4e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    c54a54b View commit details
    Browse the repository at this point in the history
  2. charge witness gas for call

    jwasinger committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    a834f72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    155949a View commit details
    Browse the repository at this point in the history
  4. make suggested changes

    jwasinger committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c0ca6cc View commit details
    Browse the repository at this point in the history
  5. address remaining points

    jwasinger committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    16099e3 View commit details
    Browse the repository at this point in the history
  6. fix build issues

    jwasinger committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    ea37fd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

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