aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/wallettests.cpp
AgeCommit message (Expand)Author
2019-03-11wallet: Refactor to use WalletLocationJoão Barbosa
2018-10-24Disable wallet and address book Qt tests on macOS minimal platformRussell Yanofsky
2018-06-18gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan
2018-05-22wallet: Use shared pointer to retain wallet instanceJoão Barbosa
2018-04-25[tests] [qt] Introduce qt/test/util with a generalized ConfirmMessageJames O'Beirne
2018-04-18wallet: Add AddWallet, RemoveWallet, GetWallet and GetWalletsJoão Barbosa
2018-04-09Merge #11851: scripted-diff: Rename wallet database classesWladimir J. van der Laan
2018-04-07scripted-diff: Rename wallet database classesRussell Yanofsky
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-05Merge #10244: Refactor: separate gui from wallet and nodeWladimir J. van der Laan
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-04Remove direct bitcoin calls from qt transaction table filesRussell Yanofsky
2018-04-04Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/optionsmodel.cppRussell Yanofsky
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-03-17wallet: Change output type globals to membersMarcoFalke
2018-03-07Merge #11687: External wallet filesWladimir J. van der Laan
2018-03-03Allow wallet files in multiple directoriesRussell Yanofsky
2018-03-02Fix ListCoins test failure due to unset g_wallet_allow_fallback_feeRussell Yanofsky
2018-02-25Disable wallet fallbackfee by default on mainnetJonas Schnelli
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-01-23Make sure WalletRescanReserver has successfully reserved the rescanJonas Schnelli
2018-01-09SegWit wallet supportPieter Wuille
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-10tests: Add missing locks to testspracticalswift
2017-10-13Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"Jonas Schnelli
2017-10-12[Wallet] add rescanblockchain <start_height> <stop_height> RPC commandJonas Schnelli
2017-09-19[Tests] Add Qt GUI tests to Overview and ReceiveCoin PageAnditto Heristyo
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-06-01Fix bumpfee test after #10449Russell Yanofsky
2017-05-25Fix broken q4 test buildRussell Yanofsky
2017-05-23Add Qt tests for wallet spends & bumpfeeRussell Yanofsky
2017-05-17[test] Move some tests from qt -> walletRussell Yanofsky
2017-05-17[test] Add tests for some walletmodel functionsRussell Yanofsky
2017-04-20wallet: Introduce database handle wrapperWladimir J. van der Laan
2017-04-03Run bitcoin_test-qt under minimal QPA platformRussell Yanofsky
2017-03-27Make qt wallet test compatible with qt4Russell Yanofsky
2017-03-20Avoid QTimer::singleShot compile error with Qt 5.3.2Russell Yanofsky
2017-03-20Avoid scoped_connection compile error with boost 1.55.0Russell Yanofsky
2017-03-15Add simple qt wallet test sending a transactionRussell Yanofsky