#include <common/system.h>
#include <policy/rbf.h>
#include <random.h>
#include <test/util/txmempool.h>
#include <txmempool.h>
#include <util/time.h>
#include <test/util/setup_common.h>
#include <boost/test/unit_test.hpp>
#include <optional>
#include <vector>
Go to the source code of this file.
|
static CTransactionRef | make_tx (const std::vector< CTransactionRef > &inputs, const std::vector< CAmount > &output_values) |
|
static std::pair< CTransactionRef, CTransactionRef > | make_two_siblings (const CTransactionRef parent, const std::vector< CAmount > &output_values) |
|
static CTransactionRef | add_descendants (const CTransactionRef &tx, int32_t num_descendants, CTxMemPool &pool) EXCLUSIVE_LOCKS_REQUIRED( |
|
static CTransactionRef | add_descendant_to_parents (const std::vector< CTransactionRef > &parents, CTxMemPool &pool) EXCLUSIVE_LOCKS_REQUIRED( |
|
static std::pair< CTransactionRef, CTransactionRef > | add_children_to_parent (const CTransactionRef parent, CTxMemPool &pool) EXCLUSIVE_LOCKS_REQUIRED( |
|
| BOOST_FIXTURE_TEST_CASE (rbf_helper_functions, TestChain100Setup) |
|
| BOOST_FIXTURE_TEST_CASE (improves_feerate, TestChain100Setup) |
|
| BOOST_FIXTURE_TEST_CASE (calc_feerate_diagram_rbf, TestChain100Setup) |
|
| BOOST_AUTO_TEST_CASE (feerate_chunks_utilities) |
|
◆ add_children_to_parent()
◆ add_descendant_to_parents()
◆ add_descendants()
◆ BOOST_AUTO_TEST_CASE()
BOOST_AUTO_TEST_CASE |
( |
feerate_chunks_utilities |
| ) |
|
◆ BOOST_FIXTURE_TEST_CASE() [1/3]
◆ BOOST_FIXTURE_TEST_CASE() [2/3]
◆ BOOST_FIXTURE_TEST_CASE() [3/3]
◆ make_two_siblings()
◆ make_tx()