rust-bitcoin-unsafe-fast/bitcoin/tests
Erick Cestari c11772a768
Accept flexible input types for Taproot-related functions
Refactor Taproot functions to accept any type implementing `Into<XOnlyPublicKey>`,
instead of requiring `XOnlyPublicKey` directly. This improves ergonomics when working
with compatible types, avoiding unnecessary `.into()` conversions at call sites.
2025-05-06 09:01:27 -03:00
..
data Use MAX_MONEY in serde regression test 2025-01-24 12:15:13 +11:00
bip_174.rs Update bip_174.rs 2025-04-05 20:34:17 +02:00
psbt-sign-taproot.rs Accept flexible input types for Taproot-related functions 2025-05-06 09:01:27 -03:00
serde.rs tests: replace Amount::from_sat_unchecked with from_sat.unwrap 2025-03-18 19:27:53 +00:00
serde_opcodes.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00