aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/salvage.cpp
AgeCommit message (Expand)Author
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