Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Namespaces | Functions | Variables
miner_tests.cpp File Reference
#include <addresstype.h>
#include <coins.h>
#include <common/system.h>
#include <consensus/consensus.h>
#include <consensus/merkle.h>
#include <consensus/tx_verify.h>
#include <node/miner.h>
#include <policy/policy.h>
#include <test/util/random.h>
#include <test/util/txmempool.h>
#include <txmempool.h>
#include <uint256.h>
#include <util/strencodings.h>
#include <util/time.h>
#include <validation.h>
#include <versionbits.h>
#include <test/util/setup_common.h>
#include <memory>
#include <boost/test/unit_test.hpp>
Include dependency graph for miner_tests.cpp:

Go to the source code of this file.

Classes

struct  miner_tests::MinerTestingSetup
 

Namespaces

 miner_tests
 

Functions

static std::unique_ptr< CBlockIndexCreateBlockIndex (int nHeight, CBlockIndex *active_chain_tip) EXCLUSIVE_LOCKS_REQUIRED(cs_main)
 
 BOOST_AUTO_TEST_CASE (CreateNewBlock_validity)
 

Variables

static CFeeRate blockMinFeeRate = CFeeRate(DEFAULT_BLOCK_MIN_TX_FEE)
 
struct {
   unsigned char   extranonce
 
   unsigned int   nonce
 
BLOCKINFO []
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( CreateNewBlock_validity  )

Definition at line 603 of file miner_tests.cpp.

Here is the call graph for this function:

◆ CreateBlockIndex()

static std::unique_ptr<CBlockIndex> CreateBlockIndex ( int  nHeight,
CBlockIndex active_chain_tip 
)
static

Definition at line 92 of file miner_tests.cpp.

Variable Documentation

◆ 

constexpr { ... } BLOCKINFO

◆ blockMinFeeRate

CFeeRate blockMinFeeRate = CFeeRate(DEFAULT_BLOCK_MIN_TX_FEE)
static

Definition at line 58 of file miner_tests.cpp.

◆ extranonce

unsigned char extranonce

Definition at line 70 of file miner_tests.cpp.

◆ nonce

unsigned int nonce

Definition at line 71 of file miner_tests.cpp.