aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletutil.cpp
AgeCommit message (Expand)Author
2024-03-20wallet, descspkm: Refactor wallet descriptor generation to standalone funcAndrew Chow
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-02-09Use ArgsManager::GetPathArg() for "-walletdir" optionHennadii Stepanov
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-05-24scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` callsKiminuo
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-04MOVEONLY: Move IsBDBFile, IsSQLiteFile, and ListWalletDirRussell Yanofsky
2020-12-04refactor: Use C++17 std::array where possibleMarcoFalke
2020-11-25Merge #20403: wallet: upgradewallet fixes, improvements, test coverageMarcoFalke
2020-11-18Do not compile BDB things when USE_BDB is definedAndrew Chow
2020-11-18wallet: refactor GetClosestWalletFeature()Jon Atack
2020-11-16Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan
2020-11-06Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file checksLuke Dashjr
2020-10-20Make sqlite support optional (compile-time)Luke Dashjr
2020-10-19wallet: Add GetClosestWalletFeature functionAndrew Chow
2020-10-19wallet: Add utility method for CanSupportFeatureAndrew Chow
2020-10-14walletutil: Wallets can also be sqliteAndrew Chow
2020-10-14Determine wallet file type based on file magicAndrew Chow
2020-09-03wallet: Add MakeDatabase functionRussell Yanofsky
2020-09-03Remove WalletLocation classRussell Yanofsky
2020-04-23Correctly check for default walletAndrew Chow
2019-05-16Merge #15870: wallet: Only fail rescan when blocks have actually been prunedMarcoFalke
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-04-29wallet: Avoid logging no_such_file_or_directory errorJoão Barbosa
2019-03-13wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtreeJoão Barbosa
2019-02-23wallet: Use fsbridge::ifstream to fix Windows path issueChun Kuan Lee
2018-11-05Merge #14350: Add WalletLocation classWladimir J. van der Laan
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-25Remove fs::relative call and fix listwalletdir testsJoão Barbosa
2018-10-25wallet: Add WalletLocation utility classJoão Barbosa
2018-10-18wallet: Add ListWalletDir utilityJoão Barbosa
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-18Don't allow relative -walletdir pathsRussell Yanofsky
2017-12-13Cleanups for walletdir PRMeshCollider
2017-11-18Default walletdir is wallets/ if it existsMeshCollider
2017-11-18Add -walletdir parameter to specify custom wallet dirMeshCollider