chore(deps): update rust crate secp256k1 to 0.31.0#84
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update rust crate secp256k1 to 0.31.0#84renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
d553b52 to
a4456ad
Compare
7a41e8e to
872fb55
Compare
872fb55 to
50edbb3
Compare
50edbb3 to
842e6b2
Compare
842e6b2 to
f46894c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.27.0→0.31.0Release Notes
rust-bitcoin/rust-secp256k1 (secp256k1)
v0.31.1Compare Source
sinceinstead ofTBD.v0.31.0Compare Source
randto 0.9 #788from_u8_maskedRecoveryIdconstructor #7780cdc758a56360bf58a851fe91085a327ec97685a(secp256k1-sys 0.6) #764Keypair::sign_schnorr_no_aux_rand#762MessagewithInto<Message>in ECDSA signing API #755ElligatorSwiftPartyin favor ofParty#752v0.30.0Compare Source
Message::from_digest_slicein favor ofMessage::from_digest#712SecretKey; tightenbitcoin_hashesdependency version #722KeyPair::from_stronglobal-contextoralloc#728schnorr::Signaturefrom byteslices #730RecoveryIdan enum rather than integer #743v0.29.1Compare Source
v0.29.0Compare Source
Deprecate
ThirtyTwoByteHash#686This trait turned out to be problematic during upgrade because we support a ranged dependency for
bitcoin_hashes. Consider implementingFrom<T> for Messagefor your type iff your type is a 32byte hash (ie, output from a hash algorithm that produces a 32 byte digest like sha256). When
using the impl, consider using
Message::frominstead ofhash.into()because we will beintroducing 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#693Upgrade
hashesusing range dependencyversion = ">= 0.12, <= 0.14"#690Depend on latest
secp256k1-sys(vendorssecp256k1 v0.4.1) #688v0.28.2Compare Source
HashforScalar#674OrdandPartialOrdforRecoverableSignature#611ElligatorSwiftSharedSecret#676v0.28.1Compare Source
SerializedSignaturetype #658 #659v0.28.0Compare Source
bitcoin_hashesv0.13.0 #621PublicKey#618PartialEq,Eq,PartialOrd,Ord, andHashfrom theimpl_array_newtypemacro. 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.
This PR was generated by Mend Renovate. View the repository job log.