rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 24e944ed82
Introduce taproot hash type extension traits
Introduce three extension traits for the taproot hash types. All logic
for the hash types is now within the extension traits.
2024-10-22 13:50:44 +11:00
..
address Seal extension traits 2024-10-21 14:51:23 +11:00
blockdata Introduce taproot hash type extension traits 2024-10-22 13:50:44 +11:00
consensus Remove `allow_unused` flag in serde 2024-10-15 14:40:54 +01:00
crypto Introduce taproot hash type extension traits 2024-10-22 13:50:44 +11:00
merkle_tree Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00
network Unify deprecated note field format 2024-10-15 15:16:01 +01:00
p2p Unify deprecated note field format 2024-10-15 15:16:01 +01:00
psbt 2024-10-20 automated rustfmt nightly 2024-10-20 01:21:52 +00:00
taproot Introduce taproot hash type extension traits 2024-10-22 13:50:44 +11:00
bip32.rs Unify deprecated note field format 2024-10-15 15:16:01 +01:00
bip152.rs Merge rust-bitcoin/rust-bitcoin#3432: fmt: Use style_edition = 2021 2024-10-11 12:48:50 +00:00
bip158.rs Replace VarInt type with ReadExt and WriteExt functions 2024-09-25 06:56:09 +10:00
consensus_validation.rs Seal extension traits 2024-10-21 14:51:23 +11:00
hash_types.rs Unify deprecated note field format 2024-10-15 15:16:01 +01:00
internal_macros.rs Seal extension traits 2024-10-21 14:51:23 +11:00
lib.rs Expose units::amount::ParseError 2024-10-20 11:25:46 -07:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs Seal extension traits 2024-10-21 14:51:23 +11:00
serde_utils.rs clippy: remove some newly-detected unnecessary returns 2024-09-30 12:31:17 +00:00
sign_message.rs refactor: compute recid in a single line 2024-10-18 16:39:50 +09:00