Bitcoin Core 31.99.0
P2P Digital Currency
Functions
cmpctblock.cpp File Reference
#include <addrman.h>
#include <blockencodings.h>
#include <chain.h>
#include <chainparams.h>
#include <coins.h>
#include <consensus/amount.h>
#include <consensus/consensus.h>
#include <consensus/merkle.h>
#include <net.h>
#include <net_processing.h>
#include <netmessagemaker.h>
#include <node/blockstorage.h>
#include <node/miner.h>
#include <policy/truc_policy.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <protocol.h>
#include <script/script.h>
#include <sync.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <test/fuzz/util/net.h>
#include <test/util/mining.h>
#include <test/util/net.h>
#include <test/util/random.h>
#include <test/util/script.h>
#include <test/util/setup_common.h>
#include <test/util/time.h>
#include <test/util/txmempool.h>
#include <test/util/validation.h>
#include <txmempool.h>
#include <uint256.h>
#include <util/check.h>
#include <util/time.h>
#include <util/translation.h>
#include <validation.h>
#include <validationinterface.h>
#include <boost/multi_index/detail/hash_index_iterator.hpp>
#include <boost/operators.hpp>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <iterator>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <utility>
#include <vector>

Go to the source code of this file.

Functions

void MakeRandDeterministicDANGEROUS (const uint256 &seed) noexcept
 Internal function to set g_determinstic_rng. More...
 
void initialize_cmpctblock ()
 
 FUZZ_TARGET (cmpctblock,.init=initialize_cmpctblock)
 

Function Documentation

◆ FUZZ_TARGET()

FUZZ_TARGET ( cmpctblock  ,
init = initialize_cmpctblock 
)

Definition at line 150 of file cmpctblock.cpp.

Here is the call graph for this function:

◆ initialize_cmpctblock()

void initialize_cmpctblock ( )

Definition at line 142 of file cmpctblock.cpp.

Here is the call graph for this function:

◆ MakeRandDeterministicDANGEROUS()

void MakeRandDeterministicDANGEROUS ( const uint256 seed)
noexcept

Internal function to set g_determinstic_rng.

Only accessed from tests.

Definition at line 595 of file random.cpp.

Here is the caller graph for this function: