#include <chain.h>
#include <chainparams.h>
#include <clientversion.h>
#include <node/blockstorage.h>
#include <node/context.h>
#include <node/kernel_notifications.h>
#include <script/solver.h>
#include <primitives/block.h>
#include <util/chaintype.h>
#include <validation.h>
#include <boost/test/unit_test.hpp>
#include <test/util/common.h>
#include <test/util/logging.h>
#include <test/util/setup_common.h>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/2]
| BOOST_AUTO_TEST_CASE |
( |
blockmanager_find_block_pos | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/2]
| BOOST_AUTO_TEST_CASE |
( |
blockmanager_flush_block_file | | ) |
|
◆ BOOST_FIXTURE_TEST_CASE() [1/5]
◆ BOOST_FIXTURE_TEST_CASE() [2/5]
◆ BOOST_FIXTURE_TEST_CASE() [3/5]
◆ BOOST_FIXTURE_TEST_CASE() [4/5]
| BOOST_FIXTURE_TEST_CASE |
( |
blockmanager_readblock_hash_mismatch | , |
|
|
TestingSetup | ) |
◆ BOOST_FIXTURE_TEST_CASE() [5/5]
| BOOST_FIXTURE_TEST_CASE |
( |
blockmanager_scan_unlink_already_pruned_files | , |
|
|
TestChain100Setup | ) |
◆ MAX_BLOCKFILE_SIZE
The maximum size of a blk?
????.dat file (since 0.8)
Definition at line 123 of file blockstorage.h.
◆ STORAGE_HEADER_BYTES
Size of header written by WriteBlock before a serialized CBlock (8 bytes).
Definition at line 126 of file blockstorage.h.