aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.cpp
AgeCommit message (Expand)Author
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
2020-05-25Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}Andrew Chow
2020-05-25Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standaloneAndrew Chow
2020-05-25Expose a version of ReadKeyValue and use it in RecoverKeysOnlyFilterAndrew Chow
2020-05-25walletdb: don't automatically salvage when corruption is detectedAndrew Chow
2020-05-21Split SetActiveScriptPubKeyMan into Add/LoadActiveScriptPubKeyManAndrew Chow
2020-05-21Split SetHDChain into AddHDChain and LoadHDChainAndrew Chow
2020-05-22Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...Samuel Dobson
2020-05-21Merge #16946: wallet: include a checksum of encrypted private keysWladimir J. van der Laan
2020-05-15Determine inactive HD seeds from key metadata and track them in LegacyScriptP...Andrew Chow
2020-05-06Merge #9381: Remove CWalletTx merging logic from AddToWalletSamuel Dobson
2020-05-01wallet: Avoid translating RPC errors when loading walletsMarcoFalke
2020-05-01Disable CWalletTx copy constructorRussell Yanofsky
2020-05-01Avoid copying CWalletTx in LoadToWalletRussell Yanofsky
2020-04-23Add IsLegacy to CWallet so that the GUI knows whether to show watchonlyAndrew Chow
2020-04-23Implement TopUp in DescriptorScriptPubKeyManAndrew Chow
2020-04-23Implement writing descriptorkeys, descriptorckeys, and descriptors to wallet ...Andrew Chow
2020-04-23Implement loading of keys for DescriptorScriptPubKeyManAndrew Chow
2020-04-23Load the descriptor cache from the wallet fileAndrew Chow