aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_test_fixture.h
AgeCommit message (Expand)Author
2020-12-07test: Remove no longer needed MakeChain callsRussell Yanofsky
2020-09-08Do not create default walletAndrew Chow
2020-08-27refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky
2020-07-09wallet: Pass unused args to StartWalletsMarcoFalke
2020-06-06test: Avoid overwriting the NodeContext member of the testing setupMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-27Fix wallet unload race conditionRussell Yanofsky
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
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-07-27Update copyright headers to 2018DrahtBot
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-03-22Fix missing or inconsistent include guardspracticalswift
2018-03-03Allow wallet files in multiple directoriesRussell Yanofsky
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-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2016-04-18test: Create test fixture for walletWladimir J. van der Laan