aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
AgeCommit message (Expand)Author
2023-05-03wallet, tests: Include wallet/test/util.hAndrew Chow
2023-05-03wallet, tests: Replace usage of dummy db with mockable dbAndrew Chow
2023-05-03Introduce MockableDatabase for wallet unit testsAndrew Chow
2023-05-01Merge bitcoin/bitcoin#27224: refactor: Remove CAddressBookData::destdataAndrew Chow
2023-04-21Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/systemfanquake
2023-04-20Merge bitcoin/bitcoin#26720: wallet: coin selection, don't return results tha...Andrew Chow
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-04-12refactor: Remove CAddressBookData::destdataRyan Ofsky
2023-04-12wallet: Add DatabaseBatch::ErasePrefix methodRyan Ofsky
2023-04-11wallet: Add wallet/types.h for simple public enum and struct typesRyan Ofsky
2023-04-11Merge bitcoin/bitcoin#26699: wallet, gui: bugfix, getAvailableBalance skips s...Andrew Chow
2023-04-05refactor: coinselector_tests, unify wallet creation codefurszy
2023-04-05test: coverage for bnb max weightfurszy
2023-04-05coin selection: BnB, don't return selection if exceeds max allowed tx weightfurszy
2023-04-05test: coin selection, add coverage for SRDfurszy
2023-04-05coin selection: heap-ify SRD, don't return selection if exceeds max tx weightfurszy
2023-04-05coin selection: knapsack, select closest UTXO above target if result exceeds ...furszy
2023-04-03gui: bugfix, getAvailableBalance skips selected coinsfurszy
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-03-06wallet: single output groups filtering and grouping processfurszy
2023-03-06wallet: unify outputs grouping processfurszy
2023-03-06test: coinselector_tests refactor, use CoinsResult instead of plain std::vectorfurszy
2023-03-06refactor: make OutputGroup::m_outputs field a vector of shared_ptrfurszy
2023-03-06test: wallet, add coverage for outputs grouping processfurszy
2023-03-03wallet: make OutputGroup "positive_only" filter explicitfurszy
2023-02-17Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ...Andrew Chow
2023-02-17Merge bitcoin/bitcoin#26889: refactor: wallet, remove global 'ArgsManager' de...Andrew Chow
2023-02-15refactor: wallet, remove global 'ArgsManager' accessfurszy
2023-02-15wallet: set keypool_size instead of access global args managerfurszy
2023-02-06Move random test util code from setup_common to randomJon Atack
2023-02-03Merge bitcoin/bitcoin#25966: test: Remove redundant testAndrew Chow
2023-02-01Fix clang-tidy readability-const-return-type violationsMarcoFalke
2023-01-26Use DataStream where possibleMarcoFalke
2023-01-23Merge bitcoin/bitcoin#26690: wallet: Refactor database cursor into its own ob...fanquake
2023-01-11Merge bitcoin/bitcoin#26758: refactor: Add `performance-no-automatic-move` cl...MarcoFalke
2023-01-05Merge bitcoin/bitcoin#23829: refactor: use braced init for integer literals i...MarcoFalke
2023-01-04Merge bitcoin/bitcoin#26752: wallet: Remove `mempool_sequence` from interface...glozow
2023-01-04Merge bitcoin/bitcoin#26020: test: Change coinselection parameter location to...Andrew Chow
2023-01-03refactor: use braced init for integer constants instead of c style castsPasta
2023-01-03Merge bitcoin/bitcoin#26661: wallet: Coin Selection, return accurate error me...Andrew Chow
2023-01-03Merge bitcoin/bitcoin#25789: test: clean and extend availablecoins_tests cove...Andrew Chow
2022-12-27clang-tidy: Add `performance-no-automatic-move` checkHennadii Stepanov
2022-12-26wallet: remove `mempool_sequence` from `transactionAddedToMempool`w0xlt
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-21wallet: make SelectCoins flow return util::Resultfurszy
2022-12-16db: Change DatabaseCursor::Next to return status enumAndrew Chow
2022-12-16wallet: Have cursor users use DatabaseCursor directlyAndrew Chow
2022-12-14wallet: Introduce DatabaseCursor RAII class for managing cursorAndrew Chow
2022-12-14test: move coins result test to wallet_tests.cppfurszy
2022-12-14test: extend and simplify availablecoins_testsfurszy