aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | [QA] add createwallet disableprivatekey testJonas Schnelli2018-07-121-0/+9
* | | wallet: Add tests for ParseHDKeypath(...)practicalswift2018-07-191-0/+76
* | | Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan2018-07-181-0/+74
|\ \ \
| * | | Tests for PSBTAndrew Chow2018-07-161-0/+74
| |/ /
* | | Merge #13145: Use common getPath method to create temp directory in tests.MarcoFalke2018-07-121-2/+4
|\ \ \ | |/ / |/| |
| * | Use common SetDataDir method to create temp directory in tests.winder2018-07-111-2/+4
* | | Use bracket syntax includes ("#include <foo.h>")practicalswift2018-06-061-8/+8
|/ /
* | wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-15/+15
* | Merge #12963: Fix Clang Static Analyzer warningsMarcoFalke2018-05-141-11/+4
|\ \
| * | Fix dead stores. Values were stored but never read. Limit scope.practicalswift2018-04-121-11/+4
| |/
* | 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
* | Merge #11851: scripted-diff: Rename wallet database classesWladimir J. van der Laan2018-04-093-9/+9
|\ \
| * | scripted-diff: Rename wallet database classesRussell Yanofsky2018-04-073-9/+9
* | | Remove duplicate includespracticalswift2018-04-091-1/+0
| |/ |/|
* | tests: Avoid test suite name collision in wallet crypto_testsMarcoFalke2018-04-061-1/+1
|/
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-052-0/+3
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-022-0/+3
* | Merge #12757: Clarify include guard naming conventionMarcoFalke2018-04-011-4/+3
|\ \
| * | Fix missing or inconsistent include guardspracticalswift2018-03-221-4/+3
* | | Merge #12719: tests: Add note about test suite naming convention in developer...MarcoFalke2018-04-012-2/+2
|\ \ \
| * | | tests: Rename test suits not following the test suite naming conventionpracticalswift2018-03-192-2/+2
* | | | Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-271-1/+1
|\ \ \ \
| * | | | scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-1/+1
* | | | | Merge #12694: Actually disable BnB when there are preset inputsWladimir J. van der Laan2018-03-221-1/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Test that BnB is not used when there are preset inputsAndrew Chow2018-03-151-1/+15
| | |/ / | |/| |
* / | | wallet: Change output type globals to membersMarcoFalke2018-03-172-7/+0
|/ / /
* | | Merge #10637: Coin Selection with Murch's algorithmWladimir J. van der Laan2018-03-142-337/+561
|\ \ \
| * | | Add a test to make sure that negative effective values are filteredAndrew Chow2018-03-131-5/+15
| * | | Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use itAndrew Chow2018-03-131-37/+87
| * | | Move original knapsack solver tests to coinselector_tests.cppAndrew Chow2018-03-132-341/+330
| * | | Add tests for the Branch and Bound algorithmAndrew Chow2018-03-131-0/+171
| * | | Use a struct for output eligibilityAndrew Chow2018-03-131-37/+41
| |/ /
* | | Merge #9680: Unify CWalletTx constructionPieter Wuille2018-03-132-9/+9
|\ \ \
| * | | [wallet] Get rid of CWalletTx default constructorRussell Yanofsky2018-03-071-4/+4
| * | | [wallet] Construct CWalletTx objects in CommitTransactionRussell Yanofsky2018-03-071-5/+5
| |/ /
* / / Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDERRussell Yanofsky2018-03-131-1/+4
|/ /
* | Merge #11687: External wallet filesWladimir J. van der Laan2018-03-074-58/+48
|\ \
| * | Allow wallet files in multiple directoriesRussell Yanofsky2018-03-034-58/+48
* | | Merge #12516: Avoid unintentional unsigned integer wraparounds in testsWladimir J. van der Laan2018-03-051-2/+2
|\ \ \ | |/ / |/| |
| * | Avoid unintentional unsigned integer wraparounds in testspracticalswift2018-02-231-2/+2
* | | Fix ListCoins test failure due to unset g_wallet_allow_fallback_feeRussell Yanofsky2018-03-021-2/+0
* | | Merge #11882: Disable default fallbackfee on mainnetWladimir J. van der Laan2018-03-011-0/+1
|\ \ \ | |/ / |/| |
| * | Disable wallet fallbackfee by default on mainnetJonas Schnelli2018-02-251-0/+1
* | | 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