![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <kernel/mempool_entry.h>#include <policy/fees/estimator_args.h>#include <policy/fees/mempool_estimator.h>#include <policy/policy.h>#include <primitives/block.h>#include <random.h>#include <test/util/setup_common.h>#include <test/util/txmempool.h>#include <txmempool.h>#include <uint256.h>#include <util/feefrac.h>#include <util/fees.h>#include <util/time.h>#include <validation.h>#include <boost/test/unit_test.hpp>#include <string>Go to the source code of this file.
Functions | |
| static CTransactionRef | MakeRandomTx () |
| void | AddRemovedBlock (MemPoolFeeRateEstimator &fee_est, int32_t removed_txs_weight, int32_t block_txs_weight, unsigned int &height) |
| BOOST_AUTO_TEST_CASE (calculate_max_weight_percentiles) | |
| BOOST_AUTO_TEST_CASE (mempool_fee_rate_estimator_cache) | |
| BOOST_AUTO_TEST_CASE (MempoolFeeRateEstimator) | |
| void AddRemovedBlock | ( | MemPoolFeeRateEstimator & | fee_est, |
| int32_t | removed_txs_weight, | ||
| int32_t | block_txs_weight, | ||
| unsigned int & | height | ||
| ) |
Definition at line 40 of file mempool_fee_estimator_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | calculate_max_weight_percentiles | ) |
Definition at line 65 of file mempool_fee_estimator_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | mempool_fee_rate_estimator_cache | ) |
Definition at line 106 of file mempool_fee_estimator_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | MempoolFeeRateEstimator | ) |
Definition at line 131 of file mempool_fee_estimator_tests.cpp.
|
inlinestatic |
Definition at line 26 of file mempool_fee_estimator_tests.cpp.