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.h
Age
Commit message (
Expand
)
Author
2020-12-04
refactor: Replace ListWalletDir() function with ListDatabases()
Russell Yanofsky
2020-10-19
wallet: Add GetClosestWalletFeature function
Andrew Chow
2020-10-19
wallet: Add utility method for CanSupportFeature
Andrew Chow
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-05-24
Convert wallet to new serialization
Pieter Wuille
2020-04-27
wallet: Make sure no WalletDescriptor members are uninitialized after constru...
practicalswift
2020-04-23
Introduce WalletDescriptor class
Andrew Chow
2020-04-23
Add WALLET_FLAG_DESCRIPTORS
Andrew Chow
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-25
Move wallet enums to walletutil.h
Andrew Chow
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-03-22
Fix missing or inconsistent include guards
practicalswift
2017-12-13
Cleanups for walletdir PR
MeshCollider
2017-11-18
Add -walletdir parameter to specify custom wallet dir
MeshCollider