Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
block_policy_estimator.cpp File Reference
#include <policy/fees/block_policy_estimator.h>
#include <common/system.h>
#include <consensus/amount.h>
#include <kernel/mempool_entry.h>
#include <logging.h>
#include <policy/feerate.h>
#include <primitives/transaction.h>
#include <random.h>
#include <serialize.h>
#include <streams.h>
#include <sync.h>
#include <tinyformat.h>
#include <uint256.h>
#include <util/fs.h>
#include <util/serfloat.h>
#include <util/syserror.h>
#include <util/time.h>
#include <algorithm>
#include <cassert>
#include <chrono>
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <exception>
#include <stdexcept>
#include <utility>
Include dependency graph for block_policy_estimator.cpp:

Go to the source code of this file.

Classes

class  TxConfirmStats
 We will instantiate an instance of this class to track transactions that were included in a block. More...

Functions

std::string StringForFeeEstimateHorizon (FeeEstimateHorizon horizon)
static std::set< double > MakeFeeSet (const CFeeRate &min_incremental_fee, double max_filter_fee_rate, double fee_filter_spacing)

Variables

constexpr int CURRENT_FEES_FILE_VERSION {309900}
static constexpr double INF_FEERATE = 1e99

Function Documentation

◆ MakeFeeSet()

std::set< double > MakeFeeSet ( const CFeeRate & min_incremental_fee,
double max_filter_fee_rate,
double fee_filter_spacing )
static

Definition at line 1085 of file block_policy_estimator.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ StringForFeeEstimateHorizon()

std::string StringForFeeEstimateHorizon ( FeeEstimateHorizon horizon)

Definition at line 41 of file block_policy_estimator.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ CURRENT_FEES_FILE_VERSION

int CURRENT_FEES_FILE_VERSION {309900}
constexpr

Definition at line 37 of file block_policy_estimator.cpp.

◆ INF_FEERATE

double INF_FEERATE = 1e99
staticconstexpr

Definition at line 39 of file block_policy_estimator.cpp.