rust-bitcoin-unsafe-fast/bitcoin/src
merge-script 326a6dce55
Merge rust-bitcoin/rust-bitcoin#2895: Re-export UnprefixedHexError in the bitcoin crate root
10440b36a2 api: Run just check-api (Shing Him Ng)
452a7cc091 Re-export public functions, enums, and structs from units::parse in the bitcoin crate root (Shing Him Ng)

Pull request description:

  Re-export UnprefixedHexError in the bitcoin crate root

  Fixes #2874

ACKs for top commit:
  tcharding:
    ACK 10440b36a2

Tree-SHA512: 78a0676aa6d6fe63d810eeeebd3bf053d679d966d0aebf752760bfb440b2d4e831b0ff6b54b0306b390126b3f96a70c0846b4a1ec20aca96994d4a7b75e438e3
2024-06-27 20:00:10 +00:00
..
address Remove unnecessary braces 2024-06-26 14:33:06 +01:00
blockdata Merge rust-bitcoin/rust-bitcoin#2915: Clean up manifests 2024-06-27 14:30:18 +00:00
consensus hashes: split Hash trait into two 2024-06-24 13:28:54 +00:00
crypto hashes: stop exposing engine/from_engine and general hashing methods in hash_newtype 2024-06-24 13:58:05 +00:00
merkle_tree hashes: drop the `all_zeros` method on arbitrary hashes 2024-06-22 15:09:28 +00:00
p2p hashes: drop the `all_zeros` method on arbitrary hashes 2024-06-22 15:09:28 +00:00
psbt Merge rust-bitcoin/rust-bitcoin#2921: Make 'use core::fmt' calls consistent 2024-06-27 15:40:06 +00:00
taproot Remove InvalidInternalKey variant from TaprootBuilderError 2024-06-20 13:03:59 +10:00
bip32.rs bitcoin: remove all use of engine/from_engine on opaque hash types 2024-06-24 13:57:03 +00:00
bip152.rs bitcoin: remove all direct use of hashing/engines in unit tests 2024-06-24 13:58:03 +00:00
bip158.rs Merge rust-bitcoin/rust-bitcoin#2921: Make 'use core::fmt' calls consistent 2024-06-27 15:40:06 +00:00
hash_types.rs bitcoin: remove all direct use of hashing/engines in unit tests 2024-06-24 13:58:03 +00:00
internal_macros.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
lib.rs Re-export public functions, enums, and structs from units::parse in the bitcoin crate root 2024-06-26 12:46:31 -05:00
network.rs Make 'use core::fmt' calls consistent 2024-06-26 09:41:06 -05:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs Merge rust-bitcoin/rust-bitcoin#2921: Make 'use core::fmt' calls consistent 2024-06-27 15:40:06 +00:00
serde_utils.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00
sign_message.rs Merge rust-bitcoin/rust-bitcoin#2868: Pass keys by value 2024-06-14 23:56:46 +00:00
test_macros.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00