aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_tests.cpp
AgeCommit message (Expand)Author
2018-03-14Merge #10637: Coin Selection with Murch's algorithmWladimir J. van der Laan
2018-03-13Merge #9680: Unify CWalletTx constructionPieter Wuille
2018-03-13Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDERRussell Yanofsky
2018-03-13Move original knapsack solver tests to coinselector_tests.cppAndrew Chow
2018-03-13Use a struct for output eligibilityAndrew Chow
2018-03-07[wallet] Construct CWalletTx objects in CommitTransactionRussell Yanofsky
2018-03-03Allow wallet files in multiple directoriesRussell Yanofsky
2018-02-13Fix rescan test failure due to unset g_address_type, g_change_typeRussell Yanofsky
2018-02-08[wallet] Make CWallet::ListCoins atomicJoão Barbosa
2018-01-28Fix typospracticalswift
2018-01-23Make sure WalletRescanReserver has successfully reserved the rescanJonas Schnelli
2018-01-11Fix ListCoins test failure due to unset g_address_type, g_change_typeRussell Yanofsky
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-26Require no cs_main lock for ProcessNewBlock/ActivateBestChainMatt Corallo
2017-11-18tests: move pwalletMain to wallet test fixtureWladimir J. van der Laan
2017-11-18Fix for mismatched extern definition in wallet test classes which was breakin...Aaron Clauson
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-10tests: Add missing locks to testspracticalswift
2017-10-12[Wallet] add rescanblockchain <start_height> <stop_height> RPC commandJonas Schnelli
2017-08-24Acquire cs_main lock before cs_wallet during wallet initializationRussell Yanofsky
2017-07-25test: Make sure wallet.backup is created in temp pathWladimir J. van der Laan
2017-07-14Make CoinControl a required argument to CreateTransactionAlex Morcos
2017-06-12Merge #8694: Basic multiwallet supportWladimir J. van der Laan
2017-06-09Remove unused Boost includespracticalswift
2017-06-06Wallet: Replace pwalletMain with a vector of wallet pointersLuke Dashjr
2017-06-05Merge #10403: Fix importmulti failure to return rescan errorsWladimir J. van der Laan
2017-05-23Merge #10295: [qt] Move some WalletModel functions into CWalletWladimir J. van der Laan
2017-05-17[test] Move some tests from qt -> walletRussell Yanofsky
2017-05-16Fix importwallet edge case rescan bugRussell Yanofsky
2017-05-15Fix importmulti failure to return rescan errorsRussell Yanofsky
2017-04-19Merge #9827: Improve ScanForWalletTransactions return valueWladimir J. van der Laan
2017-04-08[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoinNicolasDorier
2017-03-10Add COutput::fSafe member for safe handling of unconfirmed outputsRussell Yanofsky
2017-03-08Refactor: Remove using namespace <xxx> from wallet/Karl-Johan Alm
2017-03-07Merge #9369: Factor out CWallet::nTimeSmart computation into a method.Wladimir J. van der Laan
2017-03-06Merge #9908: Define 7200 second timestamp window constantWladimir J. van der Laan
2017-03-03Define 7200 second timestamp window constantRussell Yanofsky
2017-03-03Add tests for CWalletTx::nTimeSmartRussell Yanofsky
2017-03-03Merge #9828: Avoid -Wshadow warnings in wallet_testsWladimir J. van der Laan
2017-03-01Improve ScanForWalletTransactions return valueRussell Yanofsky
2017-03-01Add test for CWalletTx::GetImmatureCredit() returning stale values.Russell Yanofsky
2017-02-27Fix importmulti returning rescan errors for wrong keysRussell Yanofsky
2017-02-27tests: Fix dangling pwalletMain pointer in wallet testsWladimir J. van der Laan
2017-02-22Avoid -Wshadow warnings in wallet_testsRussell Yanofsky
2017-02-17Return errors from importmulti if complete rescans are not successfulRussell Yanofsky
2017-01-12Fix memory leak in wallet testsPieter Wuille
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-20Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...Wladimir J. van der Laan
2016-12-13SelectCoinsMinConf: Prefer coins with fewer ancestorsGregory Sanders
2016-12-02Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille