aboutsummaryrefslogtreecommitdiff
path: root/src/bench/coin_selection.cpp
AgeCommit message (Expand)Author
2023-09-13Amend bumpfee for inputs with overlapping ancestryMurch
2023-05-03wallet, tests: Replace usage of dummy db with mockable dbAndrew Chow
2023-04-05coin selection: BnB, don't return selection if exceeds max allowed tx weightfurszy
2023-03-06wallet: single output groups filtering and grouping processfurszy
2023-03-06refactor: make OutputGroup::m_outputs field a vector of shared_ptrfurszy
2023-03-03wallet: make OutputGroup "positive_only" filter explicitfurszy
2023-02-15refactor: wallet, remove global 'ArgsManager' accessfurszy
2023-01-03refactor: use braced init for integer constants instead of c style castsPasta
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-20bench: explicitly make all current benchmarks "high" priorityfurszy
2022-08-10wallet: switch to new shuffle, erase, push_backjosibake
2022-07-19wallet: run coin selection by `OutputType`josibake
2022-07-19refactor: use CoinsResult struct in SelectCoinsjosibake
2022-06-28wallet: use CCoinControl to estimate signature sizeS3RK
2022-06-28wallet: replace GetTxSpendSize with CalculateMaximumSignedInputSizeS3RK
2022-05-21Set effective_value when initializing a COutputishaanam
2022-03-25bench: fix incorrect named args in coin_selection benchfanquake
2022-03-25[wallet] remove MIN_CHANGEglozow
2022-03-25refactor coin selection for parameterizable change targetglozow
2022-03-24Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutputfanquake
2022-03-23coinselection: Remove CInputCoinAndrew Chow
2022-03-23coinselection: Use COutput instead of CInputCoinAndrew Chow
2022-03-23wallet: Remove CWallet and CWalletTx from COutput's constructorAndrew Chow
2022-03-23wallet: Provide input bytes to COutputAndrew Chow
2022-03-17wallet: Store whether a COutput is from the walletAndrew Chow
2022-03-17wallet: Store tx time in COutputAndrew Chow
2022-03-17wallet: Remove use_max_sig default valueAndrew Chow
2022-03-17scripted-diff: Rename COutput member variablesAndrew Chow
2022-03-14wallet: Pass FastRandomContext& to coin selectionMarcoFalke
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-09Merge bitcoin/bitcoin#22019: wallet: Introduce SelectionResult for encapsulat...W. J. van der Laan
2021-12-05Use SelectionResult in AttemptSelectionAndrew Chow
2021-12-05Return SelectionResult from SelectCoinsBnBAndrew Chow
2021-11-15refactor: Make CWalletTx sync state type-safeRussell Yanofsky
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2021-10-15bench: Use DescriptorScriptPubKeyMan for wallet thingsAndrew Chow
2021-10-15bench: remove global testWallet from CoinSelection benchmarkAndrew Chow
2021-09-07Enable clang-tidy bugprone-argument-comment and fix violationsMarcoFalke
2021-09-01refactor: Detach wallet transaction methods (followup for move-only)Russell Yanofsky
2021-05-30scripted-diff: Rename SelectCoinsMinConf to AttemptSelectionAndrew Chow
2021-05-19Remove use_bnb and bnb_usedAndrew Chow
2021-05-19Roll static tx fees into nValueToSelect instead of having it be separateAndrew Chow
2021-03-17Merge #21083: wallet: Avoid requesting fee rates multiple times during coin s...Samuel Dobson
2021-03-16Rename CoinSelectionParams::effective_fee to m_effective_feerateAndrew Chow
2021-03-16wallet: Move discard feerate fetching to CreateTransactionAndrew Chow
2021-03-16wallet: Move long term feerate setting to CreateTransactionAndrew Chow
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-02-01Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligi...Samuel Dobson