Age | Commit message (Expand) | Author |
2023-12-08 | wallet: return CreatedTransactionResult from FundTransaction | Andrew Chow |
2023-12-08 | wallet: use optional for change position as an optional in CreateTransaction | Andrew Chow |
2023-09-13 | Amend bumpfee for inputs with overlapping ancestry | Murch |
2023-04-03 | gui: bugfix, getAvailableBalance skips selected coins | furszy |
2023-03-08 | wallet: remove coin control arg from AutomaticCoinSelection | 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-02-23 | wallet: skip R-value grinding for external signers | Sjors Provoost |
2023-01-18 | Merge bitcoin/bitcoin#25659: wallet: simplify ListCoins implementation | Andrew Chow |
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 | 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-08 | wallet: if only have one output type, don't perform "mixed" coin selection | furszy |
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: remove fetch pre-selected-inputs responsibility from SelectCoins | furszy |
2022-10-26 | wallet: encapsulate pre-selected-inputs lookup into its own function | furszy |
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-03 | refactor: Replace BResult with util::Result | Ryan Ofsky |
2022-07-19 | wallet: run coin selection by `OutputType` | josibake |
2022-07-19 | refactor: use CoinsResult struct in SelectCoins | josibake |
2022-07-19 | refactor: store by OutputType in CoinsResult | josibake |
2022-07-12 | Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c... | MacroFake |
2022-07-08 | send: refactor CreateTransaction flow to return a BResult<CTransactionRef> | furszy |
2022-07-08 | wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult' | furszy |
2022-06-28 | wallet: use CCoinControl to estimate signature size | S3RK |
2022-06-28 | wallet: replace GetTxSpendSize with CalculateMaximumSignedInputSize | S3RK |
2022-06-08 | wallet: GetAvailableBalance, remove double walk-through every available coin | furszy |
2022-06-08 | wallet: add 'only_spendable' filter to AvailableCoins | furszy |
2022-06-08 | wallet: return 'CoinsResult' struct in `AvailableCoins` | furszy |
2022-05-21 | Set effective_value when initializing a COutput | ishaanam |
2022-05-16 | wallet: CreateTransaction(): return out-params as (optional) struct | Sebastian Falbesoner |
2022-05-16 | wallet: CreateTransactionInternal(): return out-params as (optional) struct | Sebastian Falbesoner |
2022-03-23 | moveonly: move COutput to coinselection.h | Andrew Chow |
2022-03-23 | wallet: Remove CWallet and CWalletTx from COutput's constructor | Andrew Chow |
2022-03-23 | wallet: Replace CWalletTx in COutput with COutPoint and CTxOut | Andrew Chow |
2022-03-23 | wallet: Provide input bytes to COutput | Andrew Chow |
2022-03-17 | wallet: Store whether a COutput is from the wallet | Andrew Chow |