aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...MeshCollider2018-12-121-4/+14
|\ \
| * | Add stop_block out arg to ScanForWalletTransactionsBen Woosley2018-11-131-9/+12
| * | Return a status enum from ScanForWalletTransactionsBen Woosley2018-11-131-4/+11
| |/
* / CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders2018-11-121-0/+44
|/
* Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin...Pieter Wuille2018-11-091-5/+1
|\
| * Simplify arguments to SignPSBTInputGlenn Willen2018-11-011-1/+1
| * Remove redundant txConst parameter to FillPSBTGlenn Willen2018-11-011-5/+1
* | Pass chain locked variables where neededRussell Yanofsky2018-11-061-8/+8
* | Remove uses of cs_main in wallet codeRussell Yanofsky2018-11-061-4/+7
* | Remove direct node->wallet calls in init.cppRussell Yanofsky2018-11-063-7/+10
* | Pass chain and client variables where neededRussell Yanofsky2018-11-066-17/+30
* | Merge #14350: Add WalletLocation classWladimir J. van der Laan2018-11-053-10/+11
|\ \
| * | wallet: Refactor to use WalletLocationJoão Barbosa2018-10-253-10/+11
| |/
* / scripted-diff: Move util files to separate directory.Jim Posen2018-11-042-2/+2
|/
* Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to walletMarcoFalke2018-10-241-0/+2
|\
| * wallet: Add missing lockspracticalswift2018-10-091-0/+2
* | Merge #14146: wallet: Remove trailing separators from -walletdir argWladimir J. van der Laan2018-10-183-0/+141
|\ \ | |/ |/|
| * wallet: Remove trailing separators from -walletdir argPierre Rochard2018-09-121-0/+20
| * wallet: Add walletdir arg unit testsPierre Rochard2018-09-123-0/+121
* | tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift2018-09-211-1/+1
|/
* Merge #13419: [tests] Speed up knapsack_solver_test by not recreating wallet ...Wladimir J. van der Laan2018-09-111-25/+36
|\
| * Speed up knapsack_solver_test by not recreating wallet 100 times.[email protected]2018-08-101-25/+36
* | Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoinsMarcoFalke2018-08-311-3/+13
|\ \
| * | Add AssertLockHeld assertions in CWallet::ListCoinsRussell Yanofsky2018-04-111-3/+13
* | | Merge #13825: [wallet] Kill accountsWladimir J. van der Laan2018-08-301-1/+1
|\ \ \
| * | | [wallet] Kill accountsJohn Newbery2018-08-301-1/+1
* | | | Merge #13723: PSBT key path cleanupsWladimir J. van der Laan2018-08-281-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | [MOVEONLY] Move ParseHDKeypath to utilstrencodingsPieter Wuille2018-08-131-2/+0
| | |/ | |/|
* | | [tests] Remove wallet accounts testJohn Newbery2018-08-271-136/+0
* | | Merge #13861: test: Add testing of value_ret for SelectCoinsBnBWladimir J. van der Laan2018-08-271-0/+10
|\ \ \ | |/ / |/| |
| * | test: Add testing of value_ret for SelectCoinsBnBBen Woosley2018-08-031-0/+10
* | | Update copyright headers to 2018DrahtBot2018-07-277-7/+7
|/ /
* | wallet: Switch to using output groups instead of coins in coin selectionKarl-Johan Alm2018-07-241-52/+68
* | Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan2018-07-201-0/+9
|\ \
| * | [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