rust-bitcoin-unsafe-fast/primitives/src
jrakibi ab2f709181 Implement Default for Script
Add Default implementation for Script that returns an empty script.

ScriptBuf already has #[derive(Default)] in the code so it's already handled
2025-02-13 03:22:37 +05:30
..
locktime Use relative::* or absolute::* in locktime example 2025-02-06 22:28:13 +03:00
script Implement Default for Script 2025-02-13 03:22:37 +05:30
block.rs Add a test for Header size 2025-02-06 14:28:22 +00:00
lib.rs Add missing re-exports to primitives crate root 2025-02-07 08:01:46 +00: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 Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
transaction.rs primitives: store transaction::Version as u32 instead of i32 2025-02-12 09:55:33 -05:00
witness.rs Change `#[must_use]` to be the same as stdlib 2025-01-27 20:13:29 +00:00