index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
walletdb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Implement writing descriptorkeys, descriptorckeys, and descriptors to wallet ...
Andrew Chow
2020-04-23
1
-0
/
+25
*
|
Implement loading of keys for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-0
/
+66
*
|
Load the descriptor cache from the wallet file
Andrew Chow
2020-04-23
1
-0
/
+40
*
|
Add LoadDescriptorScriptPubKeyMan and SetActiveScriptPubKeyMan to CWallet
Andrew Chow
2020-04-23
1
-0
/
+38
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
|
Wallet: Require usage of new CAddressBookData::setLabel to change label
Luke Dashjr
2020-04-02
1
-1
/
+3
*
|
scripted-diff: Wallet: Rename mapAddressBook to m_address_book
Luke Dashjr
2020-04-02
1
-2
/
+2
|
/
*
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2020-01-23
1
-9
/
+9
*
Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
Andrew Chow
2020-01-23
1
-3
/
+2
*
scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
Wladimir J. van der Laan
2019-11-08
1
-1
/
+1
*
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-25
1
-16
/
+23
*
MOVEONLY: Move key handling code out of wallet to keyman file
Andrew Chow
2019-10-25
1
-0
/
+1
*
Merge #16911: wallet: Only check the hash of transactions loaded from disk
Wladimir J. van der Laan
2019-10-23
1
-4
/
+1
|
\
|
*
Only check the hash of transactions loaded from disk
Andrew Chow
2019-09-20
1
-4
/
+1
*
|
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-10-08
1
-2
/
+2
|
/
*
wallet: Drop unused OldKey
João Barbosa
2019-07-31
1
-11
/
+7
*
Add setting as known type
Peter Bushnell
2019-07-30
1
-1
/
+3
*
wallet: Rename CWalletKey to OldKey
MarcoFalke
2019-07-27
1
-1
/
+1
*
wallet: Enumerate walletdb keys
MarcoFalke
2019-07-27
1
-94
/
+88
*
Merge #15588: Log the actual wallet file version and no longer publicly expos...
MeshCollider
2019-07-27
1
-22
/
+10
|
\
|
*
Remove ReadVersion and WriteVersion
Andrew Chow
2019-07-22
1
-12
/
+2
|
*
Log the actual wallet file version
Andrew Chow
2019-07-22
1
-1
/
+2
|
*
Remove nFileVersion from CWalletScanState
Andrew Chow
2019-07-22
1
-11
/
+8
*
|
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-05-06
1
-1
/
+1
*
|
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2019-04-09
1
-1
/
+1
*
|
wallet: Improve log output for errors during load
Glenn Willen
2019-03-14
1
-2
/
+9
|
/
*
Store key origin info in key metadata
Andrew Chow
2019-02-14
1
-0
/
+8
*
Refactor keymetadata writing to a separate method
Andrew Chow
2019-02-14
1
-2
/
+7
*
Use C++11 default member initializers
MarcoFalke
2019-01-05
1
-12
/
+8
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-04
1
-3
/
+3
|
\
|
*
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
1
-3
/
+3
*
|
[wallet] Kill accounts
John Newbery
2018-08-30
1
-104
/
+6
|
/
*
don't report minversion wallet entry as unknown
Gregory Sanders
2018-08-14
1
-1
/
+2
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
[wallet] Add wallet name to log messages
Pierre Rochard
2018-08-02
1
-5
/
+5
*
|
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
1
-10
/
+2
|
/
*
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-20
1
-4
/
+18
|
\
|
*
Add option to disable private keys during internal wallet creation
Jonas Schnelli
2018-07-12
1
-4
/
+9
|
*
Add facility to store wallet flags (64 bits)
Jonas Schnelli
2018-07-12
1
-1
/
+10
*
|
Decouple wallet version from client version
Andrew Chow
2018-06-18
1
-2
/
+2
|
/
*
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-05-22
1
-1
/
+1
*
Add compile time checking for all cs_wallet runtime locking assertions
practicalswift
2018-05-14
1
-1
/
+1
*
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-1
/
+1
*
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
1
-1
/
+1
*
refactor: Drop CWalletRef typedef
João Barbosa
2018-04-18
1
-1
/
+1
*
Merge #12888: debug log number of unknown wallet records on load
Wladimir J. van der Laan
2018-04-12
1
-3
/
+6
|
\
|
*
debug log number of unknown wallet records on load
Gregory Sanders
2018-04-11
1
-3
/
+6
*
|
[wallet] [rpc] introduce 'label' API for wallet
Wladimir J. van der Laan
2018-04-10
1
-0
/
+5
[prev]
[next]