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
/
wallet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Return a status enum from ScanForWalletTransactions
Ben Woosley
2018-11-13
1
-18
/
+26
|
*
|
Make CWallet::ScanForWalletTransactions args and return value const
Ben Woosley
2018-11-13
1
-3
/
+3
*
|
|
Merge #14380: fix assert crash when specified change output spend size is unk...
MarcoFalke
2018-11-30
1
-3
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
Gregory Sanders
2018-11-12
1
-1
/
+8
|
*
|
Remove stale comment in CalculateMaximumSignedInputSize
Gregory Sanders
2018-11-12
1
-2
/
+0
|
|
/
*
|
Merge #14552: wallet: detecting duplicate wallet by comparing the db filename.
Wladimir J. van der Laan
2018-11-20
1
-5
/
+3
|
\
\
|
|
/
|
/
|
|
*
wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir...
Chun Kuan Lee
2018-11-06
1
-5
/
+3
*
|
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
1
-62
/
+68
*
|
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
1
-24
/
+47
*
|
Pass chain and client variables where needed
Russell Yanofsky
2018-11-06
1
-5
/
+5
|
/
*
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-05
1
-13
/
+12
|
\
|
*
wallet: Refactor to use WalletLocation
João Barbosa
2018-10-25
1
-13
/
+12
*
|
Merge #14555: Move util files to directory
Wladimir J. van der Laan
2018-11-05
1
-1
/
+1
|
\
\
|
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
|
|
/
*
|
Merge #14410: rpcwallet: 'ischange' field for 'getaddressinfo' RPC
MarcoFalke
2018-11-04
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
rpcwallet: add 'ischange' field to 'getaddressinfo' response
whythat
2018-10-13
1
-2
/
+7
*
|
wallet: Add missing locks
practicalswift
2018-10-09
1
-2
/
+1
|
/
*
Merge #14282: [wallet] Remove -usehd
MarcoFalke
2018-09-26
1
-14
/
+0
|
\
|
*
[wallet] Remove -usehd
John Newbery
2018-09-20
1
-14
/
+0
*
|
Merge #13546: wallet: Fix use of uninitialized value bnb_used in CWallet::Cre...
MarcoFalke
2018-09-24
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...
practicalswift
2018-09-19
1
-0
/
+2
*
|
Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down
Wladimir J. van der Laan
2018-09-14
1
-0
/
+5
|
\
\
|
*
|
After encrypting the wallet, reload the database environment
Andrew Chow
2018-08-09
1
-0
/
+5
*
|
|
Merge #14192: utils: Convert fs::filesystem_error messages from local multiby...
Wladimir J. van der Laan
2018-09-13
1
-1
/
+1
|
\
\
\
|
*
|
|
utils: Convert fs error messages from multibyte to utf-8
Chun Kuan Lee
2018-09-11
1
-1
/
+1
*
|
|
|
Merge #13558: Drop unused GetType() from CSizeComputer
Wladimir J. van der Laan
2018-09-11
1
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-09-11
1
-2
/
+2
*
|
|
|
Merge #14138: wallet: Set encrypted_batch to nullptr after delete. Avoid doub...
Wladimir J. van der Laan
2018-09-10
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
wallet: Set encrypted_batch to nullptr after delete. Avoid double free in the...
practicalswift
2018-09-03
1
-0
/
+2
*
|
|
|
|
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-04
1
-13
/
+13
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
1
-13
/
+13
*
|
|
|
|
Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoins
MarcoFalke
2018-08-31
1
-10
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Add AssertLockHeld assertions in CWallet::ListCoins
Russell Yanofsky
2018-04-11
1
-10
/
+2
*
|
|
|
|
|
Merge #13825: [wallet] Kill accounts
Wladimir J. van der Laan
2018-08-30
1
-158
/
+20
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
[wallet] Kill accounts
John Newbery
2018-08-30
1
-158
/
+20
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-28
1
-0
/
+26
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Implement key origin lookup in CWallet
Pieter Wuille
2018-08-13
1
-0
/
+26
*
|
|
|
|
Move cs_main locking annotations from .cpp to .h
practicalswift
2018-08-26
1
-1
/
+1
*
|
|
|
|
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-26
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge #13631: Add CMerkleTx::IsImmatureCoinBase method
Wladimir J. van der Laan
2018-08-25
1
-9
/
+12
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add CMerkleTx::IsImmatureCoinBase method
Ben Woosley
2018-07-29
1
-9
/
+12
*
|
|
|
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-13
1
-17
/
+16
|
\
\
\
\
|
*
|
|
|
Use 72 byte dummy signatures when watching only inputs may be used
Andrew Chow
2018-08-09
1
-15
/
+14
|
*
|
|
|
Use 71 byte signature for DUMMY_SIGNATURE_CREATOR
Andrew Chow
2018-08-09
1
-2
/
+2
*
|
|
|
|
wallet: shuffle coins before grouping, where warranted
Karl-Johan Alm
2018-08-10
1
-1
/
+9
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge #13911: doc: Revert translated string change, clarify wallet log messages
MarcoFalke
2018-08-09
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Trivial: Revert translated string change, clarify wallet log messages
Pierre Rochard
2018-08-08
1
-3
/
+3
*
|
|
|
|
Merge #13876: wallet: Catch filesystem_error and raise InitError
MarcoFalke
2018-08-09
1
-1
/
+6
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
wallet: Catch filesystem_error and raise InitError
MarcoFalke
2018-08-04
1
-1
/
+6
*
|
|
|
|
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
[prev]
[next]