aboutsummaryrefslogtreecommitdiff
path: root/src/blockfilter.h
AgeCommit message (Expand)Author
2022-08-31refactor: add LIFETIMEBOUND to blockfilter where neededstickies-v
2022-05-02Make sanity check in GCSFilter constructor optionalPatrick Strateman
2020-05-26[indexes] Fix default [de]serialization of BlockFilter.Jim Posen
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-06cli: fix Fatal LevelDB error when specifying -blockfilterindex=basic twiceHarris
2019-04-06init: Add CLI option to enable block filter index.Jim Posen
2019-04-06blockfilter: Functions to translate filter types to/from names.Jim Posen
2019-03-05Remove sharp edge (uninitialized m_filter_type) when using the compiler-gener...practicalswift
2018-11-06blockfilter: Additional constructors for BlockFilter.Jim Posen
2018-11-06blockfilter: Refactor GCS params into struct.Jim Posen
2018-11-05blockfilter: Use unordered_set instead of set in blockfilter.Jim Posen
2018-08-25blockfilter: Additional helper methods to compute hash and header.Jim Posen
2018-08-25blockfilter: Serialization methods on BlockFilter.Jim Posen
2018-08-25blockfilter: Construction of basic block filters.Jim Posen
2018-08-25blockfilter: Implement GCSFilter Match methods.Jim Posen
2018-08-25blockfilter: Implement GCSFilter constructors.Jim Posen
2018-08-25blockfilter: Declare GCSFilter class for BIP 158 impl.Jim Posen