aboutsummaryrefslogtreecommitdiff
path: root/src/index/blockfilterindex.cpp
AgeCommit message (Expand)Author
2022-09-13refactor: use std::string for index namesstickies-v
2022-07-20Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...fanquake
2022-07-18indexes, refactor: Remove CChainState use in index CommitInternal methodRyan Ofsky
2022-07-18indexes, refactor: Remove CBlockIndex* uses in index Rewind methodsRyan Ofsky
2022-07-18indexes, refactor: Remove CBlockIndex* uses in index WriteBlock methodsRyan Ofsky
2022-07-18indexes, refactor: Remove CBlockIndex* uses in index Init methodsRyan Ofsky
2022-07-18indexes, refactor: Pass Chain interface instead of CChainState class to indexesRyan Ofsky
2022-07-07Merge bitcoin/bitcoin#24832: index: Verify the block filter hash when reading...fanquake
2022-06-29Use AutoFile where possibleMacroFake
2022-05-02Make sanity check in GCSFilter constructor optionalPatrick Strateman
2022-04-21Disallow more unsafe string->path conversions allowed by path append operatorsRyan Ofsky
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-05-24scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` callsKiminuo
2021-05-01refactor: [index] Replace deprecated char with uint8_t in serializationMarcoFalke
2021-04-05move-only: Move *Disk functions to blockstorageMarcoFalke
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-01-05Merge #19846: build: enable unused member function diagnosticMarcoFalke
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-09-22refactor: took out unused member functionsZero
2020-05-21Merge #18960: indexes: Add compact block filter headers cacheWladimir J. van der Laan
2020-05-18[indexes] Add compact block filter headers cacheJohn Newbery
2020-03-30Convert everything except wallet/qt to new serializationPieter Wuille
2019-06-26Add Travis check for single parameter constructors not marked "explicit"practicalswift
2019-04-06index: Access functions for global block filter indexes.Jim Posen
2019-04-06index: Implement lookup methods on block filter index.Jim Posen
2019-04-06index: Implement block filter index with write operations.Jim Posen