Age | Commit message (Expand) | Author |
2024-02-09 | Merge bitcoin/bitcoin#27877: wallet: Add CoinGrinder coin selection algorithm | Ava Chow |
2024-02-09 | fuzz: Test optimality of CoinGrinder | Murch |
2024-02-09 | fuzz: Add CoinGrinder fuzz target | Murch |
2024-02-05 | fuzz: remove unused `args` and `context` from `FuzzedWallet` | brunoerg |
2024-01-19 | refactor: pass CRecipient to FundTransaction | josibake |
2024-01-04 | Merge bitcoin/bitcoin#28832: fuzz: rule-out too deep derivation paths in desc... | Ava Chow |
2024-01-02 | Merge bitcoin/bitcoin#29076: fuzz: set `m_fallback_fee` and `m_fee_mode` in `... | Ava Chow |
2023-12-31 | fuzz: rule-out too deep derivation paths in descriptor parsing targets | Antoine Poinsot |
2023-12-15 | fuzz: coinselection, improve `min_viable_change`/`change_output_size` | brunoerg |
2023-12-13 | fuzz: set `m_fallback_fee`/`m_fee_mode` in `wallet_fees` target | brunoerg |
2023-12-12 | Merge bitcoin/bitcoin#28994: wallet: skip BnB when SFFO is enabled | Andrew Chow |
2023-12-11 | fuzz: disable BnB when SFFO is enabled | furszy |
2023-12-08 | wallet: return CreatedTransactionResult from FundTransaction | Andrew Chow |
2023-12-08 | wallet: Replace SelectExternal with SetTxOut | Andrew Chow |
2023-12-08 | coincontrol: Replace HasInputWeight with returning optional from Get | Andrew Chow |
2023-11-29 | Merge bitcoin/bitcoin#28969: fuzz: Avoid signed-integer-overflow in wallet_no... | fanquake |
2023-11-29 | fuzz: Avoid signed-integer-overflow in wallet_notifications fuzz target | MarcoFalke |
2023-11-29 | fuzz: Fix nullptr deref in scriptpubkeyman | MarcoFalke |
2023-11-27 | Merge bitcoin/bitcoin#28933: fuzz: Faster wallet_notifications target | fanquake |
2023-11-27 | fuzz: Faster wallet_notifications target | MarcoFalke |
2023-11-24 | Merge bitcoin/bitcoin#28922: Use Txid in COutpoint | fanquake |
2023-11-24 | Export assert from util/check.h | MarcoFalke |
2023-11-21 | Use Txid in COutpoint | dergoegge |
2023-11-20 | fuzz: add target for `DescriptorScriptPubKeyMan` | brunoerg |
2023-09-30 | validation: pass ChainstateRole for validationinterface calls | James O'Beirne |
2023-08-23 | fuzz: coinselection, fix `m_cost_of_change` | brunoerg |
2023-08-23 | fuzz: coinselection, BnB should never produce change | brunoerg |
2023-08-23 | fuzz: coinselection, compare `GetSelectedValue` with target | brunoerg |
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 |