rust-bitcoin-unsafe-fast/bitcoin/src
yancy 13cbead947 Use NumOpResult instead of Option
Prefer the more descriptive NumOpResult return type over Option where
return types are fallible.

The returned type NumOpResult is already annotated as must_use per the
lint, so must_use can be removed after changing the method return types
to NumOpResult.
2025-05-05 07:18:15 -05:00
..
address chore: fix docs for `impl WitnessProgram` and P2A 2025-04-24 22:51:32 -03:00
blockdata Use NumOpResult instead of Option 2025-05-05 07:18:15 -05:00
consensus Use a consistent rustdoc heading level of H1 `#` 2025-04-22 13:06:32 +01:00
crypto Remove usage of hex::test_hex_unwrap 2025-04-11 06:49:06 +10:00
merkle_tree 2025-04-27 automated rustfmt nightly 2025-04-27 01:36:56 +00:00
network Update params.rs 2025-04-24 15:53:27 +03:00
p2p Merge rust-bitcoin/rust-bitcoin#4392: Fix minor typos and improve clarity in documentation and comments 2025-04-25 13:26:27 +00:00
psbt Merge rust-bitcoin/rust-bitcoin#4392: Fix minor typos and improve clarity in documentation and comments 2025-04-25 13:26:27 +00:00
taproot 2025-04-27 automated rustfmt nightly 2025-04-27 01:36:56 +00:00
bip32.rs Remove usage of hex::test_hex_unwrap 2025-04-11 06:49:06 +10:00
bip152.rs chore: Fix the typos in the comments and variables 2025-04-15 18:31:52 +08:00
bip158.rs Merge rust-bitcoin/rust-bitcoin#4250: Introduce and use `test_hex_unwrap` macro in `internals` 2025-04-24 17:19:37 +00:00
consensus_validation.rs Stop using FQP on Amount type 2025-01-24 08:54:24 +11:00
hash_types.rs 2025-03-30 automated rustfmt nightly 2025-03-30 01:27:51 +00:00
internal_macros.rs Update internal_macros.rs 2025-04-24 16:46:01 +03:00
lib.rs Merge rust-bitcoin/rust-bitcoin#4166: Remove bip158 types from crate root 2025-03-26 15:06:55 +00:00
policy.rs Policy: Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 65 2025-02-27 00:20:08 +07:00
pow.rs fix error pow.rs 2025-04-25 10:56:28 +02:00
serde_utils.rs Elide more lifetimes 2024-10-28 15:22:13 +11:00
sign_message.rs update secp256k1 to 0.30.0 2025-03-02 23:31:48 +08:00