rust-bitcoin-unsafe-fast/primitives/src
Tobin C. Harding cf12ba262a
Move taproot back to bitcoin crate
I don't know what I was thinking when I move the taproot hash types to
`primitives`. As correctly pointed out by Kix we agreed to only have
blockdata in `primitives`.

Move the taproot hash types back to `bitcoin::taproot` and remove the
extension traits.
2025-02-26 15:45:49 +11:00
..
locktime Remove rust-ordered dependency 2025-02-18 13:36:07 +11:00
script Refer to `Script{Buf}` as `Self` where relevant 2025-02-20 19:30:07 +01:00
block.rs Add a test for Header size 2025-02-06 14:28:22 +00:00
lib.rs Move taproot back to bitcoin crate 2025-02-26 15:45:49 +11:00
merkle_tree.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
opcodes.rs Add test to opcodes 2025-02-06 16:30:52 +00:00
pow.rs Add tests to CompactTarget 2025-02-06 17:06:41 +00:00
sequence.rs Test sequence formatting 2025-02-07 17:50:45 +00:00
taproot.rs Move taproot back to bitcoin crate 2025-02-26 15:45:49 +11:00
transaction.rs Make transaction::Version field private 2025-02-24 06:54:21 +07:00
witness.rs Abstract out "debug-print hex fields" using WrapDebug 2025-02-20 10:56:12 -03:00