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

feat: constrain (r, s, v) signature values #259

Merged
merged 5 commits into from
Mar 26, 2024
Merged

Commits on Mar 20, 2024

  1. add check_vmsign_tryRecover test

    Sort of an integration test to make sure that the (v, r, s) values we generate can be encoded and decoded properly in ECDSA.tryRecover
    karmacoma-eth committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4a8bf77 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. feat: constrain (r, s, v) signature values

    (to their expected range)
    karmacoma-eth committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    61541e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    986479a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81cb2ad View commit details
    Browse the repository at this point in the history
  4. fix extract_bytes in case of empty calldata

    + document missing feature in our implementation of ecrecover
    karmacoma-eth committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4c87805 View commit details
    Browse the repository at this point in the history