rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 6ce76cd7c8
Add unstable constructor to Witness
In preparation for moving the `Witness` to `primitives` we need a way to
construct the `Witness` when decoding. In order to maintain the current
performance and not introduce additional allocations we need to be able
to construct a `Witness` from the content buffer, this leaks the
implementation details of `Witness`.

Add a clearly marked unstable constructor to create a `Witness` from
parts. This introduces the concept of `foo__unstable` function names;
add a section to the README describing unstable functions and semver
guarantees.
2024-10-18 14:01:03 +11:00
..
address Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00
blockdata Add unstable constructor to Witness 2024-10-18 14:01:03 +11:00
consensus Merge rust-bitcoin/rust-bitcoin#3432: fmt: Use style_edition = 2021 2024-10-11 12:48:50 +00:00
crypto Unify deprecated note field format 2024-10-15 15:16:01 +01:00
merkle_tree Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00
network Unify deprecated note field format 2024-10-15 15:16:01 +01:00
p2p Unify deprecated note field format 2024-10-15 15:16:01 +01:00
psbt Merge rust-bitcoin/rust-bitcoin#2906: psbt: Encode keytype as a compact size unsigned integer 2024-10-15 18:37:20 +00:00
taproot Unify deprecated note field format 2024-10-15 15:16:01 +01:00
bip32.rs Unify deprecated note field format 2024-10-15 15:16:01 +01:00
bip152.rs Merge rust-bitcoin/rust-bitcoin#3432: fmt: Use style_edition = 2021 2024-10-11 12:48:50 +00:00
bip158.rs Replace VarInt type with ReadExt and WriteExt functions 2024-09-25 06:56:09 +10:00
consensus_validation.rs Generalize fn params in `define_extension_trait` 2024-08-13 13:13:10 +02:00
hash_types.rs Unify deprecated note field format 2024-10-15 15:16:01 +01:00
internal_macros.rs Use UFCS in macros 2024-09-14 09:46:57 +02:00
lib.rs Warn on future deprecations 2024-10-15 07:56:06 +11:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs Unify deprecated note field format 2024-10-15 15:16:01 +01:00
serde_utils.rs clippy: remove some newly-detected unnecessary returns 2024-09-30 12:31:17 +00:00
sign_message.rs Merge rust-bitcoin/rust-bitcoin#3475: Unify deprecated note field format 2024-10-16 02:10:58 +00:00