Remove bip158 types from crate root

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.
This commit is contained in:
Tobin C. Harding 2025-03-03 11:15:48 +11:00
parent 72823df014
commit fb29aadc47
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
2 changed files with 3 additions and 2 deletions

View File

@ -6,9 +6,11 @@
#[deprecated(since = "TBD", note = "use `crate::T` instead")]
pub use crate::{
BlockHash, FilterHash, FilterHeader, TxMerkleNode, Txid, WitnessCommitment, WitnessMerkleNode,
BlockHash, TxMerkleNode, Txid, WitnessCommitment, WitnessMerkleNode,
Wtxid,
};
#[deprecated(since = "TBD", note = "use `crate::T` instead")]
pub use crate::bip158::{FilterHash, FilterHeader};
#[cfg(test)]
mod tests {

View File

@ -141,7 +141,6 @@ pub use units::{
#[doc(inline)]
pub use crate::{
address::{Address, AddressType, KnownHrp},
bip158::{FilterHash, FilterHeader},
bip32::XKeyIdentifier,
crypto::ecdsa,
crypto::key::{