rust-bitcoin-unsafe-fast/bitcoin/tests
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
..
data chore: format and standardize all markdowns files 2024-04-27 06:29:23 -03:00
bip_174.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
psbt-sign-taproot.rs 2024-04-21 automated rustfmt nightly 2024-04-21 01:03:30 +00:00
serde.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
serde_opcodes.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00