aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | [Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoinNicolasDorier2017-04-081-1/+1
* | Add COutput::fSafe member for safe handling of unconfirmed outputsRussell Yanofsky2017-03-101-1/+1
* | Refactor: Remove using namespace <xxx> from wallet/Karl-Johan Alm2017-03-081-5/+3
* | Merge #9369: Factor out CWallet::nTimeSmart computation into a method.Wladimir J. van der Laan2017-03-071-0/+53
|\ \
| * | Add tests for CWalletTx::nTimeSmartRussell Yanofsky2017-03-031-0/+53
* | | Merge #9908: Define 7200 second timestamp window constantWladimir J. van der Laan2017-03-061-1/+1
|\ \ \ | |/ / |/| |
| * | Define 7200 second timestamp window constantRussell Yanofsky2017-03-031-1/+1
| |/
* | Merge #9828: Avoid -Wshadow warnings in wallet_testsWladimir J. van der Laan2017-03-031-41/+41
|\ \
| * | Avoid -Wshadow warnings in wallet_testsRussell Yanofsky2017-02-221-41/+41
* | | Add test for CWalletTx::GetImmatureCredit() returning stale values.Russell Yanofsky2017-03-011-0/+25
| |/ |/|
* | Fix importmulti returning rescan errors for wrong keysRussell Yanofsky2017-02-271-3/+14
* | tests: Fix dangling pwalletMain pointer in wallet testsWladimir J. van der Laan2017-02-271-0/+2
|/
* Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-171-0/+60
* Fix memory leak in wallet testsPieter Wuille2017-01-121-4/+8
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...Wladimir J. van der Laan2016-12-201-37/+37
|\
| * SelectCoinsMinConf: Prefer coins with fewer ancestorsGregory Sanders2016-12-131-37/+37
* | Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille2016-12-021-1/+1
|/
* update comments for tx weightBrian Deery2016-11-141-1/+1
* Do not shadow variables.Pavel Janík2016-08-311-3/+3
* wallet: Revert input selection post-pruningWladimir J. van der Laan2016-07-011-14/+0
* [wallet] tests: Don't use floating pointMarcoFalke2016-06-171-21/+25
* Merge #7688: List solvability in listunspent output and improve helpWladimir J. van der Laan2016-04-251-1/+1
|\
| * List solvability in listunspent output and improve helpPieter Wuille2016-03-141-1/+1
* | test: Create test fixture for walletWladimir J. van der Laan2016-04-181-2/+2
|/
* Merge pull request #7293Wladimir J. van der Laan2016-01-071-6/+19
|\
| * [trivial] Merge test cases and replace CENT with COINMarcoFalke2016-01-051-15/+10
| * [wallet] Add regression test for vValue sort orderMarcoFalke2016-01-051-0/+18
* | Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\ \ | |/ |/|
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | [wallet] Adjust pruning testMarcoFalke2015-12-091-8/+10
* | Added a test for the pruning of extraneous inputs after ApproximateBestSetMurch2015-12-071-0/+18
|/
* [wallet] Refactor to use new MIN_CHANGEMarcoFalke2015-10-281-46/+67