Skip to content

Comments

chore(deps): update rust crate secp256k1 to 0.31.0#84

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/secp256k1-0.x
Open

chore(deps): update rust crate secp256k1 to 0.31.0#84
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/secp256k1-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2023

This PR contains the following updates:

Package Type Update Change
secp256k1 dependencies minor 0.27.00.31.0

Release Notes

rust-bitcoin/rust-secp256k1 (secp256k1)

v0.31.1

Compare Source

  • Update deprecation notes with since instead of TBD.

v0.31.0

Compare Source

  • Update rand to 0.9 #​788
  • Create keys from owned array values instead of from references #​781
  • Add from_u8_masked RecoveryId constructor #​778
  • Update upstream to 0cdc758a56360bf58a851fe91085a327ec97685a (secp256k1-sys 0.6) #​764
  • Add Keypair::sign_schnorr_no_aux_rand #​762
  • Replace Message with Into<Message> in ECDSA signing API #​755
  • Deprecate ElligatorSwiftParty in favor of Party #​752

v0.30.0

Compare Source

  • Allow signing variable-length messages #​706
  • Bump MSRV to 1.63 #​709
  • Deprecate Message::from_digest_slice in favor of Message::from_digest #​712
  • Truncate debug output of SecretKey; tighten bitcoin_hashes dependency version #​722
  • Simplify and improve consistency of secret key types' debug output #​726
  • Simplify and improve consistency of public key types' debug output #​745
  • Feature-gate KeyPair::from_str on global-context or alloc #​728
  • Add infallible constructors for schnorr::Signature from byteslices #​730
  • Deprecate slice-parsing methods in favor of array-parsing ones #​737
  • Make RecoveryId an enum rather than integer #​743

v0.29.1

Compare Source

v0.29.0

Compare Source

  • Deprecate ThirtyTwoByteHash #​686

    This trait turned out to be problematic during upgrade because we support a ranged dependency for
    bitcoin_hashes. Consider implementing From<T> for Message for your type iff your type is a 32
    byte hash (ie, output from a hash algorithm that produces a 32 byte digest like sha256). When
    using the impl, consider using Message::from instead of hash.into() because we will be
    introducing generics in a future version and the compiler will not be able to work out the target
    type.

  • Bump MSRV to Rust v1.56.1 #​693

  • Upgrade hashes using range dependency version = ">= 0.12, <= 0.14" #​690

  • Depend on latest secp256k1-sys (vendors secp256k1 v0.4.1) #​688

v0.28.2

Compare Source

  • Implement Hash for Scalar #​674
  • Implement Ord and PartialOrd for RecoverableSignature #​611
  • Add byte accessors to ElligatorSwiftSharedSecret #​676

v0.28.1

Compare Source

v0.28.0

Compare Source

  • Add bindings to the ElligatorSwift implementation #​627
  • Depend on recent release of bitcoin_hashes v0.13.0 #​621
  • Add a verify function to PublicKey #​618
  • Add serialize function for schnorr::Signature #​607
  • Bump MSRV to 1.48 #​595
  • Remove implementations of PartialEq, Eq, PartialOrd, Ord, and Hash from the
    impl_array_newtype macro. Users will now need to derive these traits if they are wanted.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/secp256k1-0.x branch from d553b52 to a4456ad Compare February 1, 2024 08:23
@renovate renovate bot changed the title chore(deps): update rust crate secp256k1 to 0.28.0 chore(deps): update rust crate secp256k1 to 0.28.2 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/secp256k1-0.x branch 2 times, most recently from 7a41e8e to 872fb55 Compare March 19, 2024 05:27
@renovate renovate bot force-pushed the renovate/secp256k1-0.x branch from 872fb55 to 50edbb3 Compare April 2, 2024 23:09
@renovate renovate bot changed the title chore(deps): update rust crate secp256k1 to 0.28.2 chore(deps): update rust crate secp256k1 to 0.29.0 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/secp256k1-0.x branch from 50edbb3 to 842e6b2 Compare October 9, 2024 04:15
@renovate renovate bot changed the title chore(deps): update rust crate secp256k1 to 0.29.0 chore(deps): update rust crate secp256k1 to 0.30.0 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/secp256k1-0.x branch from 842e6b2 to f46894c Compare April 27, 2025 03:21
@renovate renovate bot changed the title chore(deps): update rust crate secp256k1 to 0.30.0 chore(deps): update rust crate secp256k1 to 0.31.0 Apr 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants