aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
AgeCommit message (Expand)Author
2022-03-31wallet: Postpone NotifyWalletLoaded() for encrypted walletsHennadii Stepanov
2022-02-17doc: Fix typosTaeik Lim
2022-02-09Use ArgsManager::GetPathArg() for "-walletdir" optionHennadii Stepanov
2022-02-04Re-enable walletinit_verify_walletdir_no_trailing2 test disabled in #20744Ryan Ofsky
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-02-01Merge bitcoin/bitcoin#24083: Revert "Add to spends only transcations from me"Andrew Chow
2022-01-25Require CBlockIndex::GetBlockPos() to hold mutex cs_mainJon Atack
2022-01-24wallet: Allow user specified input size to overrideAndrew Chow
2022-01-17Revert "Add to spends only transcations from me"S3RK
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2022-01-05Move functions to BlockManagerMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-22scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoaderRussell Yanofsky
2021-12-09Merge bitcoin/bitcoin#22019: wallet: Introduce SelectionResult for encapsulat...W. J. van der Laan
2021-12-06Remove unused (and broken) functionality in SpanReaderPieter Wuille
2021-12-05Use SelectionResult in SelectCoinsAndrew Chow
2021-12-05Return SelectionResult from KnapsackSolverAndrew Chow
2021-12-05Return SelectionResult from SelectCoinsBnBAndrew Chow
2021-12-05Make member variables of SelectionResult privateAndrew Chow
2021-12-05scripted-diff: Use SelectionResult in coin selector testsAndrew Chow
2021-12-03Merge bitcoin/bitcoin#23653: Generalize/simplify VectorReader into SpanReaderMarcoFalke
2021-12-02Generalize/simplify VectorReader into SpanReaderPieter Wuille
2021-12-02Merge bitcoin/bitcoin#22929: wallet: Automatically add receiving destinations...W. J. van der Laan
2021-12-01Merge bitcoin/bitcoin#23546: scripted-diff: Use clang-tidy syntax for C++ nam...fanquake
2021-11-27Merge bitcoin/bitcoin#22868: wallet: Call load handlers without cs_wallet lockedSamuel Dobson
2021-11-25Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safeW. J. van der Laan
2021-11-22wallet: Call load handlers without cs_wallet lockedJoão Barbosa
2021-11-19scripted-diff: Use clang-tidy syntax for C++ named argumentsMarcoFalke
2021-11-16Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by defaultAndrew Chow
2021-11-15refactor: Make CWalletTx sync state type-safeRussell Yanofsky
2021-11-13depends, wallet: fix typosDimitris Apostolou
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2021-11-05Merge bitcoin/bitcoin#23334: fuzz: Descriptor walletMarcoFalke
2021-10-31test: Avoid excessive locking of `cs_wallet`Hennadii Stepanov
2021-10-31test: Fix segfault in the psbt_wallet_tests/psbt_updater_testHennadii Stepanov
2021-10-29Merge bitcoin/bitcoin#22787: refactor: actual immutable pointingMarcoFalke
2021-10-25refactor: const shared_ptrsKarl-Johan Alm
2021-10-22tests: Place into mapWallet in coinselector_testsAndrew Chow
2021-10-22Fix bnb_search_test to use set equivalence forAndrew Chow
2021-10-22fuzz: Add wallet fuzz testMarcoFalke
2021-10-15tests: Use Descriptor wallets for generic wallet testsAndrew Chow
2021-10-15tests: Use legacy change type in subtract fee from outputs testAndrew Chow
2021-10-15tests: Use descriptors in psbt_wallet_testsAndrew Chow
2021-10-15tests: Use DescriptorScriptPubKeyMan in coinselector_testsAndrew Chow
2021-10-15tests: Remove global vCoins and testWallet from coinselector_testsAndrew Chow
2021-10-06Add to spends only transcations from meS3RK
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-10-05Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensusMarcoFalke
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake