rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding c5cd0db493
Revert the change to to_bytes
During this release cycle we deprecated `to_vec` in favour of
`to_bytes`, we have since reversed our position on the name.

Remove the deprecation of `to_bytes` from the three types that had it
and use `to_vec`.
2024-11-01 07:09:11 +11:00
..
address Run the formatter 2024-10-30 11:30:24 +11:00
blockdata Revert the change to to_bytes 2024-11-01 07:09:11 +11:00
consensus Merge rust-bitcoin/rust-bitcoin#3518: Automated nightly rustfmt (2024-10-27) 2024-10-28 21:34:59 +00:00
crypto Revert the change to to_bytes 2024-11-01 07:09:11 +11:00
merkle_tree Explicitly re-export stuff from crates down the stack 2024-10-27 06:45:58 +11:00
network Elide more lifetimes 2024-10-28 15:22:13 +11:00
p2p Elide more lifetimes 2024-10-28 15:22:13 +11:00
psbt Revert the change to to_bytes 2024-11-01 07:09:11 +11:00
taproot Merge rust-bitcoin/rust-bitcoin#3518: Automated nightly rustfmt (2024-10-27) 2024-10-28 21:34:59 +00:00
bip32.rs Move impl_array_newtype to internal_macros 2024-10-31 14:15:41 +11:00
bip152.rs Move impl_array_newtype to internal_macros 2024-10-31 14:15:41 +11:00
bip158.rs Replace VarInt type with ReadExt and WriteExt functions 2024-09-25 06:56:09 +10:00
consensus_validation.rs Introduce Transaction extension traits 2024-10-30 12:28:52 +11:00
hash_types.rs Unify deprecated note field format 2024-10-15 15:16:01 +01:00
internal_macros.rs Add to_vec and deprecate to_bytes for array types 2024-11-01 07:08:49 +11:00
lib.rs Explicitly re-export stuff from crates down the stack 2024-10-27 06:45:58 +11:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs Elide more lifetimes 2024-10-28 15:22:13 +11:00
serde_utils.rs Elide more lifetimes 2024-10-28 15:22:13 +11:00
sign_message.rs refactor: compute recid in a single line 2024-10-18 16:39:50 +09:00