rust-bitcoin-unsafe-fast/bitcoin/src/blockdata
Tobin C. Harding 2cc944578d
Fully deprecate Hash::from_slice
We had an initial go at this but we didn't do the `Hash` trait method.
In order to do so we need to hack the serde code a fair bit, note the
public visitor types.
2024-10-15 07:56:05 +11:00
..
script Merge rust-bitcoin/rust-bitcoin#3431: Move script types to `primitives` 2024-10-14 00:31:38 +00:00
block.rs Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00
constants.rs feat: rust-bitcoin supports testnet4 2024-10-05 23:47:21 +08:00
mod.rs Introduce ToU64 conversion trait 2024-08-08 15:32:40 +10:00
transaction.rs Stop using deprecated to_vec 2024-10-15 07:49:48 +11:00
witness.rs Stop using deprecated to_vec 2024-10-15 07:49:48 +11:00