rust-bitcoin-unsafe-fast/bitcoin/tests
Tobin C. Harding be05f9d852
Rename xpub and xpriv types
The BIP-32 extended public key and extended private key exist in the
Bitcoin vernacular as xpub and xpriv. We can use these terms with no
loss of clarity.

Rename our current BIP-32 types

- `ExtendedPubKey` to `Xpub`
- `ExtendedPrivKey` to `Xpriv`

This patch is a mechanical search-and-replace, followed by running the
formatter, no other manual changes.
2023-08-22 13:47:35 +10:00
..
data Remove serde for taprootspendinfo 2023-03-01 16:58:24 -08:00
psbt.rs Rename xpub and xpriv types 2023-08-22 13:47:35 +10:00
serde.rs Rename xpub and xpriv types 2023-08-22 13:47:35 +10:00
serde_opcodes.rs Add serde regression tests 2022-10-29 10:47:16 +11:00