rust-bitcoin-unsafe-fast/fuzz/fuzz_targets
Tobin C. Harding b27d8e5819
Change the internal representation of FeeRate
To get more precision use sats per million virtual bytes.

To make review easier keep most calls in tests using
`FeeRate::from_sats_per_kwu` and just unwrap. These can likely be
cleaned up later on if we want to.

For `serde` just change the module to `_floor` and leave it at that. The
serde stuff likely needs re-visiting before release anyways.
2025-05-31 07:52:31 +01:00
..
bitcoin Change the internal representation of FeeRate 2025-05-31 07:52:31 +01:00
hashes Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
units Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00