rust-bitcoin-unsafe-fast/bitcoin/tests
Tobin C. Harding a7c44cebf9
Use _unchecked to construct amounts
We have a `_unchecked` constructor now for both `Amount` and
`SignedAmount`. In preparation for enforcing the `MAX_MONEY` invariant
use the `_unchecked` constructor throughout the codebase to construct
amounts from hard coded integer values.
2025-01-06 13:14:21 +11:00
..
data Fix psbt fuzz crash 2024-11-26 21:35:14 -08:00
bip_174.rs
psbt-sign-taproot.rs script: deprecate to_bytes 2024-11-01 07:09:53 +11:00
serde.rs Use _unchecked to construct amounts 2025-01-06 13:14:21 +11:00
serde_opcodes.rs