aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
AgeCommit message (Expand)Author
2018-09-21tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift
2018-09-11Merge #13419: [tests] Speed up knapsack_solver_test by not recreating wallet ...Wladimir J. van der Laan
2018-08-31Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoinsMarcoFalke
2018-08-30Merge #13825: [wallet] Kill accountsWladimir J. van der Laan
2018-08-30[wallet] Kill accountsJohn Newbery
2018-08-28Merge #13723: PSBT key path cleanupsWladimir J. van der Laan
2018-08-27[tests] Remove wallet accounts testJohn Newbery
2018-08-27Merge #13861: test: Add testing of value_ret for SelectCoinsBnBWladimir J. van der Laan
2018-08-13[MOVEONLY] Move ParseHDKeypath to utilstrencodingsPieter Wuille
2018-08-10Speed up knapsack_solver_test by not recreating wallet 100 times.lucash.dev@gmail.com
2018-08-03test: Add testing of value_ret for SelectCoinsBnBBen Woosley
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24wallet: Switch to using output groups instead of coins in coin selectionKarl-Johan Alm
2018-07-20Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan
2018-07-19wallet: Add tests for ParseHDKeypath(...)practicalswift
2018-07-18Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan
2018-07-16Tests for PSBTAndrew Chow
2018-07-12[QA] add createwallet disableprivatekey testJonas Schnelli
2018-07-12Merge #13145: Use common getPath method to create temp directory in tests.MarcoFalke
2018-07-11Use common SetDataDir method to create temp directory in tests.winder
2018-06-06Use bracket syntax includes ("#include <foo.h>")practicalswift
2018-05-22wallet: Use shared pointer to retain wallet instanceJoão Barbosa
2018-05-14Merge #12963: Fix Clang Static Analyzer warningsMarcoFalke
2018-04-18wallet: Add AddWallet, RemoveWallet, GetWallet and GetWalletsJoão Barbosa
2018-04-18Merge #13007: test: Fix dangling wallet pointer in vpwalletsWladimir J. van der Laan
2018-04-17test: Fix dangling wallet pointer in vpwalletsJoão Barbosa
2018-04-12Fix dead stores. Values were stored but never read. Limit scope.practicalswift
2018-04-11tests: Avoid copies of CTransactionMarcoFalke
2018-04-11Add AssertLockHeld assertions in CWallet::ListCoinsRussell Yanofsky
2018-04-11Merge #12920: test: Fix sign for expected valuesWladimir J. van der Laan
2018-04-11test: Fix sign for expected valuesKarl-Johan Alm
2018-04-09Merge #11851: scripted-diff: Rename wallet database classesWladimir J. van der Laan
2018-04-09Remove duplicate includespracticalswift
2018-04-07scripted-diff: Rename wallet database classesRussell Yanofsky
2018-04-06tests: Avoid test suite name collision in wallet crypto_testsMarcoFalke
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-04-01Merge #12757: Clarify include guard naming conventionMarcoFalke
2018-04-01Merge #12719: tests: Add note about test suite naming convention in developer...MarcoFalke
2018-03-27Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan
2018-03-22Merge #12694: Actually disable BnB when there are preset inputsWladimir J. van der Laan
2018-03-22Fix missing or inconsistent include guardspracticalswift
2018-03-19tests: Rename test suits not following the test suite naming conventionpracticalswift
2018-03-17wallet: Change output type globals to membersMarcoFalke
2018-03-15Test that BnB is not used when there are preset inputsAndrew Chow
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-13Add a test to make sure that negative effective values are filteredAndrew Chow
2018-03-13Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use itAndrew Chow