Age | Commit message (Expand) | Author |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-04-26 | refactor: Make ListSelected return vector | Sebastian Falbesoner |
2023-04-26 | wallet: Use std::optional for GetExternalOutput and fixups | Aurèle Oulès |
2023-04-21 | Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system | fanquake |
2023-04-20 | Merge bitcoin/bitcoin#26720: wallet: coin selection, don't return results tha... | Andrew Chow |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-04-05 | wallet: clean post coin selection max weight filter | 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-04-03 | gui: bugfix, getAvailableBalance skips selected coins | furszy |
2023-03-23 | Merge bitcoin/bitcoin#24845: wallet: return error msg for "too-long-mempool-... | glozow |
2023-03-22 | Merge bitcoin/bitcoin#27271: RPC: Fix fund transaction crash when at 0-value,... | Andrew Chow |
2023-03-19 | Merge bitcoin/bitcoin#25666: refactor: wallet, do not translate init options ... | fanquake |
2023-03-16 | Fix fund transaction case at 0-value, 0-fee | Greg Sanders |
2023-03-10 | wallet: return error msg for too-long-mempool-chain failure | furszy |
2023-03-08 | wallet: remove coin control arg from AutomaticCoinSelection | furszy |
2023-03-08 | wallet: GroupOutput, remove unneeded "spendable" check | furszy |
2023-03-08 | wallet: APS, don't create empty groups | furszy |
2023-03-08 | wallet: do not make two COutputs, use shared_ptr | furszy |
2023-03-07 | wallet: refactor coin selection algos to return util::Result | furszy |
2023-03-06 | wallet: single output groups filtering and grouping process | furszy |
2023-03-06 | wallet: unify outputs grouping process | furszy |
2023-03-06 | wallet: decouple outputs grouping process from each ChooseSelectionResult | 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 |
2023-02-23 | wallet: skip R-value grinding for external signers | Sjors Provoost |
2023-02-20 | Merge bitcoin/bitcoin#27053: wallet: reuse change dest when re-creating TX wi... | fanquake |
2023-02-16 | Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors | fanquake |
2023-02-15 | wallet: reuse change dest when recreating TX with avoidpartialspends | Matthew Zipkin |
2023-02-11 | wallet: check solvability using descriptor in AvailableCoins | Antoine Poinsot |
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 |