rust-bitcoin-unsafe-fast/bitcoin/src
Andrew Poelstra f71948a778
Merge rust-bitcoin/rust-bitcoin#2021: Move and rename `XpubIdentifier`
b2a7d7023c Rename XpubIdentifier to XKeyIdentifier (Tobin C. Harding)
ffd2466ad1 Move XpubIdentifier to the bip32 module (Tobin C. Harding)

Pull request description:

  - Patch 1: Move the hash to the `bip32` module where it is used, as we have done with other hashes recently (and re-export it at crate root).
  - Patch 2: Rename the hash to `XKeyIdentifier` as discussed in #2014

  Fix: #2014

ACKs for top commit:
  apoelstra:
    ACK b2a7d7023c

Tree-SHA512: 5efa9fc857c71e506263bf6adee3b4294f22838d5b119177c9108c69191d545338c11a4796bc95e956a67f3418010725f3d12c06d2c4c3bb5cf038d59976ae0f
2023-09-21 17:55:31 +00:00
..
address Remove bip 173/350 test vectors 2023-09-20 13:13:56 +10:00
blockdata Merge rust-bitcoin/rust-bitcoin#2068: Fixes #2011: Customize Debug implementation of `absolute::LockTime` 2023-09-21 17:03:59 +00:00
consensus Make Encodable/Decodable usage uniform 2023-08-31 13:14:02 +10:00
crypto Fix deprecation notice 2023-08-31 13:06:03 +10:00
merkle_tree Remove useless usage of vec! macro 2023-08-25 12:30:04 +10:00
p2p Make Encodable/Decodable usage uniform 2023-08-31 13:14:02 +10:00
psbt Merge rust-bitcoin/rust-bitcoin#1994: Remove redundant segwit version from function names 2023-09-21 16:10:50 +00:00
amount.rs Remove useless usage of vec! macro 2023-08-25 12:30:04 +10:00
base58.rs Merge rust-bitcoin/rust-bitcoin#1957: Remove deprecated code 2023-08-02 13:40:50 +00:00
bip32.rs Rename XpubIdentifier to XKeyIdentifier 2023-09-04 02:15:21 +10:00
bip152.rs Make Encodable/Decodable usage uniform 2023-08-31 13:14:02 +10:00
bip158.rs Remove useless usage of vec! macro 2023-08-25 12:30:04 +10:00
error.rs Move `impl_std_error` to `bitcoin-internals` 2023-05-30 18:04:54 +02:00
hash_types.rs Move XpubIdentifier to the bip32 module 2023-09-04 02:13:55 +10:00
internal_macros.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
lib.rs Merge rust-bitcoin/rust-bitcoin#2021: Move and rename `XpubIdentifier` 2023-09-21 17:55:31 +00:00
network.rs Move p2p::constants::Network to crate root 2023-08-01 16:46:59 +10:00
parse.rs Use standard set of derives on all error types 2023-07-28 06:15:49 +10:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Use standard set of derives on all error types 2023-07-28 06:15:49 +10:00
serde_utils.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
sign_message.rs Update base64 usage to 0.21.3 2023-08-30 22:47:56 -07:00
string.rs Use standard set of derives on all error types 2023-07-28 06:15:49 +10:00
taproot.rs Merge rust-bitcoin/rust-bitcoin#1957: Remove deprecated code 2023-08-02 13:40:50 +00:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00