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
/
addressbooktests.cpp
Age
Commit message (
Expand
)
Author
2021-11-09
Remove `gArgs` from `wallet.h` and `wallet.cpp`
Kiminuo
2021-10-25
refactor: const shared_ptrs
Karl-Johan Alm
2021-10-15
tests, gui: Use DescriptorScriptPubKeyMan in GUI tests
Andrew Chow
2021-09-15
Fix Qt test broken by #22219
Russell Yanofsky
2021-09-07
Enable clang-tidy bugprone-argument-comment and fix violations
MarcoFalke
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
2021-05-19
refactor: move first run detection to client code
Ivan Metlushko
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-09-01
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-08-26
gui: Replace interface::Node references with pointers
Russell Yanofsky
2020-07-13
test: Remove duplicate NodeContext hacks
Russell Yanofsky
2020-06-17
scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase
Andrew Chow
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-10
Merge #17905: gui: Avoid redundant tx status updates
MarcoFalke
2020-04-02
scripted-diff: Wallet: Rename mapAddressBook to m_address_book
Luke Dashjr
2020-01-23
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2020-01-09
gui: Avoid redundant tx status updates
Russell Yanofsky
2020-01-04
scripted-diff: Add missed copyright headers
Hennadii Stepanov
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-01
doc: Explain QT_QPA_PLATFORM for gui tests
MarcoFalke
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
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-07
wallet: Add lock annotation for mapAddressBook
MarcoFalke
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-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-08-20
Disable wallet and address book Qt tests on macOS minimal platform
Russell Yanofsky
2018-05-22
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-04-25
[tests] [qt] Add tests for address book manipulation via EditAddressDialog
James O'Beirne