aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.cpp
AgeCommit message (Expand)Author
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-05-18Merge bitcoin/bitcoin#27556: wallet: fix deadlock in bdb read write operationAndrew Chow
2023-05-15walletdb: Remove unused CreateMockWalletDatabaseAndrew Chow
2023-05-15walletdb: scope bdb::EraseRecords under a single db txnfurszy
2023-05-03wallet: Move DummyDatabase to salvageAndrew Chow
2023-04-12refactor: Remove CAddressBookData::destdataRyan Ofsky
2023-04-11wallet: Replace use of purpose strings with an enumAndrew Chow
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-01-26Use DataStream where possibleMarcoFalke
2023-01-23Merge bitcoin/bitcoin#26690: wallet: Refactor database cursor into its own ob...fanquake
2023-01-03Merge bitcoin/bitcoin#26702: refactor: walletdb: drop unused `FindWalletTx` p...Andrew Chow
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-16db: Change DatabaseCursor::Next to return status enumAndrew Chow
2022-12-16wallet: Have cursor users use DatabaseCursor directlyAndrew Chow
2022-12-15walletdb: refactor: drop unused `FindWalletTx` parameter and renameSebastian Falbesoner
2022-12-05Merge bitcoin/bitcoin#26462: wallet: fix crash on loading descriptor wallet c...Andrew Chow
2022-11-18wallet: bugfix, invalid crypted key "checksum_valid" setfurszy
2022-11-08wallet: throw error if legacy entries are present on loading descriptor walletsSebastian Falbesoner
2022-09-09wallet: bugfix, load wallet with an unknown descriptor cause fatal errorfurszy
2022-08-26Implement LegacyScriptPubKeyMan::DeleteRecordsAndrew Chow
2022-07-27refactor: Make const refs vars where applicableAurèle Oulès
2022-06-30Merge bitcoin/bitcoin#25383: wallet: don't read db every time that a new 'Wal...MacroFake
2022-06-28Merge bitcoin/bitcoin#24924: bench: Make WalletLoading benchmark run fasterfanquake
2022-06-16walletdb: fix last client version updatefurszy
2022-06-16wallet: don't read db every time that a new WalletBatch is createdfurszy
2022-05-17refactor: use C++11 default initializersfanquake
2022-05-10sqlite: Use in-memory db instead of temp for mockdbAndrew Chow
2022-05-10walletdb: Create a mock database of specific typeAndrew Chow
2022-04-04refactor: fix clang-tidy named args usagefanquake
2022-03-24Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit...MarcoFalke
2022-03-16Replace use of `ArgsManager` with `DatabaseOptions`Kiminuo
2022-03-02Merge bitcoin/bitcoin#23304: wallet: Derive inactive HD chains in additional ...laanwj
2022-02-20wallet: Add external-signer-support specific error messageHennadii Stepanov
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-08wallet: Properly set hd chain counters when loadingAndrew Chow
2021-11-15refactor: Make CWalletTx sync state type-safeRussell Yanofsky
2021-10-22walletdb: Use SQLiteDatabase for mock wallet databasesAndrew Chow
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-10-01Merge bitcoin/bitcoin#23142: Return false on corrupt tx rather than assertingW. J. van der Laan
2021-10-01scripted-diff: rename DBErrors::RESCAN_REQUIRED to NEED_RESCANSamuel Dobson
2021-09-30Return false on corrupt tx rather than assertingSamuel Dobson
2021-09-30Corrupt wallet tx shouldn't trigger rescan of all walletsSamuel Dobson
2021-09-25Allow locked UTXOs to be store in the wallet databaseSamuel Dobson
2021-09-01refactor: Detach wallet transaction methods (followup for move-only)Russell Yanofsky
2021-08-17refactor: remove ::vpwallets and related global variablesRussell Yanofsky
2021-07-01Merge bitcoin/bitcoin#19651: wallet: importdescriptors update existingfanquake
2021-06-28wallet: deactivate descriptorS3RK
2021-06-24wallet: Upgrade existing descriptor cachesAndrew Chow