rust-bitcoin-unsafe-fast/primitives/src
Tobin C. Harding 6ae35be0db
primitives: Reduce alloc requirements
Recently we reduced the `alloc` requirements in `units` but we did not
propagate these changes up to `primitives`.

Remove a bunch of `alloc` feature gating from `primitives`.
2024-12-09 13:57:26 +11:00
..
locktime Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
script Replace `creates` with `constructs` 2024-11-05 12:47:28 +00:00
block.rs Merge rust-bitcoin/rust-bitcoin#3611: Hashes: Make `hex` dependency optional 2024-11-15 18:31:42 +00:00
lib.rs primitives: Reduce alloc requirements 2024-12-09 13:57:26 +11:00
merkle_tree.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
opcodes.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
pow.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
sequence.rs primitives: Reduce alloc requirements 2024-12-09 13:57:26 +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 Fix bug in witness stack getters 2024-11-13 10:55:51 +11:00