aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
AgeCommit message (Expand)Author
2021-11-27Merge bitcoin/bitcoin#22868: wallet: Call load handlers without cs_wallet lockedSamuel Dobson
2021-11-25Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safeW. J. van der Laan
2021-11-22wallet: Call load handlers without cs_wallet lockedJoão Barbosa
2021-11-16Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by defaultAndrew Chow
2021-11-15refactor: Make CWalletTx sync state type-safeRussell Yanofsky
2021-11-13depends, wallet: fix typosDimitris Apostolou
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2021-11-05Merge bitcoin/bitcoin#23334: fuzz: Descriptor walletMarcoFalke
2021-10-31test: Avoid excessive locking of `cs_wallet`Hennadii Stepanov
2021-10-31test: Fix segfault in the psbt_wallet_tests/psbt_updater_testHennadii Stepanov
2021-10-29Merge bitcoin/bitcoin#22787: refactor: actual immutable pointingMarcoFalke
2021-10-25refactor: const shared_ptrsKarl-Johan Alm
2021-10-22tests: Place into mapWallet in coinselector_testsAndrew Chow
2021-10-22fuzz: Add wallet fuzz testMarcoFalke
2021-10-15tests: Use Descriptor wallets for generic wallet testsAndrew Chow
2021-10-15tests: Use legacy change type in subtract fee from outputs testAndrew Chow
2021-10-15tests: Use descriptors in psbt_wallet_testsAndrew Chow
2021-10-15tests: Use DescriptorScriptPubKeyMan in coinselector_testsAndrew Chow
2021-10-15tests: Remove global vCoins and testWallet from coinselector_testsAndrew Chow
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-10-05Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensusMarcoFalke
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-09-30Remove -rescan startup parameterSamuel Dobson
2021-09-24test: Add remaining scenarios of 0 wasterajarshimaitra
2021-09-07Enable clang-tidy bugprone-argument-comment and fix violationsMarcoFalke
2021-09-01refactor: Detach wallet transaction methods (followup for move-only)Russell Yanofsky
2021-09-01Merge bitcoin/bitcoin#22009: wallet: Decide which coin selection solution to ...Samuel Dobson
2021-08-27tests: Test GetSelectionWasteAndrew Chow
2021-08-27scripted-diff: tests: Use KnapsackSolver directlyAndrew Chow
2021-08-27tests: Add KnapsackGroupOutputs helper functionAndrew Chow
2021-08-27tests: Use SelectCoinsBnB directly instead of AttemptSelectionAndrew Chow
2021-08-26Merge bitcoin/bitcoin#22713: Fix build with Boost 1.77.0fanquake
2021-08-24Fix build with Boost 1.77.0Rafael Sadowski
2021-08-24Use `context.args` in `CWallet::Create` instead of `gArgs`.Kiminuo
2021-08-17refactor: remove ::vpwallets and related global variablesRussell Yanofsky
2021-08-09Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errorsSamuel Dobson
2021-08-04[docs] Add release notes for #21528Amiti Uttarwar
2021-07-27Merge bitcoin/bitcoin#22155: wallet test: Add test for subtract fee from reci...MarcoFalke
2021-07-01Change SignTransaction's input_errors to use bilingual_strAndrew Chow
2021-07-01Use bilingual_str for address fetching functionsAndrew Chow
2021-06-12Construct and use PrecomputedTransactionData in PSBT signingPieter Wuille
2021-06-12wallet test: Add test for subtract fee from recipient behaviorRussell Yanofsky
2021-06-12wallet test refactor: add CreateSyncedWallet functionRussell Yanofsky
2021-06-10scripted-diff: wallet/test: Use existing chainmanCarl Dong
2021-06-09Merge bitcoin/bitcoin#22008: wallet: Cleanup and refactor CreateTransactionIn...Samuel Dobson
2021-06-03Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to guiW. J. van der Laan
2021-05-30scripted-diff: Rename SelectCoinsMinConf to AttemptSelectionAndrew Chow
2021-05-26Merge bitcoin/bitcoin#17331: Use effective values throughout coin selectionSamuel Dobson
2021-05-24scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` callsKiminuo
2021-05-19Change SelectCoins_test to actually test SelectCoinsAndrew Chow