Skip to content

Implement all precompiled contracts #122

Closed

Description

We need implementations and dispatching logic for the following precompiles

Introduced in Homestead:

  • 0x1 ecrecover
  • 0x2 sha256
  • 0x3 ripemd160
  • 0x4 identity

Introduced in Byzantium:

  • 0x5 modexp
  • 0x6 ecadd
  • 0x7 ecmul
  • 0x8 ecpairing

Reference implementations:
https://github.com/ethereum/py-evm/tree/master/eth/precompiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions