Monero
Loading...
Searching...
No Matches
blockchain_db.cpp File Reference
#include <boost/range/adaptor/reversed.hpp>
#include "string_tools.h"
#include "blockchain_db.h"
#include "cryptonote_basic/cryptonote_format_utils.h"
#include "profile_tools.h"
#include "ringct/rctOps.h"
#include "lmdb/db_lmdb.h"
Include dependency graph for blockchain_db.cpp:

Namespaces

namespace  cryptonote
 Holds cryptonote related classes and helpers.

Macros

#define MONERO_DEFAULT_LOG_CATEGORY   "blockchain.db"

Functions

bool cryptonote::matches_category (relay_method method, relay_category category) noexcept
BlockchainDBcryptonote::new_db ()
template<class t_pod_type>
std::string pod_to_hex (const t_pod_type &s)

Variables

const command_line::arg_descriptor< std::string > cryptonote::arg_db_sync_mode
const command_line::arg_descriptor< bool > cryptonote::arg_db_salvage

Macro Definition Documentation

◆ MONERO_DEFAULT_LOG_CATEGORY

#define MONERO_DEFAULT_LOG_CATEGORY   "blockchain.db"

Function Documentation

◆ pod_to_hex()

template<class t_pod_type>
std::string epee::string_tools::pod_to_hex ( const t_pod_type & s)