rust-bitcoin-unsafe-fast/fuzz/fuzz_targets/bitcoin
Tobin C. Harding a42bcdc22e
Remove usage of blockdata from paths
the `blockdata` directory is code organisation thing, all the
types/modules are re-exported from other places. In preparation for, and
to make easier, the `primitives` crate smashing work - remove all
explicit usage of `blockdata`.

Note that the few instances remain as they seem required e.g.,

  `pub(in crate::blockdata::script)`

Refactor only, no logic changes.
2024-06-20 12:00:22 +10:00
..
deser_net_msg.rs Rename the network module to p2p 2023-08-01 16:36:12 +10:00
deserialize_address.rs fuzz: disable tests unless 'cfg(fuzzing)' is passed; update README for reproducing failures 2023-04-27 00:24:53 +00:00
deserialize_block.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
deserialize_prefilled_transaction.rs fuzz: disable tests unless 'cfg(fuzzing)' is passed; update README for reproducing failures 2023-04-27 00:24:53 +00:00
deserialize_psbt.rs 2024-06-09 automated rustfmt nightly 2024-06-09 01:09:23 +00:00
deserialize_script.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
deserialize_transaction.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
deserialize_witness.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
outpoint_string.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
script_bytes_to_asm_fmt.rs fuzz: disable tests unless 'cfg(fuzzing)' is passed; update README for reproducing failures 2023-04-27 00:24:53 +00:00