Age | Commit message (Expand) | Author |
2023-05-15 | test: add coverage for wallet read write db deadlock | furszy |
2023-05-15 | Merge bitcoin/bitcoin#26715: Introduce `MockableDatabase` for wallet unit tests | fanquake |
2023-05-10 | refactor: Move functions to BlockManager methods | TheCharlatan |
2023-05-09 | refactor: Replace string chain name constants with ChainTypes | TheCharlatan |
2023-05-03 | tests: Modify records directly in wallet ckey loading test | Andrew Chow |
2023-05-03 | tests: Update DuplicateMockDatabase for MockableDatabase | Andrew Chow |
2023-05-03 | scripted-diff: Replace CreateMockWalletDB with CreateMockableWalletDB | Andrew Chow |
2023-05-03 | wallet, tests: Include wallet/test/util.h | Andrew Chow |
2023-05-03 | wallet, tests: Replace usage of dummy db with mockable db | Andrew Chow |
2023-05-03 | Introduce MockableDatabase for wallet unit tests | Andrew Chow |
2023-05-01 | Merge bitcoin/bitcoin#27224: refactor: Remove CAddressBookData::destdata | Andrew Chow |
2023-04-21 | Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system | fanquake |
2023-04-20 | Merge bitcoin/bitcoin#26720: wallet: coin selection, don't return results tha... | Andrew Chow |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-04-12 | refactor: Remove CAddressBookData::destdata | Ryan Ofsky |
2023-04-12 | wallet: Add DatabaseBatch::ErasePrefix method | Ryan Ofsky |
2023-04-11 | wallet: Add wallet/types.h for simple public enum and struct types | Ryan Ofsky |
2023-04-11 | Merge bitcoin/bitcoin#26699: wallet, gui: bugfix, getAvailableBalance skips s... | Andrew Chow |
2023-04-05 | refactor: coinselector_tests, unify wallet creation code | furszy |
2023-04-05 | test: coverage for bnb max weight | furszy |
2023-04-05 | coin selection: BnB, don't return selection if exceeds max allowed tx weight | furszy |
2023-04-05 | test: coin selection, add coverage for SRD | furszy |
2023-04-05 | coin selection: heap-ify SRD, don't return selection if exceeds max tx weight | furszy |
2023-04-05 | coin selection: knapsack, select closest UTXO above target if result exceeds ... | furszy |
2023-04-03 | gui: bugfix, getAvailableBalance skips selected coins | furszy |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |
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 |