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

Add identity precompile #2406

Merged
merged 34 commits into from
Aug 30, 2023
Merged

Add identity precompile #2406

merged 34 commits into from
Aug 30, 2023

Commits on Jul 14, 2023

  1. wip

    nbaztec committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d9f61b0 View commit details
    Browse the repository at this point in the history
  2. wip

    nbaztec committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    31a28e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. add add_sub

    nbaztec committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4e6f73a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. more methods

    nbaztec committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a6ab30c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. feature complete

    nbaztec committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e1b7d2f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. add tests

    nbaztec committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6969616 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. fix cost and name

    nbaztec committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1eaa39f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. add more tests

    nbaztec committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8fcc76f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. debug

    nbaztec committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    542830d View commit details
    Browse the repository at this point in the history
  2. add more tests

    nbaztec committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    54f7cf8 View commit details
    Browse the repository at this point in the history
  3. finish tests

    nbaztec committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    136df78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffc7a6c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. add solidity file

    nbaztec committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c33aa0e View commit details
    Browse the repository at this point in the history
  2. add sol file

    nbaztec committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b8fe7ea View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. add precompile solidity test

    nbaztec committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0d3e841 View commit details
    Browse the repository at this point in the history
  2. remove force orgin methods

    nbaztec committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    85fc891 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93956c9 View commit details
    Browse the repository at this point in the history
  4. fmt

    nbaztec committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6096bee View commit details
    Browse the repository at this point in the history
  5. fix tests

    nbaztec committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b2a1b02 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. add solc tests

    nbaztec committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    99e5dc3 View commit details
    Browse the repository at this point in the history
  2. remove old test

    nbaztec committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ba43a64 View commit details
    Browse the repository at this point in the history
  3. fix import

    nbaztec committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7de5502 View commit details
    Browse the repository at this point in the history
  4. fix test

    nbaztec committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9e6dc77 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    7dd4be7 View commit details
    Browse the repository at this point in the history
  2. remove unused events

    librelois committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    afddea0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f68162c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab8391d View commit details
    Browse the repository at this point in the history
  5. comply to solidity norm

    librelois committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    aefd36c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fdad40 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fix tests

    nbaztec committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    17602e5 View commit details
    Browse the repository at this point in the history
  2. fix ts test

    nbaztec committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4c9c761 View commit details
    Browse the repository at this point in the history
  3. use computed db read costs

    nbaztec committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9193eae View commit details
    Browse the repository at this point in the history
  4. lint

    nbaztec committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    372a618 View commit details
    Browse the repository at this point in the history
  5. saturating math

    nbaztec committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e888783 View commit details
    Browse the repository at this point in the history