|
Electroneum
|
#include <integer_overflow.h>


Additional Inherited Members | |
Public Types inherited from test_chain_unit_base | |
| typedef boost::function< bool(cryptonote::core &c, size_t ev_index, const std::vector< test_event_entry > &events)> | verify_callback |
| typedef std::map< std::string, verify_callback > | callbacks_map |
Definition at line 35 of file integer_overflow.h.
| gen_uint_overflow_base::gen_uint_overflow_base | ( | ) |
Definition at line 76 of file integer_overflow.cpp.

| bool gen_uint_overflow_base::check_block_verification_context | ( | const cryptonote::block_verification_context & | bvc, |
| size_t | event_idx, | ||
| const cryptonote::block & | block | ||
| ) |
Definition at line 87 of file integer_overflow.cpp.
| bool gen_uint_overflow_base::check_tx_verification_context | ( | const cryptonote::tx_verification_context & | tvc, |
| bool | tx_added, | ||
| size_t | event_idx, | ||
| const cryptonote::transaction & | tx | ||
| ) |
Definition at line 82 of file integer_overflow.cpp.
| bool gen_uint_overflow_base::mark_last_valid_block | ( | cryptonote::core & | c, |
| size_t | ev_index, | ||
| const std::vector< test_event_entry > & | events | ||
| ) |