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

update libsecp to latest ersion; bump major version number #384

Merged
merged 5 commits into from Mar 9, 2022

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    2932179 View commit details
    Browse the repository at this point in the history
  2. secp256k1-sys: update upstream library

    Two API changes needed to be reflected: schnorrsig_sign and schnorrsig_verify.
    
    Also bump both Cargo.toml files
    apoelstra committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    8294ea3 View commit details
    Browse the repository at this point in the history
  3. update "should terminate abnormally" test to trigger a different ARG_…

    …CHECK
    
    We can no longer produce non-verification context objects, so instead produce
    an invalid public key.
    apoelstra committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    f3d48a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d06dd20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa51638 View commit details
    Browse the repository at this point in the history