rust-bitcoin-unsafe-fast/bitcoin/examples
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
..
bip32.rs Improve naming of methods on Xpub and Xpriv 2024-09-29 11:07:32 +08:00
ecdsa-psbt-simple.rs Improve naming of methods on Xpub and Xpriv 2024-09-29 11:07:32 +08:00
ecdsa-psbt.rs Improve naming of methods on Xpub and Xpriv 2024-09-29 11:07:32 +08:00
handshake.rs Use lower case error messages 2024-07-15 09:25:08 +01:00
sighash.rs Replace impl blocks with extension traits 2024-08-13 13:14:00 +02:00
sign-tx-segwit-v0.rs Stop using all_zeros 2024-09-11 10:39:49 +10:00
sign-tx-taproot.rs Stop using all_zeros 2024-09-11 10:39:49 +10:00
taproot-psbt-simple.rs Improve naming of methods on Xpub and Xpriv 2024-09-29 11:07:32 +08:00
taproot-psbt.rs Improve naming of methods on Xpub and Xpriv 2024-09-29 11:07:32 +08:00