rust-bitcoin-unsafe-fast/fuzz/fuzz_targets/bitcoin
Tobin C. Harding 98383a0fbe
Introduce Transaction extension traits
WARNING: This is not like all the other extension traits.

Because of the use of generics on various `Transaction` methods it is
not easily possible to use the `define_extension_trait` macro.

Manually create the extension traits (public and private) for the
`Transaction` type. This is quite ugly but c'est la vie

(Includes two in the `transaction` module and one in the
`consensus_validation` module.)
2024-10-30 12:28:52 +11:00
..
deser_net_msg.rs
deserialize_address.rs Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00
deserialize_block.rs
deserialize_prefilled_transaction.rs
deserialize_psbt.rs
deserialize_script.rs fix: check overflow for push_int with push_int_unchecked 2024-09-25 03:15:03 +00:00
deserialize_transaction.rs Introduce Transaction extension traits 2024-10-30 12:28:52 +11:00
deserialize_witness.rs
outpoint_string.rs Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00
script_bytes_to_asm_fmt.rs