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 support for EIP2098 "short signatures" in the ECDSA library #2582

Merged
merged 15 commits into from
Apr 9, 2021

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    2190f4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5440c View commit details
    Browse the repository at this point in the history
  3. add tests for ERC2098

    Amxx committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    392e06f View commit details
    Browse the repository at this point in the history
  4. add changelog entry

    Amxx committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    f1f3d25 View commit details
    Browse the repository at this point in the history
  5. minor gas optimization

    Amxx committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    f9b792d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Update test/utils/cryptography/ECDSA.test.js

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    647f029 View commit details
    Browse the repository at this point in the history
  2. Update test/utils/cryptography/ECDSA.test.js

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    5773f85 View commit details
    Browse the repository at this point in the history
  3. Update contracts/utils/cryptography/ECDSA.sol

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    11e3503 View commit details
    Browse the repository at this point in the history
  4. Update test/utils/cryptography/ECDSA.test.js

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    e04f817 View commit details
    Browse the repository at this point in the history
  5. Update test/utils/cryptography/ECDSA.test.js

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    157a74a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bda05f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    1fd46c1 View commit details
    Browse the repository at this point in the history
  2. fix assembly error

    Amxx committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    9cb0fd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

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