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
*
CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
Gregory Sanders
2018-11-30
1
-1
/
+8
*
Remove stale comment in CalculateMaximumSignedInputSize
Gregory Sanders
2018-11-30
1
-2
/
+0
*
wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...
practicalswift
2018-11-28
1
-0
/
+2
*
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
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
|
Merge #13843: [trivial] Add doxygen-compatible comments to CAffectedKeysVisitor
Wladimir J. van der Laan
2018-08-07
1
-0
/
+11
|
\
\
\
|
*
|
|
[trivial] add doxygen-compatible comments to CAffectedKeysVisitor
Pierre Rochard
2018-08-03
1
-0
/
+11
|
|
|
/
|
|
/
|
*
|
|
Merge #13657: wallet: assert to ensure accuracy of CMerkleTx::GetBlocksToMatu...
Wladimir J. van der Laan
2018-08-07
1
-1
/
+3
|
\
\
\
|
*
|
|
wallet: assert to ensure accuracy of CMerkleTx::GetBlocksToMaturity
Ben Woosley
2018-07-13
1
-1
/
+3
*
|
|
|
[wallet] Add wallet name to log messages
Pierre Rochard
2018-08-02
1
-43
/
+42
|
|
/
/
|
/
|
|
*
|
|
Merge #13805: [wallet] Correctly limit output group size
MarcoFalke
2018-08-01
1
-1
/
+4
|
\
\
\
|
*
|
|
[wallet] correctly limit output group size
Suhas Daftuar
2018-07-30
1
-1
/
+4
*
|
|
|
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-29
1
-1
/
+2
|
/
/
/
*
|
|
Merge #13774: Return void instead of bool for functions that cannot fail
MarcoFalke
2018-07-29
1
-27
/
+11
|
\
\
\
|
*
|
|
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
1
-27
/
+11
|
|
|
/
|
|
/
|
*
/
|
Fix accidental use of the addition assignment operator ("+="). Remove newline...
practicalswift
2018-07-27
1
-2
/
+2
|
/
/
*
|
Merge #12257: [wallet] Use destination groups instead of coins in coin select
Wladimir J. van der Laan
2018-07-24
1
-50
/
+65
|
\
\
|
*
|
wallet: Remove deprecated OutputEligibleForSpending
Karl-Johan Alm
2018-07-24
1
-17
/
+0
|
*
|
wallet: Switch to using output groups instead of coins in coin selection
Karl-Johan Alm
2018-07-24
1
-33
/
+39
|
*
|
wallet: Add output grouping
Karl-Johan Alm
2018-07-24
1
-0
/
+26
*
|
|
Merge #13683: wallet: Introduce assertion to document the assumption that cac...
MarcoFalke
2018-07-22
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
wallet: Avoid potential null pointer dereference in CWalletTx::GetAvailableCr...
practicalswift
2018-07-17
1
-0
/
+1
*
|
|
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-20
1
-7
/
+66
|
\
\
\
|
*
|
|
Add option to disable private keys during internal wallet creation
Jonas Schnelli
2018-07-12
1
-8
/
+45
|
*
|
|
Add facility to store wallet flags (64 bits)
Jonas Schnelli
2018-07-12
1
-0
/
+22
|
|
|
/
|
|
/
|
*
|
|
Merge #13500: [wallet] Decouple wallet version from client version
Wladimir J. van der Laan
2018-07-18
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Decouple wallet version from client version
Andrew Chow
2018-06-18
1
-1
/
+1
*
|
|
Merge #13652: rpc: Fix that CWallet::AbandonTransaction would leave the grand...
Wladimir J. van der Laan
2018-07-16
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix that CWallet::AbandonTransaction would only traverse one level
Ben Woosley
2018-07-13
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge #13072: Update createmultisig RPC to support segwit
Pieter Wuille
2018-07-13
1
-83
/
+0
|
\
\
\
|
*
|
|
Move AddAndGetDestinationForScript from wallet to outputype module
Anthony Towns
2018-07-10
1
-23
/
+0
|
*
|
|
Add outputtype module
Anthony Towns
2018-07-09
1
-60
/
+0
*
|
|
|
Merge #13651: [moveonly] Extract CWallet::MarkInputsDirty, and privatize AddT...
Pieter Wuille
2018-07-13
1
-34
/
+13
|
\
\
\
\
|
*
|
|
|
Privatize CWallet::AddToWalletIfInvolvingMe
Ben Woosley
2018-07-13
1
-13
/
+0
|
*
|
|
|
Extract CWallet::MarkInputsDirty
Ben Woosley
2018-07-13
1
-21
/
+13
*
|
|
|
|
Merge #13566: Fix get balance
Pieter Wuille
2018-07-13
1
-55
/
+25
|
\
\
\
\
\
|
*
|
|
|
|
[wallet] GetBalance can take a min_depth argument.
John Newbery
2018-06-28
1
-2
/
+2
|
*
|
|
|
|
[wallet] factor out GetAvailableWatchOnlyBalance()
John Newbery
2018-06-28
1
-6
/
+1
|
*
|
|
|
|
[wallet] deduplicate GetAvailableCredit logic
John Newbery
2018-06-28
1
-25
/
+4
|
*
|
|
|
|
[wallet] Factor out GetWatchOnlyBalance()
John Newbery
2018-06-28
1
-16
/
+0
|
*
|
|
|
|
[wallet] GetBalance can take an isminefilter filter.
John Newbery
2018-06-28
1
-9
/
+21
*
|
|
|
|
|
Merge #13630: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain
Pieter Wuille
2018-07-13
1
-2
/
+1
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
[next]