#include <node/mini_miner.h>
#include <random.h>
#include <txmempool.h>
#include <util/time.h>
#include <test/util/setup_common.h>
#include <test/util/txmempool.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< COutPoint > &inputs, size_t num_outputs) |
|
static bool | sanity_check (const std::vector< CTransactionRef > &transactions, const std::map< COutPoint, CAmount > &bumpfees) |
|
template<typename Key , typename Value > |
Value | Find (const std::map< Key, Value > &map, const Key &key) |
|
| BOOST_FIXTURE_TEST_CASE (miniminer_negative, TestChain100Setup) |
|
| BOOST_FIXTURE_TEST_CASE (miniminer_1p1c, TestChain100Setup) |
|
| BOOST_FIXTURE_TEST_CASE (miniminer_overlap, TestChain100Setup) |
|
| BOOST_FIXTURE_TEST_CASE (calculate_cluster, TestChain100Setup) |
|
| BOOST_FIXTURE_TEST_CASE (manual_ctor, TestChain100Setup) |
|
◆ 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() [5/5]
◆ Find()
template<typename Key , typename Value >
Value Find |
( |
const std::map< Key, Value > & |
map, |
|
|
const Key & |
key |
|
) |
| |
◆ make_tx()
◆ sanity_check()
◆ high_fee
◆ low_fee
◆ med_fee