#include <chainparams.h>
#include <protocol.h>
#include <seeder/bitcoin.h>
#include <seeder/db.h>
#include <seeder/test/util.h>
#include <serialize.h>
#include <streams.h>
#include <util/system.h>
#include <version.h>
#include <boost/test/unit_test.hpp>
#include <cstdint>
#include <memory>
#include <ostream>
#include <string>
#include <vector>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/3]
BOOST_AUTO_TEST_CASE |
( |
process_addr_msg |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/3]
BOOST_AUTO_TEST_CASE |
( |
process_verack_msg |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/3]
BOOST_AUTO_TEST_CASE |
( |
process_version_msg |
| ) |
|
◆ CreateAddrMessage()
◆ CreateVersionMessage()
static CDataStream CreateVersionMessage |
( |
int64_t |
now, |
|
|
CAddress |
addrTo, |
|
|
CAddress |
addrFrom, |
|
|
int32_t |
start_height, |
|
|
uint32_t |
nVersion, |
|
|
uint64_t |
nonce = 0 , |
|
|
std::string |
user_agent = "/Bitcoin ABC:0.0.0(seeder)/" |
|
) |
| |
|
static |
◆ operator<<()
◆ SEEDER_INIT_VERSION
const int SEEDER_INIT_VERSION = 0 |
|
static |
◆ SERVICE_PORT
const uint16_t SERVICE_PORT = 18444 |
|
static |