rust-bitcoin-unsafe-fast/bitcoin/src/psbt
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
..
map Add BIP-373 PSBT_{IN,OUT}_MUSIG2_PARTICIPANT_PUBKEYS serialization and deserialization 2025-05-25 08:28:16 -05:00
error.rs Update error.rs 2025-04-24 16:30:44 +03:00
macros.rs hashes: Add hash function to modules 2025-03-06 11:47:29 +11:00
mod.rs Change the internal representation of FeeRate 2025-05-31 07:52:31 +01:00
raw.rs BREAKING: Change Psbt serde implementations 2025-05-22 16:41:05 -05:00
serialize.rs Add BIP-373 PSBT_{IN,OUT}_MUSIG2_PARTICIPANT_PUBKEYS serialization and deserialization 2025-05-25 08:28:16 -05:00