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

After CREATE, the 1/64 of the original available gas is added again #303

Closed
wants to merge 2 commits into from

Commits on Apr 20, 2017

  1. After CREATE, the 1/64 of the original available gas is added again

    Before this commit, after a successful CREATE, the available gas decreased at least by 1/64.
    This problem was introduced in EIP-150 changes.  The gas passed on was reduced by 1/64 but this 1/64 was then forgotten.
    pirapira committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    17502c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

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