index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
test
Age
Commit message (
Expand
)
Author
2019-08-23
Encapsulate tx status in a Confirmation struct
Antoine Riard
2019-08-01
Merge #16277: [Tests] Suppress output in test_bitcoin for expected errors
Wladimir J. van der Laan
2019-07-17
Merge #16208: wallet: Consume ReserveDestination on successful CreateTransaction
MeshCollider
2019-07-16
Merge #16194: refactor: share blockmetadata with BlockManager
Wladimir J. van der Laan
2019-07-11
Merge #16227: Refactor CWallet's inheritance chain
Wladimir J. van der Laan
2019-07-10
Restrict lifetime of ReserveDestination to CWallet::CreateTransaction
Gregory Sanders
2019-07-10
Merge #16237: Have the wallet give out destinations instead of keys
Wladimir J. van der Laan
2019-07-09
Replace CReserveKey with ReserveDestinatoin
Andrew Chow
2019-07-09
Add GetNewDestination to CWallet to fetch new destinations
Andrew Chow
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-07-08
refactoring: remove mapBlockIndex global
James O'Beirne
2019-07-03
Suppress output in test_bitcoin for expected errors
Gert-Jaap Glasbergen
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-25
Merge #16252: test: Log to debug.log in all unit tests
Wladimir J. van der Laan
2019-06-20
test: Create data dir in BasicTestingSetup
MarcoFalke
2019-06-19
Change ismine to take a CWallet instead of CKeyStore
Andrew Chow
2019-06-19
Move ismine to wallet module
Andrew Chow
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-17
scripted-diff: Rename LockAnnotation to LockAssertion
practicalswift
2019-05-17
Move LockAnnotation to make it reflect the truth
practicalswift
2019-05-17
Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...
MarcoFalke
2019-05-16
Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redun...
practicalswift
2019-05-16
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-09
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-23
wallet: add cachable amounts for caching credit/debit values
Karl-Johan Alm
2019-04-17
Merge #15779: test: Add wallet_balance benchmark
MarcoFalke
2019-04-17
refactor: Add handleNotifications method to wallet
MarcoFalke
2019-04-16
Merge #15352: tests: Reduce noise level in test_bitcoin output
MarcoFalke
2019-04-15
Merge #15788: test: Unify testing setups for fuzz, bench, and unit tests
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-10
bitcoin-wallet tool: Drop MakeChain calls
Russell Yanofsky
2019-04-04
wallet: Get all balances in one call
MarcoFalke
2019-03-29
tests: Reduce noise level in test_bitcoin output
practicalswift
2019-03-05
Remove use of CRPCTable::appendCommand in wallet code
Russell Yanofsky
2019-03-05
Remove use CValidationInterface in wallet code
Russell Yanofsky
2019-02-22
Remove use of g_connman / PushInventory in wallet code
Russell Yanofsky
2019-02-22
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-14
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
Remove unused TransactionError constants
MarcoFalke
2019-02-11
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
Move PSBT definitions and code to separate files
Glenn Willen
2019-02-11
Merge #15226: Allow creating blank (empty) wallets (alternative)
MeshCollider
2019-02-10
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-06
Merge #15321: doc: Add cs_main lock annotations for mapBlockIndex
MarcoFalke
2019-02-01
doc: Add cs_main lock annotations for mapBlockIndex
practicalswift
2019-02-01
Rename ScanResult stop_block field
Russell Yanofsky
[next]