rust-bitcoin-unsafe-fast/bitcoin/src
Andrew Poelstra ad212da930
Merge rust-bitcoin/rust-bitcoin#2693: Fix typo in deprecated type
12411fc917 Fix typo in deprecated BIP-32 type (matthiasdebernardini)

Pull request description:

  In #2258 we attempted to add back in deprecated BIP-32 types - but we spelled the identifier incorrectly. The patch was then backported to the `0.31.x` branch in December but was only just noticed now.

  Fix typo in deprecated type from `Extendend` -> `Extended`.

ACKs for top commit:
  tcharding:
    ACK 12411fc917
  storopoli:
    ACK 12411fc917
  apoelstra:
    ACK 12411fc917

Tree-SHA512: f70e8fe741740f62b29932d8ee84cbe7803cb71dfb0491d251c3a982ede07ea7a32b5ecdf569d6012ee05509e8182a439b022c606a2f01742f4908089edc85a9
2024-05-01 10:54:03 +00:00
..
address bitcoin: Stop slicing hashes 2024-04-25 12:53:58 +10:00
blockdata Improve deprecation notice 2024-04-10 11:05:05 +10:00
consensus Merge rust-bitcoin/rust-bitcoin#2699: Set release version in deprecated attribute 2024-04-23 01:45:04 +00:00
crypto bitcoin: Stop slicing hashes 2024-04-25 12:53:58 +10:00
merkle_tree 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
p2p 2024-04-07 automated rustfmt nightly 2024-04-07 01:03:23 +00:00
psbt psbt: Return the internal key for key path spend 2024-04-04 07:36:04 +11:00
taproot 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
bip32.rs Fix typo in deprecated BIP-32 type 2024-04-30 21:55:27 -05:00
bip152.rs Merge rust-bitcoin/rust-bitcoin#2667: Remove deprecated legacy numeric methods 2024-04-07 15:15:47 +00:00
bip158.rs Implement infallible for errors 2024-03-08 16:48:34 +11:00
error.rs Do infallible int from hex conversions 2024-02-27 10:40:52 +11:00
hash_types.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
internal_macros.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
lib.rs Minimize usage of Network in public API 2024-04-03 13:32:39 +11:00
network.rs Minimize usage of Network in public API 2024-04-03 13:32:39 +11:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Set release version in deprecated attribute 2024-04-19 05:33:42 +10:00
serde_utils.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
sign_message.rs Implement infallible for errors 2024-03-08 16:48:34 +11:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00