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-06 | test: wallet, add coverage for outputs grouping process | furszy |
2023-03-03 | wallet: make OutputGroup "positive_only" filter explicit | furszy |
2023-02-17 | Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ... | Andrew Chow |
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-06 | Move random test util code from setup_common to random | Jon Atack |
2023-02-03 | Merge bitcoin/bitcoin#25966: test: Remove redundant test | Andrew Chow |
2023-02-01 | Fix clang-tidy readability-const-return-type violations | MarcoFalke |
2023-01-26 | Use DataStream where possible | MarcoFalke |
2023-01-23 | Merge bitcoin/bitcoin#26690: wallet: Refactor database cursor into its own ob... | fanquake |
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#26752: wallet: Remove `mempool_sequence` from interface... | glozow |
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 |
2023-01-03 | Merge bitcoin/bitcoin#25789: test: clean and extend availablecoins_tests cove... | Andrew Chow |
2022-12-27 | clang-tidy: Add `performance-no-automatic-move` check | Hennadii Stepanov |
2022-12-26 | wallet: remove `mempool_sequence` from `transactionAddedToMempool` | w0xlt |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-21 | wallet: make SelectCoins flow return util::Result | furszy |
2022-12-16 | db: Change DatabaseCursor::Next to return status enum | Andrew Chow |
2022-12-16 | wallet: Have cursor users use DatabaseCursor directly | Andrew Chow |
2022-12-14 | wallet: Introduce DatabaseCursor RAII class for managing cursor | Andrew Chow |
2022-12-14 | test: move coins result test to wallet_tests.cpp | furszy |
2022-12-14 | test: extend and simplify availablecoins_tests | furszy |
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-05 | test: Check max transaction weight in CoinSelection | Aurèle Oulès |
2022-12-05 | Merge bitcoin/bitcoin#26560: wallet: bugfix, invalid CoinsResult cached total... | Andrew Chow |
2022-12-05 | Fixup clang-tidy named argument comments | fanquake |
2022-12-02 | test: bugfix, coinselector_test, use 'CoinsResult::Erase/Add' instead of dire... | furszy |
2022-12-02 | test: Coin Selection, duplicated preset inputs selection | furszy |
2022-12-02 | test: wallet, coverage for CoinsResult::Erase function | furszy |
2022-11-30 | Merge bitcoin/bitcoin#25942: test: add `ismine` test for descriptor ScriptPub... | Andrew Chow |
2022-11-21 | test: load wallet, coverage for crypted keys | furszy |
2022-11-21 | refactor: move DuplicateMockDatabase to wallet/test/util.h | furszy |
2022-11-21 | refactor: unify test/util/wallet.h with wallet/test/util.h | furszy |
2022-10-26 | wallet: remove fetch pre-selected-inputs responsibility from SelectCoins | furszy |
2022-10-18 | test: Remove unused txmempool include from tests | MacroFake |
2022-10-04 | Merge bitcoin/bitcoin#26203: wallet: Use correct effective value when checkin... | glozow |
2022-10-02 | test: Check external coin effective value is used in CoinSelection | Aurèle Oulès |
2022-10-01 | refactor: move Boost datetime usage to wallet | fanquake |
2022-09-15 | Fix issues identified by codespell 2.2.1 and update ignored words | Jon Atack |
2022-09-09 | wallet: coverage for loading an unknown descriptor | furszy |