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
/
qt
/
test
/
wallettests.cpp
Age
Commit message (
Expand
)
Author
2020-05-29
Merge #17597: qt: Fix height of QR-less ReceiveRequestDialog
Jonas Schnelli
2020-05-29
Merge #16432: qt: Add privacy to the Overview page
Jonas Schnelli
2020-05-27
qt: Add privacy feature to Overview page
Hennadii Stepanov
2020-05-05
qt: Overhaul ReceiveRequestDialog
Hennadii Stepanov
2020-04-30
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-19
wallet: Refactor WalletRescanReserver to use wallet reference
João Barbosa
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-14
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
2020-04-10
Merge #17905: gui: Avoid redundant tx status updates
MarcoFalke
2020-03-31
wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactions
Russell Yanofsky
2020-03-31
wallet refactor: Avoid use of Chain::Lock in qt wallettests
Russell Yanofsky
2020-01-23
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2020-01-23
Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
Andrew Chow
2020-01-16
Merge #17691: doc: Add missed copyright headers
MarcoFalke
2020-01-09
gui: Avoid redundant tx status updates
Russell Yanofsky
2020-01-04
scripted-diff: Add missed copyright headers
Hennadii Stepanov
2019-12-16
Merge #17564: rpc: Use mempool from node context instead of global
MarcoFalke
2019-12-05
node: Use mempool from node context instead of global
MarcoFalke
2019-11-26
[test] qt: add send screen balance test
Sjors Provoost
2019-11-08
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-05
Add m_last_block_processed_height field in CWallet
Antoine Riard
2019-10-30
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-28
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-01
doc: Explain QT_QPA_PLATFORM for gui tests
MarcoFalke
2019-07-08
qt: Assert QMetaObject::invokeMethod result
João Barbosa
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-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-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-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-02-01
Rename ScanResult stop_block field
Russell Yanofsky
2019-01-15
Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...
Russell Yanofsky
2018-11-13
Add stop_block out arg to ScanForWalletTransactions
Ben Woosley
2018-11-13
Return a status enum from ScanForWalletTransactions
Ben Woosley
2018-11-06
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-10-25
wallet: Refactor to use WalletLocation
João Barbosa
2018-10-24
Merge #14451: Add BIP70 deprecation warning and allow building GUI without BI...
Wladimir J. van der Laan
2018-10-20
Merge #14527: qa: Revert "Make qt wallet test compatible with qt4"
Wladimir J. van der Laan
2018-10-20
Revert "Make qt wallet test compatible with qt4"
MarcoFalke
2018-10-19
Merge #14011: Disable wallet and address book Qt tests on macOS minimal platform
Pieter Wuille
2018-10-09
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
[next]