#include <chain.h>
#include <chainparams.h>
#include <pow.h>
#include <test/util/random.h>
#include <test/util/common.h>
#include <test/util/setup_common.h>
#include <util/chaintype.h>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/15]
| BOOST_AUTO_TEST_CASE |
( |
ChainParams_MAIN_sanity | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/15]
| BOOST_AUTO_TEST_CASE |
( |
ChainParams_REGTEST_sanity | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/15]
| BOOST_AUTO_TEST_CASE |
( |
ChainParams_SIGNET_sanity | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/15]
| BOOST_AUTO_TEST_CASE |
( |
ChainParams_TESTNET4_sanity | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/15]
| BOOST_AUTO_TEST_CASE |
( |
ChainParams_TESTNET_sanity | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/15]
| BOOST_AUTO_TEST_CASE |
( |
CheckProofOfWork_test_biger_hash_than_target | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/15]
| BOOST_AUTO_TEST_CASE |
( |
CheckProofOfWork_test_negative_target | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [8/15]
| BOOST_AUTO_TEST_CASE |
( |
CheckProofOfWork_test_overflow_target | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [9/15]
| BOOST_AUTO_TEST_CASE |
( |
CheckProofOfWork_test_too_easy_target | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [10/15]
| BOOST_AUTO_TEST_CASE |
( |
CheckProofOfWork_test_zero_target | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [11/15]
| BOOST_AUTO_TEST_CASE |
( |
get_next_work | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [12/15]
| BOOST_AUTO_TEST_CASE |
( |
get_next_work_lower_limit_actual | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [13/15]
| BOOST_AUTO_TEST_CASE |
( |
get_next_work_pow_limit | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [14/15]
| BOOST_AUTO_TEST_CASE |
( |
get_next_work_upper_limit_actual | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [15/15]
| BOOST_AUTO_TEST_CASE |
( |
GetBlockProofEquivalentTime_test | | ) |
|
◆ sanity_check_chainparams()