aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct build and test net seedRoss Nicoll2019-04-281-1/+1
* Replace test data with Dogecoin valuesRoss Nicoll2019-04-031-12/+15
* CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders2018-11-301-0/+44
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan2018-07-201-0/+9
|\
| * [QA] add createwallet disableprivatekey testJonas Schnelli2018-07-121-0/+9
* | Use common SetDataDir method to create temp directory in tests.winder2018-07-111-2/+4
|/
* wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-15/+15
* wallet: Add AddWallet, RemoveWallet, GetWallet and GetWalletsJoão Barbosa2018-04-181-6/+6
* Merge #13007: test: Fix dangling wallet pointer in vpwalletsWladimir J. van der Laan2018-04-181-2/+3
|\
| * test: Fix dangling wallet pointer in vpwalletsJoão Barbosa2018-04-171-2/+3
* | tests: Avoid copies of CTransactionMarcoFalke2018-04-111-7/+7
|/
* Merge #12920: test: Fix sign for expected valuesWladimir J. van der Laan2018-04-111-11/+11
|\
| * test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-11/+11
* | scripted-diff: Rename wallet database classesRussell Yanofsky2018-04-071-7/+7
|/
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | wallet: Change output type globals to membersMarcoFalke2018-03-171-5/+0
* | Merge #10637: Coin Selection with Murch's algorithmWladimir J. van der Laan2018-03-141-337/+0
|\ \
| * | Move original knapsack solver tests to coinselector_tests.cppAndrew Chow2018-03-131-341/+0
| * | Use a struct for output eligibilityAndrew Chow2018-03-131-37/+41
* | | Merge #9680: Unify CWalletTx constructionPieter Wuille2018-03-131-5/+5
|\ \ \
| * | | [wallet] Construct CWalletTx objects in CommitTransactionRussell Yanofsky2018-03-071-5/+5
| |/ /
* / / Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDERRussell Yanofsky2018-03-131-1/+4
|/ /
* | Allow wallet files in multiple directoriesRussell Yanofsky2018-03-031-24/+19
* | Fix rescan test failure due to unset g_address_type, g_change_typeRussell Yanofsky2018-02-131-0/+3
* | [wallet] Make CWallet::ListCoins atomicJoão Barbosa2018-02-081-6/+12
* | Fix typospracticalswift2018-01-281-1/+1
|/
* Make sure WalletRescanReserver has successfully reserved the rescanJonas Schnelli2018-01-231-3/+9
* Fix ListCoins test failure due to unset g_address_type, g_change_typeRussell Yanofsky2018-01-111-0/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Require no cs_main lock for ProcessNewBlock/ActivateBestChainMatt Corallo2017-12-261-6/+11
* tests: move pwalletMain to wallet test fixtureWladimir J. van der Laan2017-11-181-2/+0
* Fix for mismatched extern definition in wallet test classes which was breakin...Aaron Clauson2017-11-181-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-7/+7
* tests: Add missing locks to testspracticalswift2017-11-101-0/+5
* [Wallet] add rescanblockchain <start_height> <stop_height> RPC commandJonas Schnelli2017-10-121-3/+3
* Acquire cs_main lock before cs_wallet during wallet initializationRussell Yanofsky2017-08-241-7/+10
* test: Make sure wallet.backup is created in temp pathWladimir J. van der Laan2017-07-251-2/+2
* Make CoinControl a required argument to CreateTransactionAlex Morcos2017-07-141-1/+3
* Merge #8694: Basic multiwallet supportWladimir J. van der Laan2017-06-121-7/+7
|\
| * Wallet: Replace pwalletMain with a vector of wallet pointersLuke Dashjr2017-06-061-7/+7
* | Remove unused Boost includespracticalswift2017-06-091-1/+0
|/
* Merge #10403: Fix importmulti failure to return rescan errorsWladimir J. van der Laan2017-06-051-15/+13
|\
| * Fix importmulti failure to return rescan errorsRussell Yanofsky2017-05-151-15/+13
* | Merge #10295: [qt] Move some WalletModel functions into CWalletWladimir J. van der Laan2017-05-231-0/+101
|\ \
| * | [test] Move some tests from qt -> walletRussell Yanofsky2017-05-171-0/+101
| |/
* / Fix importwallet edge case rescan bugRussell Yanofsky2017-05-161-0/+62
|/
* Merge #9827: Improve ScanForWalletTransactions return valueWladimir J. van der Laan2017-04-191-0/+11
|\
| * Improve ScanForWalletTransactions return valueRussell Yanofsky2017-03-011-0/+11