Bit-Wasp / bitcoin-php

Bitcoin implementation in PHP
The Unlicense
1.05k stars 419 forks source link

BC break: remove BloomFilter related classes to separate package #871

Open afk11 opened 3 years ago

afk11 commented 3 years ago

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