Age | Commit message (Expand) | Author |
2023-08-23 | fuzz: coinselection, improve `ComputeAndSetWaste` | brunoerg |
2023-08-23 | fuzz: coinselection, add coverage for `Merge` | brunoerg |
2023-08-23 | fuzz: coinselection, add coverage for `GetShuffledInputVector`/`GetInputSet` | brunoerg |
2023-08-23 | fuzz: coinselection, add coverage for `AddInputs` | brunoerg |
2023-08-22 | fuzz: coinselection, add coverage for `EligibleForSpending` | brunoerg |
2023-08-22 | fuzz: coinselection, add `CreateCoins` | brunoerg |
2023-07-13 | scripted-diff: Use new FUZZ_TARGET macro everywhere | MarcoFalke |
2023-06-23 | Merge bitcoin/bitcoin#27846: [coinselection] Increase SRD target by change_fee | Andrew Chow |
2023-06-21 | [fuzz] Show that SRD budgets for non-dust change | Murch |
2023-06-21 | [bug] Increase SRD target by change_fee | Murch |
2023-06-20 | fuzz: Fix implicit-integer-sign-change in wallet/fees fuzz target | MarcoFalke |
2023-06-17 | fuzz: wallet, add target for CoinControl | Ayush Singh |
2023-06-14 | fuzz: wallet, add target for `fees` | brunoerg |
2023-05-30 | fuzz: fix wallet notifications.cpp | furszy |
2023-04-05 | coin selection: BnB, don't return selection if exceeds max allowed tx weight | furszy |
2023-04-05 | coin selection: heap-ify SRD, don't return selection if exceeds max tx weight | furszy |
2023-04-05 | coin selection: knapsack, select closest UTXO above target if result exceeds ... | furszy |
2023-03-06 | refactor: make OutputGroup::m_outputs field a vector of shared_ptr | furszy |
2023-03-03 | wallet: make OutputGroup "positive_only" filter explicit | furszy |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-10-01 | refactor: move Boost datetime usage to wallet | fanquake |
2022-09-15 | Fix issues identified by codespell 2.2.1 and update ignored words | Jon Atack |
2022-08-15 | wallet: use GetChange() when computing waste | S3RK |
2022-08-15 | wallet: ensure m_min_change_target always covers change fee | S3RK |
2022-08-03 | refactor: Replace BResult with util::Result | Ryan Ofsky |
2022-07-18 | interfaces, refactor: Add more block information to block connected notificat... | Ryan Ofsky |
2022-07-08 | wallet: refactor GetNewDestination, use BResult | furszy |
2022-05-25 | fuzz: coinselection, add missing fee rate. | furszy |
2022-04-21 | Disallow more unsafe string->path conversions allowed by path append operators | Ryan Ofsky |
2022-03-30 | fuzz: add target for coinselection | Martin Zumsande |
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky |
2021-11-16 | Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by default | Andrew Chow |
2021-11-13 | depends, wallet: fix typos | Dimitris Apostolou |
2021-10-22 | fuzz: Add wallet fuzz test | MarcoFalke |