Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-24 | wallet: Upgrade existing descriptor caches | Andrew Chow | |
Add functions to upgrade existing descriptor caches to support the use of last hardened xpub caching. | |||
2021-02-23 | wallet: add external_signer flag | Sjors Provoost | |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-12-04 | refactor: Replace ListWalletDir() function with ListDatabases() | Russell Yanofsky | |
No change to behavior. This is just cleanup after previous MOVEONLY commit to make db.h list function fit conventions of surrounding functions. | |||
2020-10-19 | wallet: Add GetClosestWalletFeature function | Andrew Chow | |
Given a version number, get the closest supported WalletFeature for a version number. | |||
2020-10-19 | wallet: Add utility method for CanSupportFeature | Andrew Chow | |
2020-09-03 | Remove WalletLocation class | Russell Yanofsky | |
This removes a source of complexity and indirection that makes it harder to understand path checking code. Path checks will be simplified in upcoming commits. There is no change in behavior in this commit other than a slightly more descriptive error message in `loadwallet` if the default "" wallet can't be found. (The error message is improved more in upcoming commit "wallet: Remove path checking code from loadwallet RPC".) | |||
2020-05-24 | Convert wallet to new serialization | Pieter Wuille | |
2020-04-27 | wallet: Make sure no WalletDescriptor members are uninitialized after ↵ | practicalswift | |
construction | |||
2020-04-23 | Introduce WalletDescriptor class | Andrew Chow | |
WalletDescriptor is a Descriptor with other wallet metadata | |||
2020-04-23 | Add WALLET_FLAG_DESCRIPTORS | Andrew Chow | |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
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 | |
ListWalletDir returns all available wallets in the current wallet directory. Based on MeshCollider work in pull #11485. | |||
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 | |