Jim Posen
e535670726
[indexes] Fix default [de]serialization of BlockFilter.
...
This only changes network serialization. Disk serialization does not
include the filter_type and is defined in
ReadFilterFromDisk()/WriteFilterToDisk().
5 years ago
MarcoFalke
aaaaad6ac9
scripted-diff: Bump copyright of files changed in 2019
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
5 years ago
Harris
034561f9cd
cli: fix Fatal LevelDB error when specifying -blockfilterindex=basic twice
5 years ago
Jim Posen
ff35105096
init: Add CLI option to enable block filter index.
6 years ago
Jim Posen
ba6ff9a6f7
blockfilter: Functions to translate filter types to/from names.
6 years ago
practicalswift
82c3b3f8e0
Remove sharp edge (uninitialized m_filter_type) when using the compiler-generated constructor for BlockFilter
6 years ago
Jim Posen
c30620983d
blockfilter: Additional constructors for BlockFilter.
6 years ago
Jim Posen
20b812993a
blockfilter: Refactor GCS params into struct.
6 years ago
Jim Posen
fef5adcc33
blockfilter: Use unordered_set instead of set in blockfilter.
6 years ago
Jim Posen
a4afb9cadb
blockfilter: Additional helper methods to compute hash and header.
6 years ago
Jim Posen
cd09c7925b
blockfilter: Serialization methods on BlockFilter.
6 years ago
Jim Posen
c1855f6052
blockfilter: Construction of basic block filters.
6 years ago
Jim Posen
558c536e35
blockfilter: Implement GCSFilter Match methods.
6 years ago
Jim Posen
cf70b55005
blockfilter: Implement GCSFilter constructors.
6 years ago
Jim Posen
c454f0ac63
blockfilter: Declare GCSFilter class for BIP 158 impl.
6 years ago