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 #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-22
1
-2
/
+1
|
\
|
*
Remove unused TransactionError constants
MarcoFalke
2019-02-14
1
-2
/
+1
*
|
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
1
-0
/
+1
|
/
*
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
1
-1
/
+3
*
Move PSBT definitions and code to separate files
Glenn Willen
2019-02-11
1
-0
/
+1
*
Merge #15226: Allow creating blank (empty) wallets (alternative)
MeshCollider
2019-02-11
1
-0
/
+1
|
\
|
*
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-10
1
-0
/
+1
*
|
Merge #15321: doc: Add cs_main lock annotations for mapBlockIndex
MarcoFalke
2019-02-06
1
-0
/
+3
|
\
\
|
*
|
doc: Add cs_main lock annotations for mapBlockIndex
practicalswift
2019-02-01
1
-0
/
+3
|
|
/
*
/
Rename ScanResult stop_block field
Russell Yanofsky
2019-02-01
1
-15
/
+15
|
/
*
Merge #11911: Free BerkeleyEnvironment instances when not in use
Wladimir J. van der Laan
2019-01-31
1
-0
/
+72
|
\
|
*
Tests: add unit tests for GetWalletEnv
Pierre Rochard
2018-11-26
1
-0
/
+72
*
|
Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...
Russell Yanofsky
2019-01-15
1
-22
/
+25
*
|
Add height, depth, and hash methods to the Chain interface
Russell Yanofsky
2019-01-15
1
-2
/
+2
*
|
test: Run invalid_txs.InputMissing test in feature_block
MarcoFalke
2019-01-05
1
-2
/
+2
*
|
wallet: Initialize stop_block to nullptr in CWallet::ScanForWalletTransactions
Ben Woosley
2018-12-17
1
-4
/
+51
*
|
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
|
\
\
[next]