rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 2d8c613340
Move the block hash types to primitives
Move the `BlockHash` and `WitnessCommitment` hash types over to
`primitives`.
2024-09-25 06:58:55 +10:00
..
address Remove unused variables and methods from docs 2024-09-18 16:36:52 +01:00
blockdata Move the block hash types to primitives 2024-09-25 06:58:55 +10:00
consensus Allow unused variables in release mode 2024-09-05 12:46:13 +10:00
crypto Merge rust-bitcoin/rust-bitcoin#3389: Ignore doc example that has a compile error 2024-09-20 14:50:48 +00:00
merkle_tree Remove `unused_imports` in docs 2024-09-18 15:58:45 +01:00
network Remove unused variables and methods from docs 2024-09-18 16:36:52 +01:00
p2p Remove BlockHash::all_zeros 2024-09-25 06:58:14 +10:00
psbt Remove unused variables and methods from docs 2024-09-18 16:36:52 +01:00
taproot Implement impl_to_hex_from_lower_hex macro for types that implement fmt::LowerHex 2024-08-31 22:41:40 -05:00
bip32.rs Remove `unused_imports` in docs 2024-09-18 15:58:45 +01:00
bip152.rs Remove BlockHash::all_zeros 2024-09-25 06:58:14 +10:00
bip158.rs feat(bip158): compute canonical filter hash 2024-08-22 10:33:14 -10:00
consensus_validation.rs Generalize fn params in `define_extension_trait` 2024-08-13 13:13:10 +02:00
hash_types.rs Use TBD in deprecated attribute 2024-08-23 14:49:57 +10:00
internal_macros.rs Use UFCS in macros 2024-09-14 09:46:57 +02:00
lib.rs Remove `unused_imports` in docs 2024-09-18 15:58:45 +01:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs Remove BlockHash::all_zeros 2024-09-25 06:58:14 +10:00
serde_utils.rs bitcoin: add a couple missing prelude imports 2024-08-22 16:55:32 +00:00
sign_message.rs signed_msg_hash takes impl AsRef<[u8]> 2024-09-14 00:19:05 +02:00