aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
AgeCommit message (Expand)Author
2019-05-16Merge #15870: wallet: Only fail rescan when blocks have actually been prunedMarcoFalke
2019-05-13[refactor] interfaces: Add missing LockAnnotation for cs_mainMarcoFalke
2019-05-09Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...Wladimir J. van der Laan
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-04-23wallet: add cachable amounts for caching credit/debit valuesKarl-Johan Alm
2019-04-17Merge #15779: test: Add wallet_balance benchmarkMarcoFalke
2019-04-17refactor: Add handleNotifications method to walletMarcoFalke
2019-04-16Merge #15352: tests: Reduce noise level in test_bitcoin outputMarcoFalke
2019-04-15Merge #15788: test: Unify testing setups for fuzz, bench, and unit testsMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-04-10bitcoin-wallet tool: Drop MakeChain callsRussell Yanofsky
2019-04-04wallet: Get all balances in one callMarcoFalke
2019-03-29tests: Reduce noise level in test_bitcoin outputpracticalswift
2019-03-05Remove use of CRPCTable::appendCommand in wallet codeRussell Yanofsky
2019-03-05Remove use CValidationInterface in wallet codeRussell Yanofsky
2019-02-22Remove use of g_connman / PushInventory in wallet codeRussell Yanofsky
2019-02-22Merge #15408: Remove unused TransactionError constantsMarcoFalke
2019-02-14Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow
2019-02-14Remove unused TransactionError constantsMarcoFalke
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