aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_test_fixture.cpp
AgeCommit message (Expand)Author
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