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

Metroplis: EIP 101 big-modexp precompile #268

Closed
wants to merge 21 commits into from

Commits on Mar 22, 2017

  1. EIP101: addition precompile

    pirapira committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    668b96f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17ec882 View commit details
    Browse the repository at this point in the history
  3. EIP 101: add division

    pirapira committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    61a36c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1bc879 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db5c02d View commit details
    Browse the repository at this point in the history
  6. EIP 101: simplify a formula A \/ B into B,

    because A implies B.
    pirapira committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    18270fa View commit details
    Browse the repository at this point in the history
  7. EIP 101: simplification

    pirapira committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    7296157 View commit details
    Browse the repository at this point in the history
  8. EIP 101: change the layout of the EXPMOD arguments

    This change is introduced in:
    ethereum/EIPs@60fe651
    pirapira committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    746c15f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    acebbf5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9365c3a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7a1a1bb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f4dde80 View commit details
    Browse the repository at this point in the history
  13. EIP101: EXPMOD throws if M <= E

    This follows the change in
    ethereum/EIPs@c4a771e
    pirapira committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    b9c62c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Remove add, sub, mul and div precompiles

    Because ethereum/EIPs#198 supersedes ethereum/EIPs#101 and the new version does not contain these.
    pirapira committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    0b86f97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42491a9 View commit details
    Browse the repository at this point in the history
  3. Specify modulo zero

    pirapira committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    208d811 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

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

Commits on May 24, 2017

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

Commits on May 26, 2017

  1. Fill in a corner case

    pirapira committed May 26, 2017
    Configuration menu
    Copy the full SHA
    043a308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bad7065 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

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