aboutsummaryrefslogtreecommitdiff
path: root/src/index/blockfilterindex.cpp
AgeCommit message (Expand)Author
2024-03-12index: cache last block filter headerfurszy
2024-03-12index: blockfilter, decouple header lookup into its own functionfurszy
2024-03-12index: blockfilter, decouple Write into its own functionfurszy
2024-03-11scripted-diff: Replace error() with LogError()MarcoFalke
2024-03-11scripted-diff: return error(...); ==> error(...); return false;MarcoFalke
2024-03-11refactor: Add missing {} around error() callsMarcoFalke
2023-11-16serialize: Drop useless version param from GetSerializeSize()Anthony Towns
2023-09-12Merge bitcoin/bitcoin#28427: index: coinstats reorg, fail when block cannot b...fanquake
2023-09-08refactor: remove clientversion include from dbwrapper.hCory Fields
2023-09-08index: add [nodiscard] attribute to functions writing to the dbfurszy
2023-08-17Remove unused includes from blockfilter.hMarcoFalke
2023-08-05refactor: Fix logging.h includesTheCharlatan
2023-05-10refactor: Move functions to BlockManager methodsTheCharlatan
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-03-23refactor: Extract util/fs_helpers from util/systemBen Woosley
2023-01-31refactor: use `Hash` helper for double-SHA256 calculationsSebastian Falbesoner
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
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