rust-bitcoin-unsafe-fast/bitcoin/tests
Tobin C. Harding db40297f87
script: deprecate to_bytes
Deprecate the `Script::to_bytes` function in favour of `to_vec` as we
are doing elsewhere.

Note that `ScriptBuf` has `into_bytes` because it does not copy.
Potentially this should be deprecated in favour of `into_vec`?

Note that in regards to the `to_` prefix this naming as valid according
to convention because the `Script` type is borrowed and `to_vec` copies
the underlying bytes.
2024-11-01 07:09:53 +11:00
..
data psbt: Use u64 for key type 2024-10-10 11:37:40 +11:00
bip_174.rs Improve naming of methods on Xpub and Xpriv 2024-09-29 11:07:32 +08:00
psbt-sign-taproot.rs script: deprecate to_bytes 2024-11-01 07:09:53 +11:00
serde.rs psbt: Use u64 for key type 2024-10-10 11:37:40 +11:00
serde_opcodes.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00