aboutsummaryrefslogtreecommitdiff
path: root/src/txdb.cpp
AgeCommit message (Expand)Author
2023-09-05Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex checkfanquake
2023-08-27log: Print error message when coindb is in inconsistent stateFabian Jahr
2023-08-01move-only: Move CBlockTreeDB to node/blockstorageMarcoFalke
2023-08-01index: Drop legacy -txindex checkMarcoFalke
2023-06-28kernel: Pass interrupt reference to chainmanTheCharlatan
2023-05-24refactor: Replace std::optional<bilingual_str> with util::ResultRyan Ofsky
2023-03-13refactor: Move error() from util/system.h to logging.hBen Woosley
2023-02-10refactor, txdb: Use DBParams struct in CBlockTreeDBRyan Ofsky
2023-02-10refactor, txdb: Add CoinsViewOptions structRyan Ofsky
2023-02-10refactor, dbwrapper: Add DBParams and DBOptions structsRyan Ofsky
2023-01-20coins: add Sync() method to allow flush without cacheCoins dropJames O'Beirne
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-07-22CDiskBlockIndex: rename GetBlockHash() to ConstructBlockHash()Jon Atack
2022-06-21refactor: remove unused methods `{CDBIterator,CCoinsViewDBCursor}::GetValueSi...Sebastian Falbesoner
2022-05-17refactor: use C++11 default initializersfanquake
2022-04-05Merge bitcoin/bitcoin#24236: Remove utxo db upgrade codelaanwj
2022-04-04refactor: fix clang-tidy named args usagefanquake
2022-03-10Remove utxo db upgrade codeMarcoFalke
2022-02-21Replace "can not" with "cannot" in docs, user messages, and testsJon Atack
2022-01-28Replace lock with thread safety annotation in CBlockTreeDB::LoadBlockIndexGuts()Jon Atack
2022-01-25Guard CBlockIndex::nStatus/nFile/nDataPos/nUndoPos by cs_mainJon Atack
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-09-27scripted-diff: Rename overloaded int GetArg to GetIntArgRussell Yanofsky
2021-08-20Remove txindex migration codeMarcoFalke
2021-06-18doc: add comment about CCoinsViewDBCursor constructorJames O'Beirne
2021-06-18move-only(ish): don't expose CCoinsViewDBCursorJames O'Beirne
2021-06-17refactor: wrap CCoinsViewCursor in unique_ptrJames O'Beirne
2021-05-31refactor: Switch serialize to uint8_t (1/n)MarcoFalke
2021-05-24scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` callsKiminuo
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-02-12txdb: don't reset during in-memory cache resizeJames O'Beirne
2020-07-29Merge #18637: coins: allow cache resize after initMarcoFalke
2020-07-01txdb: add CCoinsViewDB::ChangeCacheSizeJames O'Beirne
2020-06-27scripted-diff: Move ui_interface to the node libMarcoFalke
2020-06-04txdb: Remove unused boost/threadMarcoFalke
2020-05-20Merge #18317: Serialization improvements step 6 (all except wallet/gui)MarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-30Convert everything except wallet/qt to new serializationPieter Wuille
2020-02-10Get rid of VARINT default argumentPieter Wuille
2020-01-21Convert compression.h to new serialization frameworkPieter Wuille
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-16Add some general std::vector utility functionsPieter Wuille
2019-10-05util: Simplify path argument for CBlockTreeDB ctorHennadii Stepanov
2019-08-15refactor: have CCoins* data managed under CChainStateJames O'Beirne
2019-07-24scripted-diff: Make translation bilingualHennadii Stepanov
2019-07-24Refactor out translation.hHennadii Stepanov
2019-07-08refactoring: remove mapBlockIndex globalJames O'Beirne
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-19Merge #12980: Allow quicker shutdowns during LoadBlockIndex()Jonas Schnelli
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen