aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
AgeCommit message (Expand)Author
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
2022-12-06Merge bitcoin/bitcoin#25729: wallet: Check max transaction weight in CoinSele...Andrew Chow
2022-12-06Merge bitcoin/bitcoin#26238: clang-tidy: fixup named argument commentsMarcoFalke
2022-12-05test: Check max transaction weight in CoinSelectionAurèle Oulès
2022-12-05Merge bitcoin/bitcoin#26560: wallet: bugfix, invalid CoinsResult cached total...Andrew Chow
2022-12-05Fixup clang-tidy named argument commentsfanquake
2022-12-02test: bugfix, coinselector_test, use 'CoinsResult::Erase/Add' instead of dire...furszy
2022-12-02test: Coin Selection, duplicated preset inputs selectionfurszy
2022-12-02test: wallet, coverage for CoinsResult::Erase functionfurszy
2022-11-30Merge bitcoin/bitcoin#25942: test: add `ismine` test for descriptor ScriptPub...Andrew Chow
2022-11-21test: load wallet, coverage for crypted keysfurszy
2022-11-21refactor: move DuplicateMockDatabase to wallet/test/util.hfurszy
2022-11-21refactor: unify test/util/wallet.h with wallet/test/util.hfurszy
2022-10-26wallet: remove fetch pre-selected-inputs responsibility from SelectCoinsfurszy
2022-10-18test: Remove unused txmempool include from testsMacroFake
2022-10-04Merge bitcoin/bitcoin#26203: wallet: Use correct effective value when checkin...glozow
2022-10-02test: Check external coin effective value is used in CoinSelectionAurèle Oulès
2022-10-01refactor: move Boost datetime usage to walletfanquake
2022-09-15Fix issues identified by codespell 2.2.1 and update ignored wordsJon Atack
2022-09-09wallet: coverage for loading an unknown descriptorfurszy
2022-09-06test: Change coinselection parameter location to make tests independentyancy
2022-09-01Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal...Andrew Chow
2022-08-31test: Remove redundant testyancy
2022-08-27test: add `ismine` test for descriptor scriptpubkeymanw0xlt