rust-bitcoin-unsafe-fast/units/src
merge-script a1be2fdf73
Merge rust-bitcoin/rust-bitcoin#4593: units: Add `is_satisfied_by` locktime tests
2fa5c062d5 Add is_satisfied_by locktime tests (Jamil Lambert, PhD)

Pull request description:

  Weekly mutation testing found new mutants in both `Height::is_satisfied_by` and `MedianTimePast::is_satisfied_by` functions.

  Test these two functions and kill the mutants.

  Closes #4587

ACKs for top commit:
  tcharding:
    ACK 2fa5c062d5
  apoelstra:
    ACK 2fa5c062d5e07580bdb7ea5e4c58e4607c716ecc; successfully ran local tests

Tree-SHA512: 28d69cdf575bb17eff6d685b1fee05e3f9a821c8796c82655b2d2eda6ee1d9dc79043853fbe0475f6bdb548cef52ac710b3c632f7784788035392e29e70ce48e
2025-06-06 18:25:58 +00:00
..
amount Change the internal representation of FeeRate 2025-05-31 07:52:31 +01:00
fee_rate Improve rustdocs on FeeRate 2025-05-31 07:52:34 +01:00
locktime Merge rust-bitcoin/rust-bitcoin#4593: units: Add `is_satisfied_by` locktime tests 2025-06-06 18:25:58 +00:00
block.rs Merge rust-bitcoin/rust-bitcoin#4468: Improve lock times - fix off-by-one bug 2025-05-31 15:48:29 +00:00
fee.rs Refactor fee functions 2025-05-31 07:52:35 +01:00
internal_macros.rs Create impl_mul_assign and impl_div_assign macros 2025-04-22 22:50:09 -05:00
lib.rs Implement CheckedSum for Weight iterator 2025-05-26 19:01:56 -05:00
parse.rs Use parameters instead of arguments in rustdocs 2025-04-22 10:43:13 +01:00
result.rs Saturate to_fee to Amount::MAX 2025-05-31 07:52:00 +01:00
time.rs units: Manually implement serde traits 2025-05-14 14:31:39 +10:00
weight.rs Implement CheckedSum for Weight iterator 2025-05-26 19:01:56 -05:00