rust-bitcoin-unsafe-fast/primitives/src
Tobin C. Harding 3855d3cc83
Move script hashes to primitives
Woops, this should have been done before v0.101.0 was released.

Move the `ScriptHash` and `WScriptHash` types to `primitives`.

Requires moving constants and error types as well. We re-export the
errors because they are in the `mod.rs` file so they should appear in
both `primitives::script::FooError` and `bitcoin::script::FooError`.
2024-12-12 15:14:00 +11:00
..
locktime Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
script Move script hashes to primitives 2024-12-12 15:14:00 +11:00
block.rs primitives: Add must_use 2024-12-10 11:02:06 +11:00
lib.rs Merge rust-bitcoin/rust-bitcoin#3712: primitives: Add `must_use` 2024-12-11 12:55:48 +00:00
merkle_tree.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
opcodes.rs primitives: Add must_use 2024-12-10 11:02:06 +11:00
pow.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
sequence.rs Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
taproot.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
transaction.rs units: Remove serde from amounts 2024-11-28 12:55:43 +11:00
witness.rs primitives: Add must_use 2024-12-10 11:02:06 +11:00