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
...
*
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
[prev]