Go to the source code of this file.
|
| | cryptonote |
| | Holds cryptonote related classes and helpers.
|
| |
◆ BLOCK_REWARD_OVERESTIMATE
| #define BLOCK_REWARD_OVERESTIMATE (10 * 1000000000000) |
◆ ELECTRONEUM_DEFAULT_LOG_CATEGORY
| #define ELECTRONEUM_DEFAULT_LOG_CATEGORY "blockchain" |
◆ FIND_BLOCKCHAIN_SUPPLEMENT_MAX_SIZE [1/2]
| #define FIND_BLOCKCHAIN_SUPPLEMENT_MAX_SIZE (100*1024*1024) |
◆ FIND_BLOCKCHAIN_SUPPLEMENT_MAX_SIZE [2/2]
| #define FIND_BLOCKCHAIN_SUPPLEMENT_MAX_SIZE (100*1024*1024) |
◆ MERROR_VER
| #define MERROR_VER |
( |
|
x | ) |
MCERROR("verify", x) |
◆ SCAN_TABLE_QUIT
| #define SCAN_TABLE_QUIT |
( |
|
m | ) |
|
Value:do { \
MERROR_VER(m) ;\
m_scan_table.clear(); \
return false; \
} while(0); \
◆ get_transaction_version()
Definition at line 2488 of file blockchain.cpp.
2491 const char* begin =
static_cast<const char*
>(bd.data());
2492 const char* end = begin + bd.size();
2493 int read = tools::read_varint(begin, end,
version);
2495 throw std::runtime_error(
"Internal error getting transaction version");
◆ reserve_container() [1/2]
template<typename T >
| void reserve_container |
( |
std::vector< T > & |
v, |
|
|
size_t |
N |
|
) |
| |
◆ reserve_container() [2/2]
template<typename T >
| void reserve_container |
( |
std::list< T > & |
v, |
|
|
size_t |
N |
|
) |
| |
◆ slow_hash_allocate_state()
| void slow_hash_allocate_state |
( |
| ) |
|
◆ slow_hash_free_state()
| void slow_hash_free_state |
( |
| ) |
|
◆ height
◆ threshold
◆ time
◆ version