aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Implement writing descriptorkeys, descriptorckeys, and descriptors to wallet ...Andrew Chow2020-04-231-0/+25
* | Implement loading of keys for DescriptorScriptPubKeyManAndrew Chow2020-04-231-0/+66
* | Load the descriptor cache from the wallet fileAndrew Chow2020-04-231-0/+40
* | Add LoadDescriptorScriptPubKeyMan and SetActiveScriptPubKeyMan to CWalletAndrew Chow2020-04-231-0/+38
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* | Wallet: Require usage of new CAddressBookData::setLabel to change labelLuke Dashjr2020-04-021-1/+3
* | scripted-diff: Wallet: Rename mapAddressBook to m_address_bookLuke Dashjr2020-04-021-2/+2
|/
* Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow2020-01-231-9/+9
* Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow2020-01-231-3/+2
* scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`Wladimir J. van der Laan2019-11-081-1/+1
* Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow2019-10-251-16/+23
* MOVEONLY: Move key handling code out of wallet to keyman fileAndrew Chow2019-10-251-0/+1
* Merge #16911: wallet: Only check the hash of transactions loaded from diskWladimir J. van der Laan2019-10-231-4/+1
|\
| * Only check the hash of transactions loaded from diskAndrew Chow2019-09-201-4/+1
* | wallet: Avoid showing GUI popups on RPC errorsMarcoFalke2019-10-081-2/+2
|/
* wallet: Drop unused OldKeyJoão Barbosa2019-07-311-11/+7
* Add setting as known typePeter Bushnell2019-07-301-1/+3
* wallet: Rename CWalletKey to OldKeyMarcoFalke2019-07-271-1/+1
* wallet: Enumerate walletdb keysMarcoFalke2019-07-271-94/+88
* Merge #15588: Log the actual wallet file version and no longer publicly expos...MeshCollider2019-07-271-22/+10
|\
| * Remove ReadVersion and WriteVersionAndrew Chow2019-07-221-12/+2
| * Log the actual wallet file versionAndrew Chow2019-07-221-1/+2
| * Remove nFileVersion from CWalletScanStateAndrew Chow2019-07-221-11/+8
* | scripted-diff: Bump copyright headers in walletMarcoFalke2019-05-061-1/+1
* | [build] Move CheckTransaction from lib_server to lib_consensusJohn Newbery2019-04-091-1/+1
* | wallet: Improve log output for errors during loadGlenn Willen2019-03-141-2/+9
|/
* Store key origin info in key metadataAndrew Chow2019-02-141-0/+8
* Refactor keymetadata writing to a separate methodAndrew Chow2019-02-141-2/+7
* Use C++11 default member initializersMarcoFalke2019-01-051-12/+8
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan2018-09-041-3/+3
|\
| * Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-3/+3
* | [wallet] Kill accountsJohn Newbery2018-08-301-104/+6
|/
* don't report minversion wallet entry as unknownGregory Sanders2018-08-141-1/+2
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | [wallet] Add wallet name to log messagesPierre Rochard2018-08-021-5/+5
* | Return void instead of bool for functions that cannot failpracticalswift2018-07-271-10/+2
|/
* Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan2018-07-201-4/+18
|\
| * Add option to disable private keys during internal wallet creationJonas Schnelli2018-07-121-4/+9
| * Add facility to store wallet flags (64 bits)Jonas Schnelli2018-07-121-1/+10
* | Decouple wallet version from client versionAndrew Chow2018-06-181-2/+2
|/
* wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-1/+1
* Add compile time checking for all cs_wallet runtime locking assertionspracticalswift2018-05-141-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* wallet: Add AddWallet, RemoveWallet, GetWallet and GetWalletsJoão Barbosa2018-04-181-1/+1
* refactor: Drop CWalletRef typedefJoão Barbosa2018-04-181-1/+1
* Merge #12888: debug log number of unknown wallet records on loadWladimir J. van der Laan2018-04-121-3/+6
|\
| * debug log number of unknown wallet records on loadGregory Sanders2018-04-111-3/+6
* | [wallet] [rpc] introduce 'label' API for walletWladimir J. van der Laan2018-04-101-0/+5