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

core: s/isEIP155/isEIP2/ (fix IntrinsicGas signature var name) #20300

Commits on Nov 15, 2019

  1. core: s/isEIP155/isEIP2/ (fix)

    This signature variable name reflects a spec'd change
    in gas cost for creating contracts as documented in EIP2 (Homestead HF).
    
    https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2.md#specification
    meowsbits committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    547f173 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. core: s/isEIP2/sIsHomestead/g

    Use isHomestead since Homestead is what the caller
    and rest of the code uses.
    meowsbits committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    a323c4c View commit details
    Browse the repository at this point in the history