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

[WIP] Metropolis: EIP86 account abstraction #277

Closed
wants to merge 12 commits into from

Commits on Jul 6, 2017

  1. Interpret the signature (chain_id, 0, 0) as signed by 2^{256} - 1

    but only when the gas price, the nonce and the value are all zero.
    pirapira committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    115fbc9 View commit details
    Browse the repository at this point in the history
  2. EIP86: preparation before adding CREATE_P2SH

    The function \Lambda now takes the new address as a parameter
    pirapira committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    825980f View commit details
    Browse the repository at this point in the history
  3. EIP86: add CREATE_P2SH

    pirapira committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    6e4c4b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f58e98 View commit details
    Browse the repository at this point in the history
  5. Take comments

    pirapira committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    cc48ade View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06f3da7 View commit details
    Browse the repository at this point in the history
  7. EIP86: specify CREATE2

    pirapira committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    242e0f7 View commit details
    Browse the repository at this point in the history
  8. EIP86 rule 5

    pirapira committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    b7ce477 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2743726 View commit details
    Browse the repository at this point in the history
  10. Remove a spurious newline

    pirapira committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    ea7f1d2 View commit details
    Browse the repository at this point in the history
  11. Small adjustments

    pirapira committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    cecee91 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a3fc31c View commit details
    Browse the repository at this point in the history