Age | Commit message (Expand) | Author |
2022-12-21 | wallet: refactor eight consecutive 'AttemptSelection' calls into a loop | furszy |
2022-12-14 | Merge bitcoin/bitcoin#26668: wallet: if only have one output type, don't perf... | Andrew Chow |
2022-12-09 | wallet: Sanity check fee paid cannot be negative | Andrew Chow |
2022-12-09 | wallet: Move fee underpayment check to after fee setting | Andrew Chow |
2022-12-08 | wallet: if only have one output type, don't perform "mixed" coin selection | furszy |
2022-12-06 | wallet: Rename nFeeRet in CreateTransactionInternal to current_fee | Andrew Chow |
2022-12-06 | Merge bitcoin/bitcoin#25729: wallet: Check max transaction weight in CoinSele... | Andrew Chow |
2022-12-06 | Merge bitcoin/bitcoin#26238: clang-tidy: fixup named argument comments | MarcoFalke |
2022-12-06 | Merge bitcoin/bitcoin#26611: wallet: Change coin selection fee assert to error | MarcoFalke |
2022-12-05 | wallet: Check max tx weight in coin selector | Aurèle Oulès |
2022-12-05 | wallet: Change coin selection fee assert to error | Andrew Chow |
2022-12-05 | Fixup clang-tidy named argument comments | fanquake |
2022-12-02 | refactor: make CoinsResult total amounts members private | furszy |
2022-12-02 | wallet: SelectCoins, return early if wallet's UTXOs cannot cover the target | furszy |
2022-11-29 | wallet: bugfix, 'CoinsResult::Erase' is erasing only one output of the set | furszy |
2022-10-29 | scripted-diff: wallet: rename AvailableCoinsParams members to snake_case | furszy |
2022-10-29 | wallet: group AvailableCoins filtering parameters in a single struct | furszy |
2022-10-29 | RPC: listunspent, add "include immature coinbase" flag | furszy |
2022-10-26 | wallet: SelectCoins, return early if target is covered by preset-inputs | furszy |
2022-10-26 | wallet: simplify preset inputs selection target check | furszy |
2022-10-26 | wallet: remove fetch pre-selected-inputs responsibility from SelectCoins | furszy |
2022-10-26 | wallet: encapsulate pre-selected-inputs lookup into its own function | furszy |
2022-10-26 | wallet: skip manually selected coins from 'AvailableCoins' result | furszy |
2022-10-26 | wallet: skip available coins fetch if "other inputs" are disallowed | furszy |
2022-10-02 | wallet: Use correct effective value when checking target | Aurèle Oulès |
2022-09-21 | Merge bitcoin/bitcoin#25933: wallet: AvailableCoins, simplify output script t... | Andrew Chow |
2022-09-17 | wallet: AvailableCoins, simplify output script type acquisition | furszy |
2022-08-31 | Merge bitcoin/bitcoin#25872: Fix issues when calling std::move(const&) | fanquake |
2022-08-22 | Merge bitcoin/bitcoin#25647: wallet: return change from SelectionResult | Andrew Chow |
2022-08-20 | Fix issues when calling std::move(const&) | MacroFake |
2022-08-18 | wallet: Try estimating input size with external data if wallet fails | Andrew Chow |
2022-08-18 | wallet: SelectExternal actually external inputs | Andrew Chow |
2022-08-16 | Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-ups | Andrew Chow |
2022-08-15 | wallet: use GetChange() when computing waste | S3RK |
2022-08-15 | wallet: use GetChange() in tx building | S3RK |
2022-08-15 | wallet: calculate and store min_viable_change | S3RK |
2022-08-15 | wallet: account for preselected inputs in target | S3RK |
2022-08-15 | wallet: add SelectionResult::Merge | S3RK |
2022-08-15 | wallet: accurate SelectionResult::m_target | S3RK |
2022-08-15 | wallet: ensure m_min_change_target always covers change fee | S3RK |
2022-08-11 | [coin selection] consolidate m_change_target and m_min_change_target | glozow |
2022-08-10 | refactor: improve readability for AttemptSelection | josibake |
2022-08-10 | wallet: switch to new shuffle, erase, push_back | josibake |
2022-08-10 | scripted-diff: Uppercase function names | josibake |
2022-08-10 | refactor: add new helper methods | josibake |
2022-08-10 | Merge bitcoin/bitcoin#25656: refactor: wallet: return util::Result from `GetR... | MacroFake |
2022-08-05 | Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re... | Andrew Chow |
2022-08-05 | refactor: wallet: return util::Result from `GetReservedDestination` methods | Sebastian Falbesoner |
2022-08-03 | refactor: Replace BResult with util::Result | Ryan Ofsky |
2022-07-29 | wallet: Use CalculateMaximumSignedInputSize to indicate solvability | Andrew Chow |