aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_test_fixture.cpp
AgeCommit message (Expand)Author
2022-03-30wallet: move Assert() check into constructorAnthony Towns
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-22scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoaderRussell Yanofsky
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2021-10-31test: Fix segfault in the psbt_wallet_tests/psbt_updater_testHennadii Stepanov
2021-05-19refactor: move first run detection to client codeIvan Metlushko
2020-12-07test: Remove no longer needed MakeChain callsRussell Yanofsky
2020-09-03Remove WalletLocation classRussell Yanofsky
2020-08-27refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky
2020-06-17scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-27Fix wallet unload race conditionRussell Yanofsky
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-04-17refactor: Add handleNotifications method to walletMarcoFalke
2019-04-10bitcoin-wallet tool: Drop MakeChain callsRussell Yanofsky
2019-03-05Remove use of CRPCTable::appendCommand in wallet codeRussell Yanofsky
2019-03-05Remove use CValidationInterface in wallet codeRussell Yanofsky
2018-11-06Pass chain and client variables where neededRussell Yanofsky
2018-10-25wallet: Refactor to use WalletLocationJoão Barbosa
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-09Merge #11851: scripted-diff: Rename wallet database classesWladimir J. van der Laan
2018-04-09Remove duplicate includespracticalswift
2018-04-07scripted-diff: Rename wallet database classesRussell Yanofsky
2018-03-17wallet: Change output type globals to membersMarcoFalke
2018-03-03Allow wallet files in multiple directoriesRussell Yanofsky
2018-03-02Fix ListCoins test failure due to unset g_wallet_allow_fallback_feeRussell Yanofsky
2018-02-25Disable wallet fallbackfee by default on mainnetJonas Schnelli
2018-01-10Merge #11403: SegWit wallet supportJonas Schnelli
2018-01-09SegWit wallet supportPieter Wuille
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-18tests: move pwalletMain to wallet test fixtureWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-09Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))practicalswift
2017-11-09Use unique_ptr for pwalletMain (CWallet)practicalswift
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-06-06Wallet: Replace pwalletMain with a vector of wallet pointersLuke Dashjr
2017-04-20wallet: Introduce database handle wrapperWladimir J. van der Laan
2016-08-22Add copyright header to wallet_text_fixture.cppWladimir J. van der Laan
2016-04-18test: Rename wallet.dat to wallet_test.datWladimir J. van der Laan
2016-04-18test: Create test fixture for walletWladimir J. van der Laan