aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/fuzz
AgeCommit message (Expand)Author
2023-08-23fuzz: coinselection, improve `ComputeAndSetWaste`brunoerg
2023-08-23fuzz: coinselection, add coverage for `Merge`brunoerg
2023-08-23fuzz: coinselection, add coverage for `GetShuffledInputVector`/`GetInputSet`brunoerg
2023-08-23fuzz: coinselection, add coverage for `AddInputs`brunoerg
2023-08-22fuzz: coinselection, add coverage for `EligibleForSpending`brunoerg
2023-08-22fuzz: coinselection, add `CreateCoins`brunoerg
2023-07-13scripted-diff: Use new FUZZ_TARGET macro everywhereMarcoFalke
2023-06-23Merge bitcoin/bitcoin#27846: [coinselection] Increase SRD target by change_feeAndrew Chow
2023-06-21[fuzz] Show that SRD budgets for non-dust changeMurch
2023-06-21[bug] Increase SRD target by change_feeMurch
2023-06-20fuzz: Fix implicit-integer-sign-change in wallet/fees fuzz targetMarcoFalke
2023-06-17fuzz: wallet, add target for CoinControlAyush Singh
2023-06-14fuzz: wallet, add target for `fees`brunoerg
2023-05-30fuzz: fix wallet notifications.cppfurszy
2023-04-05coin selection: BnB, don't return selection if exceeds max allowed tx weightfurszy
2023-04-05coin selection: heap-ify SRD, don't return selection if exceeds max tx weightfurszy
2023-04-05coin selection: knapsack, select closest UTXO above target if result exceeds ...furszy
2023-03-06refactor: make OutputGroup::m_outputs field a vector of shared_ptrfurszy
2023-03-03wallet: make OutputGroup "positive_only" filter explicitfurszy
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-01refactor: move Boost datetime usage to walletfanquake
2022-09-15Fix issues identified by codespell 2.2.1 and update ignored wordsJon Atack
2022-08-15wallet: use GetChange() when computing wasteS3RK
2022-08-15wallet: ensure m_min_change_target always covers change feeS3RK
2022-08-03refactor: Replace BResult with util::ResultRyan Ofsky
2022-07-18interfaces, refactor: Add more block information to block connected notificat...Ryan Ofsky
2022-07-08wallet: refactor GetNewDestination, use BResultfurszy
2022-05-25fuzz: coinselection, add missing fee rate.furszy
2022-04-21Disallow more unsafe string->path conversions allowed by path append operatorsRyan Ofsky
2022-03-30fuzz: add target for coinselectionMartin Zumsande
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-11-16Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by defaultAndrew Chow
2021-11-13depends, wallet: fix typosDimitris Apostolou
2021-10-22fuzz: Add wallet fuzz testMarcoFalke