rust-bitcoin-unsafe-fast/bitcoin/examples
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
..
bip32.rs Improve naming of methods on Xpub and Xpriv 2024-09-29 11:07:32 +08:00
ecdsa-psbt-simple.rs Move Witness to primitives 2024-10-18 14:02:03 +11:00
ecdsa-psbt.rs Introduce Transaction extension traits 2024-10-30 12:28:52 +11:00
handshake.rs Use lower case error messages 2024-07-15 09:25:08 +01:00
sighash.rs Replace impl blocks with extension traits 2024-08-13 13:14:00 +02:00
sign-tx-segwit-v0.rs Move Witness to primitives 2024-10-18 14:02:03 +11:00
sign-tx-taproot.rs Move Witness to primitives 2024-10-18 14:02:03 +11:00
taproot-psbt-simple.rs Move Witness to primitives 2024-10-18 14:02:03 +11:00
taproot-psbt.rs script: deprecate to_bytes 2024-11-01 07:09:53 +11:00