rust-bitcoin-unsafe-fast/bitcoin/src/blockdata/script
Tobin C. Harding f9eb307953
Remove panic in dust value functions
Calculating the minimum non-dust fee currently panics if either the
script is really big or the dust fee rate is really big.

Harden the API by returning an `Option` instead of panicing.
2025-03-11 05:37:40 +11:00
..
borrowed.rs Remove panic in dust value functions 2025-03-11 05:37:40 +11:00
builder.rs 2025-01-05 automated rustfmt nightly 2025-01-05 01:22:00 +00:00
instruction.rs Replace underflow with overflow in doc comments 2025-03-08 10:41:20 -06:00
mod.rs Move opcodes back to bitcoin 2025-03-03 11:51:28 +11:00
owned.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
push_bytes.rs Remove Copy from PushBytesError 2025-01-08 10:32:51 +11:00
tests.rs Remove panic in dust value functions 2025-03-11 05:37:40 +11:00
witness_program.rs 2025-03-02 automated rustfmt nightly 2025-03-02 01:22:29 +00:00
witness_version.rs units: Remove InputString from the public API 2025-01-15 08:09:38 +11:00