Age | Commit message (Expand) | Author |
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 |
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 | Merge bitcoin/bitcoin#25481: wallet: unify max signature logic | Andrew Chow |
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-30 | wallet: don't add change fee to target if subtracting fees from output | S3RK |
2022-06-29 | wallet: more accurate tx_noinputs_size | S3RK |
2022-06-28 | wallet: use CCoinControl to estimate signature size | S3RK |
2022-06-28 | wallet: replace GetTxSpendSize with CalculateMaximumSignedInputSize | S3RK |
2022-06-19 | scripted-diff: rename fAllowOtherInputs -> m_allow_other_inputs | furszy |
2022-06-19 | refactor: use GetWalletTx in SelectCoins instead of access mapWallet | furszy |
2022-06-19 | wallet: move "use-only coinControl inputs" below the selected inputs lookup | furszy |
2022-06-19 | wallet: unify “allow/block other inputs“ concept | furszy |
2022-06-18 | wallet: fix warning: "argument name 'feerate' in comment does not match param... | furszy |
2022-06-17 | Merge bitcoin/bitcoin#25005: wallet: remove extra wtx lookup in 'AvailableCoi... | Andrew Chow |
2022-06-16 | Merge bitcoin/bitcoin#24649: wallet: do not count wallet utxos as external | Andrew Chow |
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: avoid extra IsSpentKey -> GetWalletTx lookups | furszy |
2022-06-08 | wallet: IsSpent, 'COutPoint' arg instead of (hash, index) | furszy |
2022-06-08 | wallet: IsLockedCoin, 'COutPoint' arg instead of (hash, index) | furszy |
2022-06-08 | wallet: AvailableCoins, don't call 'wtx.tx->vout[i]' multiple times | furszy |