#include <chainparams.h>
#include <netbase.h>
#include <protocol.h>
#include <seeder/bitcoin.h>
#include <seeder/util.h>
#include <sync.h>
#include <util/time.h>
#include <version.h>
#include <cmath>
#include <cstdint>
#include <deque>
#include <map>
#include <set>
#include <vector>
Go to the source code of this file.
◆ MIN_RETRY
Definition at line 24 of file db.h.
◆ REQUIRE_VERSION
#define REQUIRE_VERSION 70001 |
Definition at line 26 of file db.h.
◆ ReliabilityStatus
Enumerator |
---|
OK | |
NOT_NODE_NETWORK | |
NOT_ROUTABLE | |
NOT_REQUIRED_VERSION | |
NOT_REQUIRED_HEIGHT | |
BAD_UPTIME | |
UNVERIFIED_CHECKPOINT | |
Definition at line 68 of file db.h.
◆ GetRequireHeight()
static int GetRequireHeight |
( |
| ) |
|
|
inlinestatic |
Definition at line 28 of file db.h.
◆ HasCheckpoint()
static bool HasCheckpoint |
( |
| ) |
|
|
inlinestatic |
Definition at line 32 of file db.h.
◆ ToString()
static std::string ToString |
( |
const CService & |
ip | ) |
|
|
inlinestatic |
Definition at line 37 of file db.h.