aboutsummaryrefslogtreecommitdiff
path: root/src/test/blockfilter_tests.cpp
AgeCommit message (Expand)Author
2023-08-17Remove unused includes from blockfilter.hMarcoFalke
2023-07-27Remove unused raw-pointer read helper from univalueMarcoFalke
2023-01-26Use DataStream where possibleMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-07-27refactor: Make const refs vars where applicableAurèle Oulès
2022-05-18scripted-diff: Use getInt<T> over get_int/get_int64MacroFake
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-05-08test: Fix outstanding -Wsign-compare errorsBen Woosley
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-04-18Merge #14121: Index for BIP 157 block filtersMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-04-06blockfilter: Update BIP 158 test vectors.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-04scripted-diff: Move util files to separate directory.Jim Posen
2018-09-25Consolidate redundant implementations of ParseHashStrBen Woosley
2018-08-28blockfilter: Omit empty scripts from filter contents.Jim Posen
2018-08-25blockfilter: Unit test against BIP 158 test vectors.Jim Posen
2018-08-25blockfilter: Construction of basic block filters.Jim Posen
2018-08-25blockfilter: Simple test for GCSFilter construction and Match.Jim Posen