Age | Commit message (Expand) | Author |
2023-01-18 | Merge bitcoin/bitcoin#25659: wallet: simplify ListCoins implementation | Andrew Chow |
2023-01-03 | refactor: use braced init for integer constants instead of c style casts | Pasta |
2023-01-03 | Merge bitcoin/bitcoin#26661: wallet: Coin Selection, return accurate error me... | Andrew Chow |
2023-01-03 | wallet: unify FindNonChangeParentOutput functions | furszy |
2023-01-03 | wallet: simplify ListCoins implementation | furszy |
2023-01-03 | Merge bitcoin/bitcoin#25789: test: clean and extend availablecoins_tests cove... | Andrew Chow |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-21 | wallet: return accurate error messages from Coin Selection | furszy |
2022-12-21 | wallet: make SelectCoins flow return util::Result | furszy |
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-11-16 | wallet: AvailableCoins, add arg to include/skip locked coins | 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 |