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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...
MeshCollider
2018-12-12
1
-4
/
+14
|
\
\
|
*
|
Add stop_block out arg to ScanForWalletTransactions
Ben Woosley
2018-11-13
1
-9
/
+12
|
*
|
Return a status enum from ScanForWalletTransactions
Ben Woosley
2018-11-13
1
-4
/
+11
|
|
/
*
/
CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
Gregory Sanders
2018-11-12
1
-0
/
+44
|
/
*
Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin...
Pieter Wuille
2018-11-09
1
-5
/
+1
|
\
|
*
Simplify arguments to SignPSBTInput
Glenn Willen
2018-11-01
1
-1
/
+1
|
*
Remove redundant txConst parameter to FillPSBT
Glenn Willen
2018-11-01
1
-5
/
+1
*
|
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
1
-8
/
+8
*
|
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
1
-4
/
+7
*
|
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-11-06
3
-7
/
+10
*
|
Pass chain and client variables where needed
Russell Yanofsky
2018-11-06
6
-17
/
+30
*
|
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-05
3
-10
/
+11
|
\
\
|
*
|
wallet: Refactor to use WalletLocation
João Barbosa
2018-10-25
3
-10
/
+11
|
|
/
*
/
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
2
-2
/
+2
|
/
*
Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to wallet
MarcoFalke
2018-10-24
1
-0
/
+2
|
\
|
*
wallet: Add missing locks
practicalswift
2018-10-09
1
-0
/
+2
*
|
Merge #14146: wallet: Remove trailing separators from -walletdir arg
Wladimir J. van der Laan
2018-10-18
3
-0
/
+141
|
\
\
|
|
/
|
/
|
|
*
wallet: Remove trailing separators from -walletdir arg
Pierre Rochard
2018-09-12
1
-0
/
+20
|
*
wallet: Add walletdir arg unit tests
Pierre Rochard
2018-09-12
3
-0
/
+121
*
|
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-09-21
1
-1
/
+1
|
/
*
Merge #13419: [tests] Speed up knapsack_solver_test by not recreating wallet ...
Wladimir J. van der Laan
2018-09-11
1
-25
/
+36
|
\
|
*
Speed up knapsack_solver_test by not recreating wallet 100 times.
[email protected]
2018-08-10
1
-25
/
+36
*
|
Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoins
MarcoFalke
2018-08-31
1
-3
/
+13
|
\
\
|
*
|
Add AssertLockHeld assertions in CWallet::ListCoins
Russell Yanofsky
2018-04-11
1
-3
/
+13
*
|
|
Merge #13825: [wallet] Kill accounts
Wladimir J. van der Laan
2018-08-30
1
-1
/
+1
|
\
\
\
|
*
|
|
[wallet] Kill accounts
John Newbery
2018-08-30
1
-1
/
+1
*
|
|
|
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-28
1
-2
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
[MOVEONLY] Move ParseHDKeypath to utilstrencodings
Pieter Wuille
2018-08-13
1
-2
/
+0
|
|
|
/
|
|
/
|
*
|
|
[tests] Remove wallet accounts test
John Newbery
2018-08-27
1
-136
/
+0
*
|
|
Merge #13861: test: Add testing of value_ret for SelectCoinsBnB
Wladimir J. van der Laan
2018-08-27
1
-0
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
test: Add testing of value_ret for SelectCoinsBnB
Ben Woosley
2018-08-03
1
-0
/
+10
*
|
|
Update copyright headers to 2018
DrahtBot
2018-07-27
7
-7
/
+7
|
/
/
*
|
wallet: Switch to using output groups instead of coins in coin selection
Karl-Johan Alm
2018-07-24
1
-52
/
+68
*
|
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-20
1
-0
/
+9
|
\
\
|
*
|
[QA] add createwallet disableprivatekey test
Jonas Schnelli
2018-07-12
1
-0
/
+9
*
|
|
wallet: Add tests for ParseHDKeypath(...)
practicalswift
2018-07-19
1
-0
/
+76
*
|
|
Merge #13557: BIP 174 PSBT Serializations and RPCs
Wladimir J. van der Laan
2018-07-18
1
-0
/
+74
|
\
\
\
|
*
|
|
Tests for PSBT
Andrew Chow
2018-07-16
1
-0
/
+74
|
|
/
/
*
|
|
Merge #13145: Use common getPath method to create temp directory in tests.
MarcoFalke
2018-07-12
1
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use common SetDataDir method to create temp directory in tests.
winder
2018-07-11
1
-2
/
+4
*
|
|
Use bracket syntax includes ("#include <foo.h>")
practicalswift
2018-06-06
1
-8
/
+8
|
/
/
*
|
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-05-22
1
-15
/
+15
*
|
Merge #12963: Fix Clang Static Analyzer warnings
MarcoFalke
2018-05-14
1
-11
/
+4
|
\
\
|
*
|
Fix dead stores. Values were stored but never read. Limit scope.
practicalswift
2018-04-12
1
-11
/
+4
|
|
/
*
|
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
1
-6
/
+6
*
|
Merge #13007: test: Fix dangling wallet pointer in vpwallets
Wladimir J. van der Laan
2018-04-18
1
-2
/
+3
|
\
\
|
*
|
test: Fix dangling wallet pointer in vpwallets
João Barbosa
2018-04-17
1
-2
/
+3
|
|
/
*
/
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-11
1
-7
/
+7
|
/
*
Merge #12920: test: Fix sign for expected values
Wladimir J. van der Laan
2018-04-11
1
-11
/
+11
|
\
|
*
test: Fix sign for expected values
Karl-Johan Alm
2018-04-11
1
-11
/
+11
[prev]
[next]