rust-bitcoin-unsafe-fast/bitcoin/src
merge-script e77d6b3360
Merge rust-bitcoin/rust-bitcoin#4166: Remove bip158 types from crate root
fb29aadc47 Remove bip158 types from crate root (Tobin C. Harding)

Pull request description:

  BIP-158 (Compact Block Filters for Light Clients) is not so common as to require re-exorting its types at the crate root - remove them.

ACKs for top commit:
  apoelstra:
    ACK fb29aadc47367ba8579f0004e97cd1fd7fd8236f; successfully ran local tests
  Kixunil:
    ACK fb29aadc47

Tree-SHA512: 8a2edaad858b18feded8cc9e1d15f03a76980bd41524fa34b91b4055b236788c6d828940c6293e086a8c8e33baadc5765a1a60920513fdff2de22e9d94c0e541
2025-03-26 15:06:55 +00:00
..
address Remove a bunch of `try_into().expect()` 2025-03-20 20:19:50 +01:00
blockdata Merge rust-bitcoin/rust-bitcoin#4279: `Witness` api improvements and test cleanups 2025-03-26 03:38:39 +00:00
consensus fix typos 2025-03-10 09:04:59 +08:00
crypto Add XOnlyPublicKey support for PSBT key retrieval and improve Taproot signing 2025-03-21 11:28:54 -03:00
merkle_tree 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
network Update CompactTarget::from_next_work_required to take timespan as i64 2024-11-27 11:27:22 -06:00
p2p Remove From<hash> for not-general-hash types 2025-03-21 09:12:25 +11:00
psbt Add XOnlyPublicKey support for PSBT key retrieval and improve Taproot signing 2025-03-21 11:28:54 -03:00
taproot Rename impl_try_from_array to impl_from_array 2025-03-21 14:26:31 -03:00
bip32.rs Add official BIP32 test vectors for invalid keys 2025-03-20 20:19:51 +01:00
bip152.rs Remove a bunch of `try_into().expect()` 2025-03-20 20:19:50 +01:00
bip158.rs Remove a bunch of `try_into().expect()` 2025-03-20 20:19:50 +01:00
consensus_validation.rs Stop using FQP on Amount type 2025-01-24 08:54:24 +11:00
hash_types.rs Merge rust-bitcoin/rust-bitcoin#4166: Remove bip158 types from crate root 2025-03-26 15:06:55 +00:00
internal_macros.rs Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
lib.rs Merge rust-bitcoin/rust-bitcoin#4166: Remove bip158 types from crate root 2025-03-26 15:06:55 +00:00
policy.rs Policy: Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 65 2025-02-27 00:20:08 +07:00
pow.rs chore: spellchecker 2025-03-16 07:23:18 +00:00
serde_utils.rs Elide more lifetimes 2024-10-28 15:22:13 +11:00
sign_message.rs update secp256k1 to 0.30.0 2025-03-02 23:31:48 +08:00