13 Commits (392b7aba5f7332bf2ca87ee2fd620fe660b5eca1)

Author SHA1 Message Date
Pieter Wuille 940a21932b SegWit wallet support 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
Wladimir J. van der Laan 49bd6590fe tests: move pwalletMain to wallet test fixture 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
practicalswift 3e09b390b4 Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...)) 7 years ago
practicalswift 860e912583 Use unique_ptr for pwalletMain (CWallet) 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Luke Dashjr b124cf04ea Wallet: Replace pwalletMain with a vector of wallet pointers 7 years ago
Wladimir J. van der Laan 71afe3c099 wallet: Introduce database handle wrapper 7 years ago
Wladimir J. van der Laan 653bb3d640 Add copyright header to wallet_text_fixture.cpp 8 years ago
Wladimir J. van der Laan b30fb42e49 test: Rename wallet.dat to wallet_test.dat 8 years ago
Wladimir J. van der Laan f4eae2d910 test: Create test fixture for wallet 8 years ago