CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
22 #ifndef CUSTOM_RESULT_DEFINITION
25 namespace catapult {
namespace validators {
28 #define DEFINE_CORE_RESULT(DESCRIPTION, CODE) DEFINE_VALIDATION_RESULT(Failure, Core, DESCRIPTION, CODE, None)
61 #ifndef CUSTOM_RESULT_DEFINITION
#define CATAPULT_LOG(SEV)
Writes a log entry to the default logger with SEV severity.
Definition: Logging.h:340
SynchronizationFilter CreateResponseDelayDetectionFilter()
Creates a filter that filters out samples that indicate an unexpected delay in the response.
Definition: ResponseDelayDetectionFilter.cpp:27
utils::BaseValue< Height::ValueType, ImportanceHeight_tag > ImportanceHeight
Represents a height at which importance is calculated.
Definition: ImportanceHeight.h:29
def debug(*args)
Definition: Parser.py:46
std::unique_ptr< ImportanceCalculator > CreateRestoreImportanceCalculator()
Creates a restore importance calculator.
Definition: RestoreImportanceCalculator.cpp:47
constexpr int64_t Tolerated_Duration_Maximum
Maximum time in ms that a response to a time sync request may take.
Definition: filter_constants.h:43
predicate< const TimeSynchronizationSample &, NodeAge > SynchronizationFilter
Signature of a synchronization filter.
Definition: SynchronizationFilters.h:29
Definition: AddressExtractionExtension.cpp:28
DEFINE_CORE_RESULT(Past_Deadline, 1)
Validation failed because the deadline passed.