aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
AgeCommit message (Expand)Author
2017-10-03Acquire cs_main lock before cs_wallet during wallet initializationRussell Yanofsky
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-26Merge #10912: [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cppWladimir J. van der Laan
2017-07-26[tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpppracticalswift
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-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-12Merge #8694: Basic multiwallet supportWladimir J. van der Laan
2017-06-09Remove unused Boost includespracticalswift
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-06Wallet: Replace pwalletMain with a vector of wallet pointersLuke Dashjr
2017-06-05Merge test_random.h into test_bitcoin.hPieter Wuille
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
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-20wallet: Introduce database handle wrapperWladimir J. van der Laan
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-12Fix wallet/test/crypto_tests.cpp for OpenSSL 1.1 API.Gregory Maxwell
2016-12-02Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille
2016-11-14update comments for tx weightBrian Deery
2016-10-19wallet: Change CCrypter to use vectors with secure allocatorWladimir J. van der Laan
2016-10-17Kill insecure_random and associated global stateWladimir J. van der Laan
2016-09-15Remove last reference to CWalletDB from accounting_tests.cppPatrick Strateman
2016-09-15Remove pwalletdb parameter from CWallet::AddAccountingEntryPatrick Strateman
2016-09-15Add CWallet::ReorderTransactions and use in accounting_tests.cppPatrick Strateman
2016-09-15Add CWallet::ListAccountCreditDebitPatrick Strateman
2016-08-31Do not shadow variables.Pavel Janík
2016-08-24Merge #8450: [Test] Replace rpc_wallet_tests.cpp with python RPC unit testsWladimir J. van der Laan