rust-bitcoin-unsafe-fast/units/src
merge-script 884dc5e103
Merge rust-bitcoin/rust-bitcoin#4428: Use NumOpResult instead of Option
13cbead947 Use NumOpResult instead of Option (yancy)
002a0382aa Mark function constant (yancy)

Pull request description:

  Prefer the more descriptive NumOpResult return type over Option where return types are fallible.

  Closes https://github.com/rust-bitcoin/rust-bitcoin/issues/4419

ACKs for top commit:
  apoelstra:
    ACK 13cbead94766987f59482b1fbc1d0ebd0799737c; successfully ran local tests
  tcharding:
    ACK 13cbead947
  Kixunil:
    ACK 13cbead947

Tree-SHA512: 1a870962dcafe901a07abd93bd8075e41696341c1a4b3efef615493c73d5e5728bbc2326f8c2c95b9034ab001d0b3c668c9d64793ab03486d3a19f31df907c96
2025-05-07 20:04:16 +00:00
..
amount 2025-05-04 automated rustfmt nightly 2025-05-04 01:41:13 +00:00
fee_rate Run the formatter 2025-04-17 11:43:05 +10:00
locktime units: rename relative::HeightInterval constructors 2025-05-03 03:12:08 +00:00
block.rs units: rename relative::HeightInterval constructors 2025-05-03 03:12:08 +00:00
fee.rs Use NumOpResult instead of Option 2025-05-05 07:18:15 -05:00
internal_macros.rs Create impl_mul_assign and impl_div_assign macros 2025-04-22 22:50:09 -05:00
lib.rs Merge rust-bitcoin/rust-bitcoin#4457: rustdoc: Fix unused lint warnings 2025-05-07 18:56:53 +00:00
mtp_height.rs feat(locktime): implement MtpAndHeight structure and validation logic 2025-04-25 12:24:23 +01:00
parse.rs Use parameters instead of arguments in rustdocs 2025-04-22 10:43:13 +01:00
result.rs Merge rust-bitcoin/rust-bitcoin#4428: Use NumOpResult instead of Option 2025-05-07 20:04:16 +00:00
time.rs Add privacy boundary to BlockTime 2025-04-17 11:43:05 +10:00
weight.rs Run the formatter 2025-04-17 11:43:05 +10:00