chore(deps): update rust crate secp256k1 to 0.30.0 #84
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.30.0
Release Notes
rust-bitcoin/rust-secp256k1 (secp256k1)
v0.30.0
Message::from_digest_slice
in favor ofMessage::from_digest
#712SecretKey
; tightenbitcoin_hashes
dependency version #722KeyPair::from_str
onglobal-context
oralloc
#728schnorr::Signature
from byteslices #730RecoveryId
an enum rather than integer #743v0.29.1
Compare Source
v0.29.0
Compare 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 Message
for 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::from
instead 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
hashes
using range dependencyversion = ">= 0.12, <= 0.14"
#690Depend on latest
secp256k1-sys
(vendorssecp256k1 v0.4.1
) #688v0.28.2
Compare Source
Hash
forScalar
#674Ord
andPartialOrd
forRecoverableSignature
#611ElligatorSwiftSharedSecret
#676v0.28.1
Compare Source
SerializedSignature
type #658 #659v0.28.0
Compare Source
bitcoin_hashes
v0.13.0 #621PublicKey
#618PartialEq
,Eq
,PartialOrd
,Ord
, andHash
from theimpl_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.
This PR was generated by Mend Renovate. View the repository job log.