#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>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/5]
| BOOST_AUTO_TEST_CASE |
( |
block_malleation | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/5]
| BOOST_AUTO_TEST_CASE |
( |
block_subsidy_test | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/5]
| BOOST_AUTO_TEST_CASE |
( |
signet_parse_tests | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/5]
| BOOST_AUTO_TEST_CASE |
( |
subsidy_limit_test | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/5]
| BOOST_AUTO_TEST_CASE |
( |
test_assumeutxo | | ) |
|
◆ TestBlockSubsidyHalvings() [1/2]
◆ TestBlockSubsidyHalvings() [2/2]
| void TestBlockSubsidyHalvings |
( |
int | nSubsidyHalvingInterval | ) |
|
|
static |