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
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
2018-08-20
Disable wallet and address book Qt tests on macOS minimal platform
Russell Yanofsky
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-05-22
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-04-25
[tests] [qt] Introduce qt/test/util with a generalized ConfirmMessage
James O'Beirne
2018-04-18
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-09
Merge #11851: scripted-diff: Rename wallet database classes
Wladimir J. van der Laan
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-05
Merge #10244: Refactor: separate gui from wallet and node
Wladimir J. van der Laan
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-04
Remove direct bitcoin calls from qt transaction table files
Russell Yanofsky
2018-04-04
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/optionsmodel.cpp
Russell Yanofsky
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-03-07
Merge #11687: External wallet files
Wladimir J. van der Laan
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
2018-03-02
Fix ListCoins test failure due to unset g_wallet_allow_fallback_fee
Russell Yanofsky
2018-02-25
Disable wallet fallbackfee by default on mainnet
Jonas Schnelli
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-01-23
Make sure WalletRescanReserver has successfully reserved the rescan
Jonas Schnelli
2018-01-09
SegWit wallet support
Pieter Wuille
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
tests: Add missing locks to tests
practicalswift
2017-10-13
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-12
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
Jonas Schnelli
2017-09-19
[Tests] Add Qt GUI tests to Overview and ReceiveCoin Page
Anditto Heristyo
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-06-01
Fix bumpfee test after #10449
Russell Yanofsky
2017-05-25
Fix broken q4 test build
Russell Yanofsky
2017-05-23
Add Qt tests for wallet spends & bumpfee
Russell Yanofsky
2017-05-17
[test] Move some tests from qt -> wallet
Russell Yanofsky
2017-05-17
[test] Add tests for some walletmodel functions
Russell Yanofsky
2017-04-20
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-03
Run bitcoin_test-qt under minimal QPA platform
Russell Yanofsky
2017-03-27
Make qt wallet test compatible with qt4
Russell Yanofsky
2017-03-20
Avoid QTimer::singleShot compile error with Qt 5.3.2
Russell Yanofsky
[next]