aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
AgeCommit message (Expand)Author
2019-02-14Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow
2019-02-11Switch away from exceptions in refactored tx codeGlenn Willen
2019-02-11Move PSBT definitions and code to separate filesGlenn Willen
2019-02-11Merge #15226: Allow creating blank (empty) wallets (alternative)MeshCollider
2019-02-10[wallet] Support creating a blank walletAndrew Chow
2019-02-06Merge #15321: doc: Add cs_main lock annotations for mapBlockIndexMarcoFalke
2019-02-01doc: Add cs_main lock annotations for mapBlockIndexpracticalswift
2019-02-01Rename ScanResult stop_block fieldRussell Yanofsky
2019-01-31Merge #11911: Free BerkeleyEnvironment instances when not in useWladimir J. van der Laan
2019-01-15Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...Russell Yanofsky
2019-01-15Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky
2019-01-05test: Run invalid_txs.InputMissing test in feature_blockMarcoFalke
2018-12-17wallet: Initialize stop_block to nullptr in CWallet::ScanForWalletTransactionsBen Woosley
2018-12-12Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...MeshCollider
2018-11-26Tests: add unit tests for GetWalletEnvPierre Rochard
2018-11-13Add stop_block out arg to ScanForWalletTransactionsBen Woosley
2018-11-13Return a status enum from ScanForWalletTransactionsBen Woosley
2018-11-12CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders
2018-11-09Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin...Pieter Wuille
2018-11-06Pass chain locked variables where neededRussell Yanofsky
2018-11-06Remove uses of cs_main in wallet codeRussell Yanofsky
2018-11-06Remove direct node->wallet calls in init.cppRussell Yanofsky
2018-11-06Pass chain and client variables where neededRussell Yanofsky
2018-11-05Merge #14350: Add WalletLocation classWladimir J. van der Laan
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-11-01Simplify arguments to SignPSBTInputGlenn Willen
2018-11-01Remove redundant txConst parameter to FillPSBTGlenn Willen
2018-10-25wallet: Refactor to use WalletLocationJoão Barbosa
2018-10-24Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to walletMarcoFalke
2018-10-18Merge #14146: wallet: Remove trailing separators from -walletdir argWladimir J. van der Laan
2018-10-09wallet: Add missing lockspracticalswift
2018-09-21tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift
2018-09-12wallet: Remove trailing separators from -walletdir argPierre Rochard
2018-09-12wallet: Add walletdir arg unit testsPierre Rochard
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