12#include <boost/test/unit_test.hpp>
41 std::unique_ptr<WalletDatabase> db =
MakeDatabase(m_path_root /
strprintf(
"wallet_%d_.dat", db_format).c_str(), options, status, error_string);
45 wallet->m_keypool_size = 4;
49 auto legacy_spkm =
wallet->GetOrCreateLegacyScriptPubKeyMan();
Double ended buffer combining vector and stream-like interfaces.
A CWallet maintains a set of transactions and balances, and provides the ability to create new transa...
BOOST_FIXTURE_TEST_SUITE(cuckoocache_tests, BasicTestingSetup)
Test Suite for CuckooCache.
BOOST_AUTO_TEST_SUITE_END()
std::unique_ptr< WalletDatabase > MakeDatabase(const fs::path &path, const DatabaseOptions &options, DatabaseStatus &status, bilingual_str &error)
static const DatabaseFormat DATABASE_FORMATS[]
BOOST_AUTO_TEST_CASE(bnb_search_test)
#define BOOST_CHECK_THROW(stmt, excMatch)
#define BOOST_CHECK_EQUAL(v1, v2)
#define BOOST_CHECK(expr)
std::unique_ptr< interfaces::Chain > chain
std::optional< DatabaseFormat > require_format