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

consensus, core/*: metropolis features #14337

Closed
wants to merge 8 commits into from

Commits on Jun 24, 2017

  1. Configuration menu
    Copy the full SHA
    1f7e091 View commit details
    Browse the repository at this point in the history
  2. core/types: make receipt PostState optional

    fjl authored and obscuren committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    f7212a4 View commit details
    Browse the repository at this point in the history
  3. core/vm: reimplemented RETURNDATA{SIZE, COPY}

    Reimplemented RETURNDATA such that the returndata buffer is isolated
    inside the interpreter rather than the memory object.
    obscuren committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    ad0a31f View commit details
    Browse the repository at this point in the history
  4. core/vm: review changes: mod-pad, contract addrs, bn256-arith, f&r

    * Right pad return data of  native contract big mod exp to same length
    as the modulo input
    * Spelling
    * Make LOG{n} write operations so the throw during readonly
    * Right pad native contracts input with zeros
    * Fixed bn256{add, mul}
    obscuren committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    4ba8977 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edf95ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    797172b View commit details
    Browse the repository at this point in the history
  7. core/vm: implemented create2

    obscuren committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    4eae3cc View commit details
    Browse the repository at this point in the history
  8. core/vm: review changes (gas, comments)

    * Changed the gas for RETURNDATASIZE
    * Added comments for read only check
    * Fixed opReturnDataCopy
    obscuren committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    43577cd View commit details
    Browse the repository at this point in the history