aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/db_tests.cpp
AgeCommit message (Expand)Author
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-08-24Fix build with Boost 1.77.0Rafael Sadowski
2021-05-24scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` callsKiminuo
2021-02-09Change BOOST_CHECK to BOOST_CHECK_EQUAL to see mismatched values when a check...Kiminuo
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-04refactor: Consolidate redundant wallet database path and exists functionsRussell Yanofsky
2020-06-15walletdb: Move BDB specific things into bdb.{cpp/h}Andrew Chow
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-06-20test: Create data dir in BasicTestingSetupMarcoFalke
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2018-11-26Tests: add unit tests for GetWalletEnvPierre Rochard