Bitcoin ABC  0.26.3
P2P Digital Currency
Namespaces | Functions | Variables
peermanager.cpp File Reference
#include <avalanche/peermanager.h>
#include <arith_uint256.h>
#include <avalanche/avalanche.h>
#include <avalanche/delegation.h>
#include <avalanche/validation.h>
#include <cashaddrenc.h>
#include <consensus/activation.h>
#include <logging.h>
#include <random.h>
#include <scheduler.h>
#include <uint256.h>
#include <util/fastrange.h>
#include <util/system.h>
#include <util/time.h>
#include <algorithm>
#include <cassert>
#include <cmath>
#include <limits>
Include dependency graph for peermanager.cpp:

Go to the source code of this file.

Namespaces

 avalanche
 

Functions

static bool avalanche::isImmatureState (const ProofValidationState &state)
 
PeerId avalanche::selectPeerImpl (const std::vector< Slot > &slots, const uint64_t slot, const uint64_t max)
 Internal methods that are exposed for testing purposes. More...
 

Variables

static constexpr uint64_t avalanche::PEERS_DUMP_VERSION {1}