#include <avalanche/processor.h>
#include <avalanche/delegationbuilder.h>
#include <avalanche/peermanager.h>
#include <chain.h>
#include <key_io.h>
#include <net_processing.h>
#include <netmessagemaker.h>
#include <reverse_iterator.h>
#include <scheduler.h>
#include <util/bitmanip.h>
#include <validation.h>
#include <chrono>
#include <tuple>
Go to the source code of this file.
◆ ADD_SERIALIZE_METHODS
◆ AVALANCHE_TIME_STEP
constexpr std::chrono::milliseconds AVALANCHE_TIME_STEP {10} |
|
static |
Run the avalanche event loop every 10ms.
Definition at line 24 of file processor.cpp.
◆ g_avalanche
◆ response
◆ sig
std::array<uint8_t, 64> sig |
|
private |