|
Electroneum
|
#include <boost/algorithm/string.hpp>#include "string_tools.h"#include <unordered_set>#include "cryptonote_core.h"#include "common/util.h"#include "common/updates.h"#include "common/download.h"#include "common/threadpool.h"#include "common/command_line.h"#include "warnings.h"#include "crypto/crypto.h"#include "cryptonote_config.h"#include "misc_language.h"#include "file_io_utils.h"#include <csignal>#include "checkpoints/checkpoints.h"#include "ringct/rctTypes.h"#include "blockchain_db/blockchain_db.h"#include "ringct/rctSigs.h"#include "common/notify.h"#include "version.h"
Namespaces | |
| cryptonote | |
| Holds cryptonote related classes and helpers. | |
Macros | |
| #define | ELECTRONEUM_DEFAULT_LOG_CATEGORY "cn" |
| #define | MERROR_VER(x) MCERROR("verify", x) |
| #define | BAD_SEMANTICS_TXES_MAX_SIZE 100 |
| #define | BLOCK_SIZE_SANITY_LEEWAY 100 |
Functions | |
| static bool | cryptonote::is_canonical_bulletproof_layout (const std::vector< rct::Bulletproof > &proofs) |
| block_complete_entry | cryptonote::get_block_complete_entry (block &b, tx_memory_pool &pool) |
| double | cryptonote::factorial (unsigned int n) |
| static double | cryptonote::probability1 (unsigned int blocks, unsigned int expected) |
| static double | cryptonote::probability (unsigned int blocks, unsigned int expected) |
| #define BAD_SEMANTICS_TXES_MAX_SIZE 100 |
| #define BLOCK_SIZE_SANITY_LEEWAY 100 |
| #define ELECTRONEUM_DEFAULT_LOG_CATEGORY "cn" |
| #define MERROR_VER | ( | x | ) | MCERROR("verify", x) |