aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletutil.h
AgeCommit message (Expand)Author
2024-03-20wallet, descspkm: Refactor wallet descriptor generation to standalone funcAndrew Chow
2023-11-05wallet: cache descriptor ID to avoid repeated descriptor string creationSebastian Falbesoner
2023-06-14Merge bitcoin/bitcoin#25634: wallet, tests: Expand and test when the blank wa...Ryan Ofsky
2023-06-13wallet: Document blank flag use in descriptor walletsRyan Ofsky
2023-05-25Fix `#include`s in `src/wallet`Hennadii Stepanov
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2022-08-25Implement LegacyScriptPubKeyMan::MigrateToDescriptorAndrew Chow
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-06-24wallet: Upgrade existing descriptor cachesAndrew Chow
2021-02-23wallet: add external_signer flagSjors Provoost
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-04refactor: Replace ListWalletDir() function with ListDatabases()Russell Yanofsky
2020-10-19wallet: Add GetClosestWalletFeature functionAndrew Chow
2020-10-19wallet: Add utility method for CanSupportFeatureAndrew Chow
2020-09-03Remove WalletLocation classRussell Yanofsky
2020-05-24Convert wallet to new serializationPieter Wuille
2020-04-27wallet: Make sure no WalletDescriptor members are uninitialized after constru...practicalswift
2020-04-23Introduce WalletDescriptor classAndrew Chow
2020-04-23Add WALLET_FLAG_DESCRIPTORSAndrew Chow
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-25Move wallet enums to walletutil.hAndrew Chow
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-03-22Fix missing or inconsistent include guardspracticalswift
2017-12-13Cleanups for walletdir PRMeshCollider
2017-11-18Add -walletdir parameter to specify custom wallet dirMeshCollider