aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
AgeCommit message (Expand)Author
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
2022-08-25scriptpubkeyman: Implement GetScriptPubKeys in LegacyAndrew Chow
2022-08-22Merge bitcoin/bitcoin#25647: wallet: return change from SelectionResultAndrew Chow
2022-08-19wallet, tests: Test bumpfee's max input weight calculationAndrew Chow
2022-08-17Merge bitcoin/bitcoin#25077: Fix chain tip data race and corrupt rest responsefanquake
2022-08-16Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-upsAndrew Chow
2022-08-16refactor: Add lock annotations to Active* methodsMacroFake
2022-08-15wallet: use GetChange() when computing wasteS3RK
2022-08-15wallet: ensure m_min_change_target always covers change feeS3RK
2022-08-10wallet: Return `util::Result` from WalletLoader methodsw0xlt
2022-08-10test: add missing BOOST_ASSERTjosibake
2022-08-10wallet: switch to new shuffle, erase, push_backjosibake