rust-bitcoin-unsafe-fast/fuzz/fuzz_targets
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
..
bitcoin Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
hashes Add inherent functions to hashes 2024-06-14 10:17:00 +10:00
units Add bitcoin-units crate 2023-12-11 08:52:31 +11:00