aboutsummaryrefslogtreecommitdiff
path: root/src/index/base.h
AgeCommit message (Expand)Author
2022-09-13refactor: use std::string for index namesstickies-v
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-07-21Merge bitcoin/bitcoin#22485: doc: BaseIndex sync behavior with empty datadirMacroFake
2022-07-21doc: BaseIndex sync behavior with empty datadirJames O'Beirne
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-04-25Index: Use prune locks for blockfilterindexFabian Jahr
2022-02-17index: remove txindex references from base indexFabian Jahr
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-08-20Add missing includes and forward declarations, remove unused onesMarcoFalke
2021-05-27index: Add chainstate member to BaseIndexCarl Dong
2021-05-12index: Avoid async shutdown on init errorMarcoFalke
2021-04-19index: Add Coinstats indexFabian Jahr
2021-04-05refactor: Remove negative lock annotations from globalsMarcoFalke
2020-08-21Merge #19733: Move comment about BaseIndex::DB from TxIndex::DBfanquake
2020-08-18Move comment about BaseIndex::DB from TxIndex::DBMarcin Jachymiak
2020-08-16rpc: Add getindexinfo RPCFabian Jahr
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-19Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan
2020-03-11[validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery
2020-03-02make BlockUntilSyncedToCurrentChain() constKarl-Johan Alm
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-15Remove unused includespracticalswift
2019-04-06index: Ensure block locator is not stale after chain reorg.Jim Posen
2019-04-06index: Allow atomic commits of index state to be extended.Jim Posen
2018-06-04index: Move index DBs into index/ directory.Jim Posen
2018-06-04MOVEONLY: Move BaseIndex to its own file.Jim Posen