aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* wallet: refactor GetClosestWalletFeature()Jon Atack2020-11-181-8/+4
* Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan2020-11-161-0/+18
|\
| * wallet: Add GetClosestWalletFeature functionAndrew Chow2020-10-191-0/+13
| * wallet: Add utility method for CanSupportFeatureAndrew Chow2020-10-191-0/+5
* | Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file checksLuke Dashjr2020-11-061-17/+22
* | Make sqlite support optional (compile-time)Luke Dashjr2020-10-201-0/+4
|/
* walletutil: Wallets can also be sqliteAndrew Chow2020-10-141-1/+3
* Determine wallet file type based on file magicAndrew Chow2020-10-141-27/+4
* wallet: Add MakeDatabase functionRussell Yanofsky2020-09-031-1/+1
* Remove WalletLocation classRussell Yanofsky2020-09-031-16/+0
* Correctly check for default walletAndrew Chow2020-04-231-1/+6
* Merge #15870: wallet: Only fail rescan when blocks have actually been prunedMarcoFalke2019-05-161-1/+1
|\
| * scripted-diff: Bump copyright headers in walletMarcoFalke2019-05-061-1/+1
* | wallet: Avoid logging no_such_file_or_directory errorJoão Barbosa2019-04-291-0/+2
|/
* wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtreeJoão Barbosa2019-03-131-2/+11
* wallet: Use fsbridge::ifstream to fix Windows path issueChun Kuan Lee2019-02-231-1/+1
* Merge #14350: Add WalletLocation classWladimir J. van der Laan2018-11-051-0/+11
|\
| * wallet: Add WalletLocation utility classJoão Barbosa2018-10-251-0/+11
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* | Remove fs::relative call and fix listwalletdir testsJoão Barbosa2018-10-251-3/+8
|/
* wallet: Add ListWalletDir utilityJoão Barbosa2018-10-181-0/+50
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Don't allow relative -walletdir pathsRussell Yanofsky2018-01-181-1/+1
* Cleanups for walletdir PRMeshCollider2017-12-131-1/+1
* Default walletdir is wallets/ if it existsMeshCollider2017-11-181-0/+4
* Add -walletdir parameter to specify custom wallet dirMeshCollider2017-11-181-0/+23