Age | Commit message (Expand) | Author |
2023-03-06 | wallet: single output groups filtering and grouping process | furszy |
2023-03-06 | wallet: unify outputs grouping process | furszy |
2023-03-06 | test: coinselector_tests refactor, use CoinsResult instead of plain std::vector | 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-17 | Merge bitcoin/bitcoin#26889: refactor: wallet, remove global 'ArgsManager' de... | Andrew Chow |
2023-02-15 | refactor: wallet, remove global 'ArgsManager' access | furszy |
2023-02-15 | wallet: set keypool_size instead of access global args manager | furszy |
2023-02-03 | Merge bitcoin/bitcoin#25966: test: Remove redundant test | Andrew Chow |
2023-01-11 | Merge bitcoin/bitcoin#26758: refactor: Add `performance-no-automatic-move` cl... | MarcoFalke |
2023-01-05 | Merge bitcoin/bitcoin#23829: refactor: use braced init for integer literals i... | MarcoFalke |
2023-01-04 | Merge bitcoin/bitcoin#26020: test: Change coinselection parameter location to... | 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 |
2022-12-27 | clang-tidy: Add `performance-no-automatic-move` check | Hennadii Stepanov |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-21 | wallet: make SelectCoins flow return util::Result | furszy |
2022-12-05 | test: Check max transaction weight in CoinSelection | Aurèle Oulès |
2022-12-02 | test: bugfix, coinselector_test, use 'CoinsResult::Erase/Add' instead of dire... | furszy |
2022-12-02 | test: wallet, coverage for CoinsResult::Erase function | furszy |
2022-10-26 | wallet: remove fetch pre-selected-inputs responsibility from SelectCoins | furszy |
2022-10-02 | test: Check external coin effective value is used in CoinSelection | Aurèle Oulès |
2022-09-06 | test: Change coinselection parameter location to make tests independent | yancy |
2022-08-31 | test: Remove redundant test | yancy |
2022-08-22 | Merge bitcoin/bitcoin#25647: wallet: return change from SelectionResult | Andrew Chow |
2022-08-15 | wallet: use GetChange() when computing waste | S3RK |
2022-08-10 | wallet: switch to new shuffle, erase, push_back | josibake |
2022-08-10 | scripted-diff: Uppercase function names | josibake |
2022-08-03 | refactor: Replace BResult with util::Result | Ryan Ofsky |
2022-07-19 | refactor: use CoinsResult struct in SelectCoins | josibake |
2022-07-12 | Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c... | MacroFake |
2022-07-11 | Merge bitcoin/bitcoin#25562: test: add tests for negative waste during coin s... | Andrew Chow |
2022-07-08 | Merge bitcoin/bitcoin#25481: wallet: unify max signature logic | Andrew Chow |
2022-07-08 | wallet: refactor GetNewDestination, use BResult | furszy |
2022-07-07 | test: add tests for negative waste during coin selection | ishaanam |
2022-06-28 | Revert "bnb: exit selection when best_waste is 0" | Murch |
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-05-21 | Set effective_value when initializing a COutput | ishaanam |
2022-05-20 | Merge bitcoin/bitcoin#24820: test: 3 new tests for SelectCoins function | Andrew Chow |
2022-04-22 | add 3 new test cases for SelectCoins() | akankshakashyap |
2022-04-14 | wallet: track which coin selection algorithm produced a SelectionResult | Andrew Chow |
2022-03-25 | test: fix incorrect named args in coin_selection tests | fanquake |
2022-03-25 | refactor coin selection for parameterizable change target | glozow |
2022-03-24 | Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput | fanquake |
2022-03-23 | coinselection: Remove COutput operators == and != | Andrew Chow |
2022-03-23 | coinselection: Use COutput instead of CInputCoin | 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 |