aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/salvage.cpp
AgeCommit message (Expand)Author
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-07-07wallet: bdb: include bdb header from our implementation files onlyCory Fields
2023-07-06wallet: bdb: drop default parameterCory Fields
2023-06-19salvage: Remove use of ReadKeyValue in salvageAndrew Chow
2023-06-01wallet: Add GetPrefixCursor to DatabaseBatchAndrew Chow
2023-05-03wallet: Move DummyDatabase to salvageAndrew Chow
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-02-15refactor: wallet, remove global 'ArgsManager' accessfurszy
2023-01-26Use DataStream where possibleMarcoFalke
2022-03-16Replace use of `ArgsManager` with `DatabaseOptions`Kiminuo
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2021-09-30Remove -rescan startup parameterSamuel Dobson
2021-05-04refactor: Replace &foo[0] with foo.data()MarcoFalke
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2020-12-04refactor: Drop call to GetWalletEnv in wallet salvage codeRussell Yanofsky
2020-11-18Enforce salvage is only for BDB walletsAndrew Chow
2020-11-18Include wallet/bdb.h where it is actually being usedAndrew Chow
2020-09-03wallet: Remove path checking code from bitcoin-wallet toolRussell Yanofsky
2020-09-03Remove WalletLocation classRussell Yanofsky
2020-08-25wallet: filter for keys only before record deser in salvageAndrew Chow
2020-07-26wallettool: Have RecoverDatabaseFile return errors and warningsAndrew Chow
2020-07-13walletdb: Don't remove database transaction logs and instead errorAndrew Chow
2020-07-01walletdb: Combine VerifyDatabaseFile and VerifyEnvironmentAndrew Chow
2020-06-17scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow
2020-05-25Move RecoverKeysOnlyFilter into RecoverDataBaseFileAndrew Chow
2020-05-25Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}Andrew Chow