aboutsummaryrefslogtreecommitdiff
path: root/src/blockfilter.h
AgeCommit message (Expand)Author
2020-01-03cli: 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