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

Fix pubkey recovery to work with high/low s for k256 ^0.13.2 (backport #2014) #2198

Merged
merged 4 commits into from
Aug 6, 2024

Commits on Aug 5, 2024

  1. Bump k256 to ^0.13.3

    (cherry picked from commit d7bd81d)
    
    # Conflicts:
    #	Cargo.lock
    #	contracts/empty/Cargo.lock
    webmaster128 authored and mergify[bot] committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    898c236 View commit details
    Browse the repository at this point in the history
  2. Remove obsolete ecdsa dependency

    k256 requires ecdsa 0.16.9 now:
    https://github.com/RustCrypto/elliptic-curves/blob/k256/v0.13.2/k256/Cargo.toml#L26
    
    (cherry picked from commit 8fe308f)
    webmaster128 authored and mergify[bot] committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3314915 View commit details
    Browse the repository at this point in the history
  3. Resolve some conflicts

    webmaster128 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ee9c4fe View commit details
    Browse the repository at this point in the history
  4. Add CHANGELOG entry

    webmaster128 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7b43413 View commit details
    Browse the repository at this point in the history