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
/
wallet_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
1
-1
/
+1
|
/
*
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-30
1
-6
/
+13
|
\
|
*
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
1
-6
/
+13
*
|
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-25
1
-23
/
+31
|
/
*
[wallet] Remove `state` argument from CWallet::CommitTransaction
John Newbery
2019-10-18
1
-3
/
+1
*
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-10-18
1
-1
/
+1
*
Merge #16786: test: add unit test for wallet watch-only methods involving Pub...
MarcoFalke
2019-10-10
1
-0
/
+78
|
\
|
*
test: add unit test for wallet watch-only methods involving PubKeys
Sebastian Falbesoner
2019-09-16
1
-0
/
+78
*
|
Encapsulate tx status in a Confirmation struct
Antoine Riard
2019-08-23
1
-9
/
+13
|
/
*
Merge #16208: wallet: Consume ReserveDestination on successful CreateTransaction
MeshCollider
2019-07-17
1
-3
/
+2
|
\
|
*
Restrict lifetime of ReserveDestination to CWallet::CreateTransaction
Gregory Sanders
2019-07-10
1
-3
/
+2
*
|
Merge #16194: refactor: share blockmetadata with BlockManager
Wladimir J. van der Laan
2019-07-16
1
-1
/
+1
|
\
\
|
*
|
refactoring: remove mapBlockIndex global
James O'Beirne
2019-07-08
1
-1
/
+1
*
|
|
Merge #16227: Refactor CWallet's inheritance chain
Wladimir J. van der Laan
2019-07-11
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-07-09
1
-1
/
+1
|
|
/
*
|
Merge #16237: Have the wallet give out destinations instead of keys
Wladimir J. van der Laan
2019-07-10
1
-5
/
+6
|
\
\
|
|
/
|
/
|
|
*
Replace CReserveKey with ReserveDestinatoin
Andrew Chow
2019-07-09
1
-3
/
+3
|
*
Add GetNewDestination to CWallet to fetch new destinations
Andrew Chow
2019-07-09
1
-2
/
+3
*
|
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-26
1
-2
/
+0
*
|
test: Create data dir in BasicTestingSetup
MarcoFalke
2019-06-20
1
-1
/
+1
|
/
*
scripted-diff: Rename LockAnnotation to LockAssertion
practicalswift
2019-05-17
1
-5
/
+5
*
Move LockAnnotation to make it reflect the truth
practicalswift
2019-05-17
1
-1
/
+1
*
Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redun...
practicalswift
2019-05-16
1
-12
/
+19
*
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-13
1
-9
/
+13
*
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-09
1
-4
/
+4
|
\
|
*
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-29
1
-4
/
+4
*
|
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-10
/
+10
|
/
*
Merge #15788: test: Unify testing setups for fuzz, bench, and unit tests
MarcoFalke
2019-04-15
1
-1
/
+1
|
\
|
*
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-11
1
-1
/
+1
*
|
bitcoin-wallet tool: Drop MakeChain calls
Russell Yanofsky
2019-04-10
1
-10
/
+10
|
/
*
wallet: Get all balances in one call
MarcoFalke
2019-04-04
1
-4
/
+4
*
Remove use of g_connman / PushInventory in wallet code
Russell Yanofsky
2019-02-22
1
-1
/
+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
|
/
*
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
|
/
*
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
*
Pass chain and client variables where needed
Russell Yanofsky
2018-11-06
1
-8
/
+15
*
wallet: Refactor to use WalletLocation
João Barbosa
2018-10-25
1
-8
/
+8
*
Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoins
MarcoFalke
2018-08-31
1
-3
/
+13
|
\
[prev]
[next]