aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_tests.cpp
AgeCommit message (Expand)Author
2024-03-08Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CSchedulerAva Chow
2024-02-15refactor: De-globalize g_signalsTheCharlatan
2024-02-12wallet: bdb batch 'ErasePrefix', do not create txn internallyfurszy
2024-02-12Merge bitcoin/bitcoin#28987: wallet: simplify and batch zap wallet txes processAva Chow
2024-02-09scripted-diff: rename ZapSelectTx to RemoveTxsfurszy
2024-02-09wallet: batch and simplify ZapSelectTx processfurszy
2023-12-23refactor: share and use `GenerateRandomKey` helperSebastian Falbesoner
2023-12-12test: wallet, fix change position out of range errorfurszy
2023-12-08wallet: use optional for change position as an optional in CreateTransactionAndrew Chow
2023-11-28refactor: SpanReader without nVersionMarcoFalke
2023-11-28Merge bitcoin/bitcoin#28892: refactor: P2P transport without serialize versio...fanquake
2023-11-21Use Txid in COutpointdergoegge
2023-11-17refactor: VectorWriter without nVersionMarcoFalke
2023-10-27refactor: Add LIFETIMEBOUND to all (w)txid gettersMarcoFalke
2023-10-25bugfix: Mark CNoDestination and PubKeyDestination constructor explicitMarcoFalke
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-10-02Merge bitcoin/bitcoin#28508: refactor: Remove SER_GETHASH, hard-code client v...fanquake
2023-09-19Remove unused GetType() from OverrideStream, CVectorWriter, SpanReaderMarcoFalke
2023-09-12wallet: Use CTxDestination in CRecipient rather than scriptPubKeyAndrew Chow
2023-08-17Remove unused includes from blockfilter.hMarcoFalke
2023-08-14Rename script/standard.{cpp/h} to script/solver.{cpp/h}Andrew Chow
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-08-14Move CTxDestination to its own fileAndrew Chow
2023-06-14test: move remaining random test util code from setup_common to randomjonatack
2023-05-31test: Avoid `BOOST_ASSERT` macroHennadii Stepanov
2023-05-25tests, bench: Consolidate {Test,Bench}Un/LoadWallet helperAndrew Chow
2023-05-15test: add coverage for wallet read write db deadlockfurszy
2023-05-15Merge bitcoin/bitcoin#26715: Introduce `MockableDatabase` for wallet unit testsfanquake
2023-05-10refactor: Move functions to BlockManager methodsTheCharlatan
2023-05-03scripted-diff: Replace CreateMockWalletDB with CreateMockableWalletDBAndrew Chow
2023-05-03wallet, tests: Replace usage of dummy db with mockable dbAndrew Chow
2023-05-03Introduce MockableDatabase for wallet unit testsAndrew Chow
2023-04-12refactor: Remove CAddressBookData::destdataRyan Ofsky
2023-04-12wallet: Add DatabaseBatch::ErasePrefix methodRyan Ofsky
2023-04-03gui: bugfix, getAvailableBalance skips selected coinsfurszy
2023-02-15refactor: wallet, remove global 'ArgsManager' accessfurszy
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-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-03refactor: use braced init for integer constants instead of c style castsPasta
2023-01-03Merge bitcoin/bitcoin#25789: test: clean and extend availablecoins_tests cove...Andrew Chow
2022-12-26wallet: remove `mempool_sequence` from `transactionAddedToMempool`w0xlt
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-16db: Change DatabaseCursor::Next to return status enumAndrew 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-05Fixup clang-tidy named argument commentsfanquake
2022-08-17Merge bitcoin/bitcoin#25077: Fix chain tip data race and corrupt rest responsefanquake