aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
Commit message (Expand)AuthorAgeFilesLines
* Merge #15408: Remove unused TransactionError constantsMarcoFalke2019-02-221-2/+1
|\
| * Remove unused TransactionError constantsMarcoFalke2019-02-141-2/+1
* | Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow2019-02-141-0/+1
|/
* Switch away from exceptions in refactored tx codeGlenn Willen2019-02-111-1/+3
* Move PSBT definitions and code to separate filesGlenn Willen2019-02-111-0/+1
* Merge #15226: Allow creating blank (empty) wallets (alternative)MeshCollider2019-02-111-0/+1
|\
| * [wallet] Support creating a blank walletAndrew Chow2019-02-101-0/+1
* | Merge #15321: doc: Add cs_main lock annotations for mapBlockIndexMarcoFalke2019-02-061-0/+3
|\ \
| * | doc: Add cs_main lock annotations for mapBlockIndexpracticalswift2019-02-011-0/+3
| |/
* / Rename ScanResult stop_block fieldRussell Yanofsky2019-02-011-15/+15
|/
* Merge #11911: Free BerkeleyEnvironment instances when not in useWladimir J. van der Laan2019-01-311-0/+72
|\
| * Tests: add unit tests for GetWalletEnvPierre Rochard2018-11-261-0/+72
* | Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...Russell Yanofsky2019-01-151-22/+25
* | Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky2019-01-151-2/+2
* | test: Run invalid_txs.InputMissing test in feature_blockMarcoFalke2019-01-051-2/+2
* | wallet: Initialize stop_block to nullptr in CWallet::ScanForWalletTransactionsBen Woosley2018-12-171-4/+51
* | 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
|\ \