index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
walletutil.cpp
Age
Commit message (
Expand
)
Author
2020-11-16
Merge #18836: wallet: upgradewallet fixes and additional tests
Wladimir J. van der Laan
2020-11-06
Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file checks
Luke Dashjr
2020-10-20
Make sqlite support optional (compile-time)
Luke Dashjr
2020-10-19
wallet: Add GetClosestWalletFeature function
Andrew Chow
2020-10-19
wallet: Add utility method for CanSupportFeature
Andrew Chow
2020-10-14
walletutil: Wallets can also be sqlite
Andrew Chow
2020-10-14
Determine wallet file type based on file magic
Andrew Chow
2020-09-03
wallet: Add MakeDatabase function
Russell Yanofsky
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-04-23
Correctly check for default wallet
Andrew Chow
2019-05-16
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-04-29
wallet: Avoid logging no_such_file_or_directory error
João Barbosa
2019-03-13
wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtree
João Barbosa
2019-02-23
wallet: Use fsbridge::ifstream to fix Windows path issue
Chun Kuan Lee
2018-11-05
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-25
Remove fs::relative call and fix listwalletdir tests
João Barbosa
2018-10-25
wallet: Add WalletLocation utility class
João Barbosa
2018-10-18
wallet: Add ListWalletDir utility
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-18
Don't allow relative -walletdir paths
Russell Yanofsky
2017-12-13
Cleanups for walletdir PR
MeshCollider
2017-11-18
Default walletdir is wallets/ if it exists
MeshCollider
2017-11-18
Add -walletdir parameter to specify custom wallet dir
MeshCollider