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 evm and prepare for ewasm integration #424

Closed
wants to merge 5 commits into from
Closed

Commits on Jan 22, 2019

  1. Mv opcodes, opFns and logTable to lib/vm

    Signed-off-by: Sina Mahmoodi <[email protected]>
    s1na committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    736c6e0 View commit details
    Browse the repository at this point in the history
  2. Mv runState and funcs to EEI class, pass that do opFns

    Signed-off-by: Sina Mahmoodi <[email protected]>
    s1na committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    2d49565 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Add getters to EEI

    Signed-off-by: Sina Mahmoodi <[email protected]>
    s1na committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    3e899cb View commit details
    Browse the repository at this point in the history
  2. Rename subGas to useGas, mv describeLocation out of eei

    Signed-off-by: Sina Mahmoodi <[email protected]>
    s1na committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    3beec0f View commit details
    Browse the repository at this point in the history
  3. Add Memory class for evm and use it in eei

    Signed-off-by: Sina Mahmoodi <[email protected]>
    s1na committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    6a9cabd View commit details
    Browse the repository at this point in the history