#include <pow/eda.h>
#include <pow/pow.h>
#include <chain.h>
#include <chainparams.h>
#include <config.h>
#include <test/util/random.h>
#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/11]
BOOST_AUTO_TEST_CASE |
( |
CheckProofOfWork_test_biger_hash_than_target |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/11]
BOOST_AUTO_TEST_CASE |
( |
CheckProofOfWork_test_negative_target |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/11]
BOOST_AUTO_TEST_CASE |
( |
CheckProofOfWork_test_overflow_target |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/11]
BOOST_AUTO_TEST_CASE |
( |
CheckProofOfWork_test_too_easy_target |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/11]
BOOST_AUTO_TEST_CASE |
( |
CheckProofOfWork_test_zero_target |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/11]
BOOST_AUTO_TEST_CASE |
( |
get_next_work |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/11]
BOOST_AUTO_TEST_CASE |
( |
get_next_work_lower_limit_actual |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [8/11]
BOOST_AUTO_TEST_CASE |
( |
get_next_work_pow_limit |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [9/11]
BOOST_AUTO_TEST_CASE |
( |
get_next_work_upper_limit_actual |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [10/11]
BOOST_AUTO_TEST_CASE |
( |
GetBlockProofEquivalentTime_test |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [11/11]
BOOST_AUTO_TEST_CASE |
( |
retargeting_test |
| ) |
|
◆ GetBlockIndex()