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
/
walletdb.cpp
Age
Commit message (
Expand
)
Author
2020-01-23
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2020-01-23
Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
Andrew Chow
2019-11-08
scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
Wladimir J. van der Laan
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-25
MOVEONLY: Move key handling code out of wallet to keyman file
Andrew Chow
2019-10-23
Merge #16911: wallet: Only check the hash of transactions loaded from disk
Wladimir J. van der Laan
2019-10-08
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-09-20
Only check the hash of transactions loaded from disk
Andrew Chow
2019-07-31
wallet: Drop unused OldKey
João Barbosa
2019-07-30
Add setting as known type
Peter Bushnell
2019-07-27
wallet: Rename CWalletKey to OldKey
MarcoFalke
2019-07-27
wallet: Enumerate walletdb keys
MarcoFalke
2019-07-27
Merge #15588: Log the actual wallet file version and no longer publicly expos...
MeshCollider
2019-07-22
Remove ReadVersion and WriteVersion
Andrew Chow
2019-07-22
Log the actual wallet file version
Andrew Chow
2019-07-22
Remove nFileVersion from CWalletScanState
Andrew Chow
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-04-09
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2019-03-14
wallet: Improve log output for errors during load
Glenn Willen
2019-02-14
Store key origin info in key metadata
Andrew Chow
2019-02-14
Refactor keymetadata writing to a separate method
Andrew Chow
2019-01-05
Use C++11 default member initializers
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-08-30
[wallet] Kill accounts
John Newbery
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-14
don't report minversion wallet entry as unknown
Gregory Sanders
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-02
[wallet] Add wallet name to log messages
Pierre Rochard
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-20
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-12
Add option to disable private keys during internal wallet creation
Jonas Schnelli
2018-07-12
Add facility to store wallet flags (64 bits)
Jonas Schnelli
2018-06-18
Decouple wallet version from client version
Andrew Chow
2018-05-22
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-05-14
Add compile time checking for all cs_wallet runtime locking assertions
practicalswift
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-18
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
refactor: Drop CWalletRef typedef
João Barbosa
2018-04-12
Merge #12888: debug log number of unknown wallet records on load
Wladimir J. van der Laan
2018-04-11
debug log number of unknown wallet records on load
Gregory Sanders
2018-04-10
[wallet] [rpc] introduce 'label' API for wallet
Wladimir J. van der Laan
2018-04-07
Add m_ prefix to WalletBatch::m_batch
Russell Yanofsky
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-07
[wallet] Get rid of CWalletTx default constructor
Russell Yanofsky
2018-03-07
Merge #11687: External wallet files
Wladimir J. van der Laan
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
[next]