aboutsummaryrefslogtreecommitdiff
path: root/src/txdb.cpp
AgeCommit message (Expand)Author
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
2018-08-02Allow quicker shutdowns during LoadBlockIndex()Jonas Schnelli
2018-07-27Return void instead of bool for functions that cannot failpracticalswift
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-06-25Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley
2018-06-04index: Move index DBs into index/ directory.Jim Posen
2018-06-04db: Make reusable base class for index databases.Jim Posen
2018-06-04db: Remove obsolete methods from CBlockTreeDB.Jim Posen
2018-04-25[db] Migration for txindex data to new, separate database.Jim Posen
2018-04-25[db] Create separate database for txindex.Jim Posen
2018-04-07[logging] Comment all continuing logs.John Newbery
2018-03-27Merge #12653: Allow to optional specify the directory for the blocks storageWladimir J. van der Laan
2018-03-20-blocksdir: keep blockindex leveldb database in datadirJonas Schnelli
2018-03-15Add static_assert to prevent VARINT(<signed value>)Russell Yanofsky
2018-03-13Support deserializing into temporariesPieter Wuille
2018-03-11Allow to optional specify the directory for the blocks storageJonas Schnelli
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-07Merge #10770: Drop upgrade-cancel callback registration for a generic "cancel...Jonas Schnelli
2017-08-20Drop upgrade-cancel callback registration for a generic "resumeable"Matt Corallo
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-07Skip remainder of init if upgrade is cancelledMatt Corallo
2017-07-27Force on-the-fly compaction during pertxout upgradePieter Wuille
2017-07-07Avoid dereference-of-casted-pointerPieter Wuille
2017-06-29Report [CANCELLED] instead of [DONE] when shut down during txdb upgradeJonas Schnelli
2017-06-29Report txdb upgrade not more often then every 10%Jonas Schnelli
2017-06-29Show txdb upgrade progress in debug logJonas Schnelli
2017-06-29Allow to cancel the txdb upgrade via splashscreen callbackJonas Schnelli
2017-06-29Allow to shut down during txdb upgradeJonas Schnelli
2017-06-26[qa] Test non-atomic chainstate writesSuhas Daftuar
2017-06-26Dont create pcoinsTip until after ReplayBlocks.Matt Corallo
2017-06-26Random db flush crash simulatorPieter Wuille
2017-06-26Non-atomic flushing using the blockchain as replay journalPieter Wuille
2017-06-25Merge #9176: Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockI...Wladimir J. van der Laan
2017-06-01scripted-diff: various renames for per-utxo consistencyPieter Wuille
2017-06-01Rename CCoinsCacheEntry::coins to coinPieter Wuille
2017-06-01[MOVEONLY] Move old CCoins class to txdb.cppPieter Wuille
2017-06-01Upgrade from per-tx database to per-txoutPieter Wuille