Bitcoin Core  27.99.0
P2P Digital Currency
Functions
validation_tests.cpp File Reference
#include <chainparams.h>
#include <consensus/amount.h>
#include <consensus/merkle.h>
#include <core_io.h>
#include <hash.h>
#include <net.h>
#include <signet.h>
#include <uint256.h>
#include <util/chaintype.h>
#include <validation.h>
#include <string>
#include <test/util/setup_common.h>
#include <boost/test/unit_test.hpp>
Include dependency graph for validation_tests.cpp:

Go to the source code of this file.

Functions

static void TestBlockSubsidyHalvings (const Consensus::Params &consensusParams)
 
static void TestBlockSubsidyHalvings (int nSubsidyHalvingInterval)
 
 BOOST_AUTO_TEST_CASE (block_subsidy_test)
 
 BOOST_AUTO_TEST_CASE (subsidy_limit_test)
 
 BOOST_AUTO_TEST_CASE (signet_parse_tests)
 
 BOOST_AUTO_TEST_CASE (test_assumeutxo)
 Test retrieval of valid assumeutxo values. More...
 
 BOOST_AUTO_TEST_CASE (block_malleation)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

BOOST_AUTO_TEST_CASE ( block_malleation  )

Definition at line 153 of file validation_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/5]

BOOST_AUTO_TEST_CASE ( block_subsidy_test  )

Definition at line 48 of file validation_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/5]

BOOST_AUTO_TEST_CASE ( signet_parse_tests  )

Definition at line 69 of file validation_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/5]

BOOST_AUTO_TEST_CASE ( subsidy_limit_test  )

Definition at line 56 of file validation_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/5]

BOOST_AUTO_TEST_CASE ( test_assumeutxo  )

Test retrieval of valid assumeutxo values.

Definition at line 131 of file validation_tests.cpp.

Here is the call graph for this function:

◆ TestBlockSubsidyHalvings() [1/2]

static void TestBlockSubsidyHalvings ( const Consensus::Params consensusParams)
static

Definition at line 24 of file validation_tests.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestBlockSubsidyHalvings() [2/2]

static void TestBlockSubsidyHalvings ( int  nSubsidyHalvingInterval)
static

Definition at line 41 of file validation_tests.cpp.

Here is the call graph for this function: