This repository has been archived by the owner on May 5, 2024. It is now read-only.
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.21.0
->0.32.0
Release Notes
rust-bitcoin/rust-bitcoin (bitcoin)
v0.32.0
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
v0.31.0
Compare Source
v0.30.2
Compare Source
What's Changed
cargo audit
. by @alekseysidorov in https://github.com/rust-bitcoin/rust-bitcoin/pull/29to_p2wsh()
andis_p2swsh()
functions by @apoelstra in https://github.com/rust-bitcoin/rust-bitcoin/pull/32bip143
module to create BIP143 signature hashes by @apoelstra in https://github.com/rust-bitcoin/rust-bitcoin/pull/38impl Display
toconstruct_uint
macro by @popzxc in https://github.com/rust-bitcoin/rust-bitcoin/pull/82FromStr
for Network constant by @alekseysidorov in https://github.com/rust-bitcoin/rust-bitcoin/pull/80data
method inimpl_array_newtype
macro by @popzxc in https://github.com/rust-bitcoin/rust-bitcoin/pull/81Network
type. by @jeandudey in https://github.com/rust-bitcoin/rust-bitcoin/pull/121from_secret_key
by @dpc in https://github.com/rust-bitcoin/rust-bitcoin/pull/120Display
trait instead of implementingToString
directly. by @jeandudey in https://github.com/rust-bitcoin/rust-bitcoin/pull/118From<T>
implementations for error types in Rustdoc. by @jeandudey in https://github.com/rust-bitcoin/rust-bitcoin/pull/127try!
macro usage and use the?
operator instead. by @jeandudey in https://github.com/rust-bitcoin/rust-bitcoin/pull/119TxOutRef
toOutPoint
and use it inTxIn
. by @jeandudey in https://github.com/rust-bitcoin/rust-bitcoin/pull/139as_
,to_
,into_
conventions for array types. by @jeandudey in https://github.com/rust-bitcoin/rust-bitcoin/pull/143str::starts_with
method to check bech32 address prefixes. by @jeandudey in https://github.com/rust-bitcoin/rust-bitcoin/pull/144Display
instead ofToString
forAddress
andPrivKey
. by @jeandudey in https://github.com/rust-bitcoin/rust-bitcoin/pull/141FromStr
forUDecimal
/Decimal
. by @jeandudey in https://github.com/rust-bitcoin/rust-bitcoin/pull/142pub use
a ton of stuff at the top level by @apoelstra in https://github.com/rust-bitcoin/rust-bitcoin/pull/157network::encodable
andnetwork::serialize
by @dongcarl in https://github.com/rust-bitcoin/rust-bitcoin/pull/156secp256k1
keys withutil::key
keys in BIP32 by @apoelstra in https://github.com/rust-bitcoin/rust-bitcoin/pull/238PublicKey
andPrivateKey
types; minor cleanups by @apoelstra in https://github.com/rust-bitcoin/rust-bitcoin/pull/247Builder
ability to verify-ify opcodes by @apoelstra in https://github.com/rust-bitcoin/rust-bitcoin/pull/286StreamReader
by @dr-orlovsky in https://github.com/rust-bitcoin/rust-bitcoin/pull/318construct_uint
macro by @dr-orlovsky in https://github.com/rust-bitcoin/rust-bitcoin/pull/395BlockHeader::u256_from_compact_target
function by @cloudhead in https://github.com/rust-bitcoin/rust-bitcoin/pull/429Clone
instance toRawNetworkMessage
by @cloudhead in https://github.com/rust-bitcoin/rust-bitcoin/pull/463from_be_bytes
by @dr-orlovsky in https://github.com/rust-bitcoin/rust-bitcoin/pull/436bip32::KeySource
: wrapper for(Fingerprint, DerivationPath)
by @dr-orlovsky in https://github.com/rust-bitcoin/rust-bitcoin/pull/480Clone
,Debug
etc. derives by @cloudhead in https://github.com/rust-bitcoin/rust-bitcoin/pull/500Configuration
📅 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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.