rust-bitcoin-unsafe-fast/bitcoin/tests
Jiri Jakes 5a9341bfc5
Improve naming of methods on Xpub and Xpriv
This change makes method names on Xpub and Xpriv more consistent and
easier to discover by following two patterns:

  - if the method deals with extended key, it contains 'xpub' or
    'xpriv' in its name
  - if the method deals with non-extended key, it contains
    'public_key' or 'private_key'

One exception is 'ckd_*' methods, which are lower-level and their names
come from BIP32; these keep using 'priv' and 'pub'.
2024-09-29 11:07:32 +08:00
..
data chore: format and standardize all markdowns files 2024-04-27 06:29:23 -03:00
bip_174.rs Improve naming of methods on Xpub and Xpriv 2024-09-29 11:07:32 +08:00
psbt-sign-taproot.rs Refactor GetKey to take the KeyRequest by reference 2024-09-13 14:49:54 +03:00
serde.rs Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00
serde_opcodes.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00