rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 61c02ff202
Move block hash types
We would like all the various hash types to be defined where they
rightly live instead of in the `hash_types` module.

Move the block hash types to the `block` module. While moving, add full
stops to the rustdoc of each hash.

Re-export _all four_ types from lib.rs (previously `WitnessMerkleNode`
was not re-exported).
2023-12-05 14:57:28 +11:00
..
address Merge rust-bitcoin/rust-bitcoin#2120: Improve public re-exports 2023-11-15 13:51:51 +00:00
blockdata Move block hash types 2023-12-05 14:57:28 +11:00
consensus Move block hash types 2023-12-05 14:57:28 +11:00
crypto Merge rust-bitcoin/rust-bitcoin#2066: Add a `bitcoin-io` crate 2023-11-19 14:26:19 +00:00
merkle_tree Move block hash types 2023-12-05 14:57:28 +11:00
p2p Move block hash types 2023-12-05 14:57:28 +11:00
psbt Use conventional import path for io crate 2023-11-29 08:48:03 +11:00
amount.rs Use conventional import path for io crate 2023-11-29 08:48:03 +11:00
base58.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
bip32.rs Use conventional import path for io crate 2023-11-29 08:48:03 +11:00
bip152.rs Move block hash types 2023-12-05 14:57:28 +11:00
bip158.rs Move block hash types 2023-12-05 14:57:28 +11:00
error.rs Improve public re-exports 2023-10-31 15:16:47 +11:00
hash_types.rs Move block hash types 2023-12-05 14:57:28 +11:00
internal_macros.rs [IO] Move to custom `Read` trait mirroring `std::io::Read` 2023-11-07 05:51:39 +00:00
lib.rs Move block hash types 2023-12-05 14:57:28 +11:00
network.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
parse.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Move block hash types 2023-12-05 14:57:28 +11:00
serde_utils.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
sign_message.rs Improve public re-exports 2023-10-31 15:16:47 +11:00
string.rs Make error types uniform 2023-10-04 15:15:52 +11:00
taproot.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00