Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <arith_uint256.h>
#include <chain.h>
#include <chainparams.h>
#include <headerssync.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <test/util/setup_common.h>
#include <uint256.h>
#include <util/chaintype.h>
#include <util/time.h>
#include <validation.h>
#include <iterator>
#include <vector>
Go to the source code of this file.
Classes | |
class | FuzzedHeadersSyncState |
Functions | |
static void | initialize_headers_sync_state_fuzz () |
void | MakeHeadersContinuous (const CBlockHeader &genesis_header, const std::vector< CBlockHeader > &all_headers, std::vector< CBlockHeader > &new_headers) |
FUZZ_TARGET (headers_sync_state,.init=initialize_headers_sync_state_fuzz) | |
FUZZ_TARGET | ( | headers_sync_state | , |
. | init = initialize_headers_sync_state_fuzz |
||
) |
|
static |
Definition at line 16 of file headerssync.cpp.
void MakeHeadersContinuous | ( | const CBlockHeader & | genesis_header, |
const std::vector< CBlockHeader > & | all_headers, | ||
std::vector< CBlockHeader > & | new_headers | ||
) |