![]() |
Bitcoin Core
25.99.0
P2P Digital Currency
|
#include <consensus/validation.h>
#include <key_io.h>
#include <policy/packages.h>
#include <policy/policy.h>
#include <primitives/transaction.h>
#include <script/script.h>
#include <script/standard.h>
#include <test/util/random.h>
#include <test/util/setup_common.h>
#include <validation.h>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Functions | |
CTransactionRef | create_placeholder_tx (size_t num_inputs, size_t num_outputs) |
BOOST_FIXTURE_TEST_CASE (package_sanitization_tests, TestChain100Setup) | |
BOOST_FIXTURE_TEST_CASE (package_validation_tests, TestChain100Setup) | |
BOOST_FIXTURE_TEST_CASE (noncontextual_package_tests, TestChain100Setup) | |
BOOST_FIXTURE_TEST_CASE (package_submission_tests, TestChain100Setup) | |
BOOST_FIXTURE_TEST_CASE (package_witness_swap_tests, TestChain100Setup) | |
BOOST_FIXTURE_TEST_CASE (package_cpfp_tests, TestChain100Setup) | |
Variables | |
static const CAmount | low_fee_amt {200} |
BOOST_FIXTURE_TEST_CASE | ( | noncontextual_package_tests | , |
TestChain100Setup | |||
) |
BOOST_FIXTURE_TEST_CASE | ( | package_cpfp_tests | , |
TestChain100Setup | |||
) |
BOOST_FIXTURE_TEST_CASE | ( | package_sanitization_tests | , |
TestChain100Setup | |||
) |
BOOST_FIXTURE_TEST_CASE | ( | package_submission_tests | , |
TestChain100Setup | |||
) |
BOOST_FIXTURE_TEST_CASE | ( | package_validation_tests | , |
TestChain100Setup | |||
) |
BOOST_FIXTURE_TEST_CASE | ( | package_witness_swap_tests | , |
TestChain100Setup | |||
) |
|
inline |
Definition at line 24 of file txpackage_tests.cpp.
|
static |
Definition at line 21 of file txpackage_tests.cpp.