rust-bitcoin-unsafe-fast/bitcoin/src/p2p
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
..
address.rs p2p: Cleanup test imports 2024-05-17 10:57:54 +10:00
message.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
message_blockdata.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
message_bloom.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00
message_compact_blocks.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00
message_filter.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
message_network.rs p2p: Cleanup test imports 2024-05-17 10:57:54 +10:00
mod.rs Merge rust-bitcoin/rust-bitcoin#2846: generate Network <-> Magic From and TryFrom with a macro 2024-06-10 13:59:52 +00:00