aboutsummaryrefslogtreecommitdiff
path: root/src/blockfilter.cpp
AgeCommit message (Expand)Author
2022-08-24Use new Join() helper for ListBlockFilterTypes()MacroFake
2022-07-27refactor: Make const refs vars where applicableAurèle Oulès
2022-07-26refactor: remove unnecessary string initializationsfanquake
2022-05-02Make sanity check in GCSFilter constructor optionalPatrick Strateman
2022-01-06scripted-diff: rename MapIntoRange to FastRange64Pieter Wuille
2022-01-06Merge bitcoin/bitcoin#23760: util: move MapIntoRange() for reuse in fuzz testsMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-23util: move MapIntoRange() for reuse in fuzz testsfanquake
2021-12-06Remove unused (and broken) functionality in SpanReaderPieter Wuille
2021-12-02Generalize/simplify VectorReader into SpanReaderPieter Wuille
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-07-30Make CHash256/CHash160 output to SpanPieter Wuille
2020-07-30Make CHash256 and CHash160 consume SpansPieter Wuille
2020-04-20tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...practicalswift
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-12-21blockfilter: Remove default clause in switch statement.Jim Posen
2018-11-06blockfilter: Additional constructors for BlockFilter.Jim Posen
2018-11-06blockfilter: Refactor GCS params into struct.Jim Posen
2018-11-05Extract CSipHasher to it's own file in crypto/ directory.Jim Posen
2018-08-28blockfilter: Omit empty scripts from filter contents.Jim Posen
2018-08-25blockfilter: Optimization on compilers with int128 support.Jim Posen
2018-08-25blockfilter: Additional helper methods to compute hash and header.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