rust-bitcoin-unsafe-fast/bitcoin/src/blockdata
merge-script 1fee075502
Merge rust-bitcoin/rust-bitcoin#4616: units: Improve the fee calculation functions
0ff8d82193 Make FeeRate from sat constructors infallible (Tobin C. Harding)
3b0286bd56 Return NumOpResult for FeeRate and Weight (Tobin C. Harding)
15065b78c7 Return NumOpResult when calculating fee on Amount (Tobin C. Harding)
75106e6d82 Remove checked_ prefix from fee functions (Tobin C. Harding)

Pull request description:

  This was 14dc950b54 from #4610.

  Remove the `checked_` prefix from `fee` functions then make them all return `NumOpResult`.

ACKs for top commit:
  apoelstra:
    ACK 0ff8d82193ef562c1aedabe98a6283d09f803c0c; successfully ran local tests; nice!

Tree-SHA512: 62f2af6701f2a0e17b9f0a0ee132ca4a9289fe00e22c94f746602ed3c1f3758bb22323b224362cb659432ff5297391f3106ee460e9a8f65a39f904d72bc98aeb
2025-06-16 19:47:31 +00:00
..
script Make FeeRate from sat constructors infallible 2025-06-16 09:56:42 +10:00
block.rs Run the formatter 2025-05-08 10:16:56 +10:00
constants.rs Remove usage of hex::test_hex_unwrap 2025-04-11 06:49:06 +10:00
mod.rs Shorten locktime type term 2025-05-12 12:30:53 +10:00
opcodes.rs Add backticks around OPCodes 2025-06-07 12:10:24 -05:00
transaction.rs Merge rust-bitcoin/rust-bitcoin#4616: units: Improve the fee calculation functions 2025-06-16 19:47:31 +00:00
witness.rs 2025-04-27 automated rustfmt nightly 2025-04-27 01:36:56 +00:00