bitcoin-php icon indicating copy to clipboard operation
bitcoin-php copied to clipboard

BC break: remove BloomFilter related classes to separate package

Open afk11 opened this issue 3 years ago • 0 comments

bitwasp/bitcoin-bloom-filter https://github.com/Bit-Wasp/bitcoin-php-bloom-filter

A dependency required for this doesn't support PHP8 yet, so I'd rather move it out of the core library. I've never heard of anyone actually using this.

BC break due to removal of BloomFilter, PartialMerkleTree, FilteredBlock, related serializers, but also removal of BlockInterface::filter

afk11 avatar Jan 22 '21 01:01 afk11