aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.cpp
AgeCommit message (Expand)Author
2021-07-01Merge bitcoin/bitcoin#19651: wallet: importdescriptors update existingfanquake
2021-06-28wallet: deactivate descriptorS3RK
2021-06-24wallet: Upgrade existing descriptor cachesAndrew Chow
2021-06-24wallet: Store last hardened xpub cacheAndrew Chow
2021-06-24Move DescriptorCache writing to WalletBatchAndrew Chow
2021-06-06Do not load external signers wallets when unsupportedAndrew Chow
2021-05-31refactor: Switch serialize to uint8_t (1/n)MarcoFalke
2021-03-17refactor: post Optional<> removal cleanupsfanquake
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-02-09wallet: load flags before everything elseSjors Provoost
2021-01-04doc: fix various typosIkko Ashimine
2020-12-04refactor: Consolidate redundant wallet database path and exists functionsRussell Yanofsky
2020-12-02Merge #19980: refactor: Some wallet cleanupsfanquake
2020-11-23Merge #20202: wallet: Make BDB support optionalWladimir J. van der Laan
2020-11-19Merge #15710: wallet: Catch ios_base::failure specificallyWladimir J. van der Laan
2020-11-18Do not compile BDB things when USE_BDB is definedAndrew Chow
2020-11-07refactor: Drop redudant CWallet::GetDBHandleJoão Barbosa
2020-10-20Make sqlite support optional (compile-time)Luke Dashjr
2020-10-14Determine wallet file type based on file magicAndrew Chow
2020-09-03wallet: Remove path checking code from bitcoin-wallet toolRussell Yanofsky
2020-09-03wallet: Remove Verify and IsLoaded methodsRussell Yanofsky
2020-09-03wallet: Add MakeDatabase functionRussell Yanofsky
2020-09-03Merge #19805: wallet: Avoid deserializing unused records when salvagingfanquake
2020-08-31Remove -zapwallettxesAndrew Chow
2020-08-25walletdb: Add KeyFilterFn to ReadKeyValueAndrew Chow
2020-07-30Make Hash[160] consume range-like objectsPieter Wuille
2020-07-29Introduce DummyDatabase and use it in the testsAndrew Chow
2020-07-14walletdb: Introduce WalletDatabase abstract classAndrew Chow
2020-07-14Merge #19325: wallet: Refactor BerkeleyDatabase to introduce DatabaseBatch ab...MarcoFalke
2020-07-12Merge #19441: walletdb: don't reinitialize desc cache with multiple cache ent...Samuel Dobson
2020-07-11Merge #18923: wallet: Never schedule MaybeCompactWalletDB when -flushwallet i...Samuel Dobson
2020-07-11Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...Samuel Dobson
2020-07-09walletdb: Add MakeBatch function to BerkeleyDatabase and use itAndrew Chow
2020-07-09wallet: Never schedule MaybeCompactWalletDB when -flushwallet is offMarcoFalke
2020-07-05Merge #19324: wallet: Move BerkeleyBatch static functions to BerkeleyDatabaseMarcoFalke
2020-07-03walletdb: don't reinitialize desc cache with multiple cache entriesAndrew Chow
2020-07-01walletdb: Move PeriodicFlush into WalletDatabaseAndrew Chow
2020-07-01walletdb: Combine VerifyDatabaseFile and VerifyEnvironmentAndrew Chow
2020-07-01Merge #19308: wallet: BerkeleyBatch Handle cursor internallyWladimir J. van der Laan
2020-06-22walletdb: Handle cursor internallyAndrew Chow
2020-06-22Split SetWalletFlags into Add/LoadWalletFlagsAndrew Chow
2020-06-19Merge #19054: wallet: Skip hdKeypath of 'm' when determining inactive hd seedsMarcoFalke
2020-06-17Add Create*WalletDatabase functionsAndrew Chow
2020-06-15walletdb: move IsWalletLoaded to walletdb.cppAndrew Chow
2020-06-15Skip hdKeypath of 'm'Andrew Chow
2020-06-02Merge #18792: wallet: Remove boost from PeriodicFlushfanquake
2020-06-02wallet: Remove unused boost::thread_interruptedMarcoFalke
2020-05-27walletdb: Remove unsed boost/threadMarcoFalke
2020-05-27Merge #18918: wallet: Move salvagewallet into wallettoolSamuel Dobson