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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor: Remove using namespace <xxx> from wallet/
Karl-Johan Alm
2017-03-08
6
-316
/
+303
*
Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7...
MarcoFalke
2017-03-08
1
-2
/
+2
|
\
|
*
[trivial] Fix typos introduced in 7184e25c80aa8b1629a700bb7a7e290ad0bb2792
practicalswift
2017-03-07
1
-2
/
+2
*
|
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-07
2
-38
/
+1
|
\
\
|
*
|
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
1
-1
/
+1
|
*
|
No longer allow "free" transactions
Alex Morcos
2017-03-03
1
-3
/
+0
|
*
|
wallet: Remove sendfree
MarcoFalke
2017-02-27
2
-36
/
+2
*
|
|
Merge #9369: Factor out CWallet::nTimeSmart computation into a method.
Wladimir J. van der Laan
2017-03-07
3
-45
/
+129
|
\
\
\
|
*
|
|
Clean up braces in CWallet::ComputeTimeSmart
Russell Yanofsky
2017-03-03
1
-32
/
+27
|
*
|
|
Add documentation describing CWallet::nTimeSmart.
Russell Yanofsky
2017-03-03
2
-0
/
+30
|
*
|
|
Factor out CWallet::nTimeSmart computation into a method.
Russell Yanofsky
2017-03-03
2
-45
/
+51
|
*
|
|
Add tests for CWalletTx::nTimeSmart
Russell Yanofsky
2017-03-03
1
-0
/
+53
*
|
|
|
Rename FlushWalletDB -> CompactWalletDB, add function description
Matt Corallo
2017-03-06
3
-3
/
+4
*
|
|
|
Use CScheduler for wallet flushing, remove ThreadFlushWalletDB
Matt Corallo
2017-03-06
4
-33
/
+29
|
|
_
|
/
|
/
|
|
*
|
|
Merge #9906: Disallow copy constructor CReserveKeys
Wladimir J. van der Laan
2017-03-06
1
-0
/
+4
|
\
\
\
|
*
|
|
Disallow copy of CReserveKeys
Gregory Sanders
2017-03-06
1
-0
/
+4
*
|
|
|
[Wallet] refactor CWallet/CWalletDB/CDB
Jonas Schnelli
2017-03-06
5
-152
/
+237
*
|
|
|
Merge #9333: Document CWalletTx::mapValue entries and remove erase of nonexis...
Wladimir J. van der Laan
2017-03-06
1
-1
/
+25
|
\
\
\
\
|
*
|
|
|
[trivial] Add comment documenting bumpfee mapValues
Russell Yanofsky
2017-01-25
1
-0
/
+4
|
*
|
|
|
Remove reference to nonexistent "version" wallet transaction mapvalue field
Russell Yanofsky
2016-12-14
1
-5
/
+0
|
*
|
|
|
[trivial] Add comment documenting CWalletTx::mapValue
Russell Yanofsky
2016-12-12
1
-0
/
+25
*
|
|
|
|
Merge #9908: Define 7200 second timestamp window constant
Wladimir J. van der Laan
2017-03-06
3
-6
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Define 7200 second timestamp window constant
Russell Yanofsky
2017-03-03
3
-6
/
+6
*
|
|
|
|
|
Merge #9576: [wallet] Remove redundant initialization
Wladimir J. van der Laan
2017-03-06
1
-6
/
+2
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
[wallet] Remove redundant initialization
practicalswift
2017-02-28
1
-6
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge #9828: Avoid -Wshadow warnings in wallet_tests
Wladimir J. van der Laan
2017-03-03
1
-41
/
+41
|
\
\
\
\
\
|
*
|
|
|
|
Avoid -Wshadow warnings in wallet_tests
Russell Yanofsky
2017-02-22
1
-41
/
+41
*
|
|
|
|
|
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-03-03
2
-13
/
+13
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Do not shadow variables (gcc set)
Pavel JanÃk
2016-12-05
2
-13
/
+13
*
|
|
|
|
|
|
Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest
Wladimir J. van der Laan
2017-03-03
5
-384
/
+534
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Wallet: Sanitise -wallet parameter
Luke Dashjr
2017-02-27
1
-0
/
+6
|
*
|
|
|
|
|
Wallet/RPC: Use filename rather than CWallet pointer, for lockwallet RPCRunLa...
Luke Dashjr
2017-02-27
1
-1
/
+1
|
*
|
|
|
|
|
More tightly couple EnsureWalletIsAvailable with GetWalletForJSONRPCRequest w...
Luke Dashjr
2017-02-27
2
-54
/
+8
|
*
|
|
|
|
|
Move wallet RPC declarations to rpcwallet.h
Luke Dashjr
2017-02-27
2
-0
/
+15
|
*
|
|
|
|
|
Reformat touched lines with C++11
Luke Dashjr
2017-02-27
2
-126
/
+205
|
*
|
|
|
|
|
Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...
Luke Dashjr
2017-02-27
2
-14
/
+10
|
*
|
|
|
|
|
RPC: Do all wallet access through new GetWalletForJSONRPCRequest
Luke Dashjr
2017-02-27
2
-264
/
+364
|
*
|
|
|
|
|
RPC/Wallet: Pass CWallet as pointer to helper functions
Luke Dashjr
2017-02-27
2
-162
/
+162
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge #9359: Add test for CWalletTx::GetImmatureCredit() returning stale values.
MarcoFalke
2017-03-02
1
-0
/
+25
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add test for CWalletTx::GetImmatureCredit() returning stale values.
Russell Yanofsky
2017-03-01
1
-0
/
+25
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge #9143: Refactor ZapWalletTxes to avoid layer violations
Wladimir J. van der Laan
2017-03-02
3
-15
/
+16
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Refactor ZapWalletTxes to avoid layer vialotions
Jonas Schnelli
2017-01-24
3
-15
/
+16
*
|
|
|
|
|
Merge #9829: Fix importmulti returning rescan errors for wrong keys
Wladimir J. van der Laan
2017-02-28
2
-3
/
+15
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix importmulti returning rescan errors for wrong keys
Russell Yanofsky
2017-02-27
2
-3
/
+15
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge #9865: Change bitcoin address in RPC help message
Wladimir J. van der Laan
2017-02-28
1
-15
/
+15
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Change bitcoin address in RPC helpaddress to an invalid address, so people do...
Marijn Stollenga
2017-02-26
1
-15
/
+15
*
|
|
|
|
|
tests: Fix dangling pwalletMain pointer in wallet tests
Wladimir J. van der Laan
2017-02-27
1
-0
/
+2
|
/
/
/
/
/
*
|
|
/
/
Update sendfrom RPC help to correct coin selection misconception
Russell Yanofsky
2017-02-23
1
-0
/
+3
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge #9773: Return errors from importmulti if complete rescans are not succe...
Wladimir J. van der Laan
2017-02-22
4
-11
/
+99
|
\
\
\
\
|
*
|
|
|
Return errors from importmulti if complete rescans are not successful
Russell Yanofsky
2017-02-17
4
-11
/
+99
[next]