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
...
|
*
|
|
|
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
3
-44
/
+20
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Fix accidental use of the addition assignment operator ("+="). Remove newline...
practicalswift
2018-07-27
1
-2
/
+2
|
/
/
/
*
|
|
Merge #13658: [moveonly] Extract RescanWallet to handle a simple rescan
Wladimir J. van der Laan
2018-07-25
2
-30
/
+15
|
\
\
\
|
*
|
|
[moveonly] Extract RescanWallet to handle a simple rescan
Ben Woosley
2018-07-14
2
-30
/
+15
|
|
/
/
*
|
|
Merge #13656: Remove the boost/algorithm/string/predicate.hpp dependency
MarcoFalke
2018-07-24
1
-2
/
+2
|
\
\
\
|
*
|
|
Removes Boost predicate.hpp dependency
251
2018-07-22
1
-2
/
+2
*
|
|
|
Merge #12257: [wallet] Use destination groups instead of coins in coin select
Wladimir J. van der Laan
2018-07-24
8
-199
/
+308
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
clean-up: Remove no longer used ivars from CInputCoin
Karl-Johan Alm
2018-07-24
1
-2
/
+0
|
*
|
|
wallet: Remove deprecated OutputEligibleForSpending
Karl-Johan Alm
2018-07-24
2
-20
/
+0
|
*
|
|
wallet: Switch to using output groups instead of coins in coin selection
Karl-Johan Alm
2018-07-24
5
-150
/
+161
|
*
|
|
wallet: Add output grouping
Karl-Johan Alm
2018-07-24
4
-3
/
+94
|
*
|
|
Add -avoidpartialspends and m_avoid_partial_spends
Karl-Johan Alm
2018-07-24
4
-13
/
+29
|
*
|
|
wallet: Add input bytes to CInputCoin
Karl-Johan Alm
2018-07-24
2
-0
/
+13
|
*
|
|
moveonly: CoinElegibilityFilter into coinselection.h
Karl-Johan Alm
2018-07-24
2
-11
/
+11
*
|
|
|
Merge #13691: Remove redundant variables, statements and forward declarations
MarcoFalke
2018-07-22
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Remove redundant statement
practicalswift
2018-07-18
1
-1
/
+1
*
|
|
|
|
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
6
-30
/
+154
|
\
\
\
\
|
*
|
|
|
[QA] add createwallet disableprivatekey test
Jonas Schnelli
2018-07-12
1
-0
/
+9
|
*
|
|
|
Add disable privatekeys option to createwallet
Jonas Schnelli
2018-07-12
1
-5
/
+11
|
*
|
|
|
Add option to disable private keys during internal wallet creation
Jonas Schnelli
2018-07-12
4
-28
/
+95
|
*
|
|
|
Add facility to store wallet flags (64 bits)
Jonas Schnelli
2018-07-12
4
-1
/
+43
*
|
|
|
|
Merge #13712: wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using...
MarcoFalke
2018-07-19
2
-1
/
+79
|
\
\
\
\
\
|
*
|
|
|
|
wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD...
practicalswift
2018-07-19
1
-1
/
+3
|
*
|
|
|
|
wallet: Add tests for ParseHDKeypath(...)
practicalswift
2018-07-19
1
-0
/
+76
*
|
|
|
|
|
Merge #13074: [trivial] Correct help text for `importaddress` RPC
MarcoFalke
2018-07-19
1
-6
/
+6
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[wallet] [rpc] Fix importaddress help text
John Newbery
2018-04-25
1
-6
/
+6
*
|
|
|
|
|
|
Merge #13500: [wallet] Decouple wallet version from client version
Wladimir J. van der Laan
2018-07-18
2
-3
/
+3
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Decouple wallet version from client version
Andrew Chow
2018-06-18
2
-3
/
+3
*
|
|
|
|
|
|
Merge #13557: BIP 174 PSBT Serializations and RPCs
Wladimir J. van der Laan
2018-07-18
3
-90
/
+498
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Tests for PSBT
Andrew Chow
2018-07-16
1
-0
/
+74
|
*
|
|
|
|
|
Create wallet RPCs for PSBT
Andrew Chow
2018-07-16
2
-0
/
+331
|
*
|
|
|
|
|
Refactor transaction creation and transaction funding logic
Andrew Chow
2018-07-13
1
-90
/
+93
*
|
|
|
|
|
|
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
4
-117
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Move AddAndGetDestinationForScript from wallet to outputype module
Anthony Towns
2018-07-10
3
-31
/
+1
|
*
|
|
|
|
|
Add outputtype module
Anthony Towns
2018-07-09
4
-86
/
+3
*
|
|
|
|
|
|
Merge #13651: [moveonly] Extract CWallet::MarkInputsDirty, and privatize AddT...
Pieter Wuille
2018-07-13
2
-35
/
+31
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Privatize CWallet::AddToWalletIfInvolvingMe
Ben Woosley
2018-07-13
2
-14
/
+15
|
*
|
|
|
|
|
|
Extract CWallet::MarkInputsDirty
Ben Woosley
2018-07-13
2
-21
/
+16
*
|
|
|
|
|
|
|
Merge #13566: Fix get balance
Pieter Wuille
2018-07-13
3
-88
/
+63
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
[RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts.
John Newbery
2018-06-29
1
-29
/
+36
|
*
|
|
|
|
|
|
|
[wallet] GetBalance can take a min_depth argument.
John Newbery
2018-06-28
2
-3
/
+3
|
*
|
|
|
|
|
|
|
[wallet] factor out GetAvailableWatchOnlyBalance()
John Newbery
2018-06-28
2
-7
/
+1
|
*
|
|
|
|
|
|
|
[wallet] deduplicate GetAvailableCredit logic
John Newbery
2018-06-28
1
-25
/
+4
|
*
|
|
|
|
|
|
|
[wallet] Factor out GetWatchOnlyBalance()
John Newbery
2018-06-28
2
-17
/
+0
|
*
|
|
|
|
|
|
|
[wallet] GetBalance can take an isminefilter filter.
John Newbery
2018-06-28
2
-11
/
+23
*
|
|
|
|
|
|
|
|
Merge #13630: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain
Pieter Wuille
2018-07-13
2
-5
/
+3
|
\
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
[prev]
[next]