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
*
really s/doge/dis/g this time
Tomo Ueda
2021-09-02
1
-1
/
+1
*
Introduce basic Dogecoin branding
Ross Nicoll
2019-03-25
1
-1
/
+1
*
Add missing cs_wallet lock that triggers new lock held assertion
Russell Yanofsky
2017-02-15
1
-1
/
+1
*
Use importmulti timestamp when importing watch only keys
Russell Yanofsky
2017-02-10
1
-11
/
+25
*
Dedup nTimeFirstKey update logic
Russell Yanofsky
2017-02-10
1
-7
/
+2
*
Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.
Wladimir J. van der Laan
2017-02-06
1
-26
/
+40
|
\
|
*
Make nWalletDBUpdated atomic to avoid a potential race.
Patrick Strateman
2016-12-21
1
-26
/
+40
*
|
Merge #9450: Increment MIT licence copyright header year on files modified in...
Wladimir J. van der Laan
2017-01-04
1
-1
/
+1
|
\
\
|
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
|
|
Merge #8776: Wallet refactoring leading up to multiwallet
Pieter Wuille
2017-01-03
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Wallet: Let the interval-flushing thread figure out the filename
Luke Dashjr
2016-11-11
1
-1
/
+2
|
|
/
*
/
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
|
/
*
Move CWalletDB::ReorderTransactions to CWallet
Patrick Strateman
2016-10-30
1
-77
/
+1
*
Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/
Wladimir J. van der Laan
2016-09-02
1
-2
/
+1
|
\
|
*
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-09-01
1
-2
/
+1
*
|
Do not shadow variables.
Pavel Janík
2016-08-31
1
-3
/
+3
|
/
*
Merge #8564: [Wallet] remove unused code/conditions in ReadAtCursor
Pieter Wuille
2016-08-29
1
-4
/
+4
|
\
|
*
[Wallet] remove unused code/conditions in ReadAtCursor
Jonas Schnelli
2016-08-23
1
-4
/
+4
*
|
Merge #8445: Move CWallet::setKeyPool to private section of CWallet.
Wladimir J. van der Laan
2016-08-24
1
-8
/
+2
|
\
\
|
|
/
|
/
|
|
*
Move CWallet::setKeyPool to private section of CWallet
Patrick Strateman
2016-08-17
1
-8
/
+2
*
|
Use __func__ to get function name for output printing
MarcoFalke
2016-08-19
1
-2
/
+2
|
/
*
Split CWallet::AddToWallet into AddToWallet and LoadToWallet.
Patrick Strateman
2016-07-29
1
-1
/
+1
*
[Wallet] keep HD seed during salvagewallet
Jonas Schnelli
2016-07-09
1
-1
/
+1
*
[Wallet] Add simplest BIP32/deterministic key generation implementation
Jonas Schnelli
2016-05-31
1
-0
/
+17
*
Move BackupWallet to CWallet::BackupWallet
Patrick Strateman
2016-05-16
1
-40
/
+0
*
Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk
Patrick Strateman
2016-05-09
1
-5
/
+5
*
Added companion removeprunedfunds call.
instagibbs
2016-03-23
1
-0
/
+39
*
[wallet] Move hardcoded file name out of log messages
MarcoFalke
2016-03-14
1
-9
/
+9
*
c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally
Cory Fields
2016-01-08
1
-5
/
+0
*
Merge pull request #7229
Wladimir J. van der Laan
2016-01-07
1
-1
/
+6
|
\
|
*
[walletdb] Add missing LOCK() in Recover() for dummyWallet
MarcoFalke
2015-12-19
1
-1
/
+6
*
|
c++11: detect and correct for boost builds with an incompatible abi
Cory Fields
2016-01-05
1
-0
/
+6
*
|
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
|
/
*
Merge pull request #6914
Wladimir J. van der Laan
2015-12-01
1
-5
/
+5
|
\
|
*
Prevector type
Pieter Wuille
2015-11-13
1
-5
/
+5
*
|
Constrain constant values to a single location in code
Luke Dashjr
2015-11-28
1
-1
/
+1
*
|
Optimisation: Store transaction list order in memory rather than compute it e...
Luke Dashjr
2015-11-21
1
-1
/
+7
|
/
*
Reject invalid pubkeys when reading ckey items from the wallet.
Gregory Maxwell
2015-10-29
1
-1
/
+6
*
Do not store Merkle branches in the wallet.
Pieter Wuille
2015-09-22
1
-2
/
+4
*
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
1
-1
/
+1
*
Merge pull request #5669
Wladimir J. van der Laan
2015-05-27
1
-0
/
+1
|
\
|
*
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-15
1
-0
/
+1
*
|
minor: remove unneeded bool in CWalletDB::Recover
Philip Kaufmann
2015-05-14
1
-2
/
+1
|
/
*
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-24
1
-0
/
+1
*
use constant references for strings in functions in wallet/*.*
Philip Kaufmann
2015-03-21
1
-2
/
+2
*
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
1
-0
/
+986