Bitcoin Core  27.99.0
P2P Digital Currency
Functions | Variables
rbf.cpp File Reference
#include <node/mempool_args.h>
#include <policy/rbf.h>
#include <primitives/transaction.h>
#include <sync.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <test/fuzz/util/mempool.h>
#include <test/util/setup_common.h>
#include <test/util/txmempool.h>
#include <txmempool.h>
#include <cstdint>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for rbf.cpp:

Go to the source code of this file.

Functions

void initialize_rbf ()
 
void initialize_package_rbf ()
 
 FUZZ_TARGET (rbf,.init=initialize_rbf)
 
void CheckDiagramConcave (std::vector< FeeFrac > &diagram)
 
 FUZZ_TARGET (package_rbf,.init=initialize_package_rbf)
 

Variables

const int NUM_ITERS = 10000
 
std::vector< COutPointg_outpoints
 

Function Documentation

◆ CheckDiagramConcave()

void CheckDiagramConcave ( std::vector< FeeFrac > &  diagram)

Definition at line 85 of file rbf.cpp.

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

◆ FUZZ_TARGET() [1/2]

FUZZ_TARGET ( package_rbf  ,
init = initialize_package_rbf 
)

Definition at line 96 of file rbf.cpp.

Here is the call graph for this function:

◆ FUZZ_TARGET() [2/2]

FUZZ_TARGET ( rbf  ,
init = initialize_rbf 
)

Definition at line 50 of file rbf.cpp.

Here is the call graph for this function:

◆ initialize_package_rbf()

void initialize_package_rbf ( )

Definition at line 36 of file rbf.cpp.

◆ initialize_rbf()

void initialize_rbf ( )

Definition at line 30 of file rbf.cpp.

Variable Documentation

◆ g_outpoints

std::vector<COutPoint> g_outpoints

Definition at line 28 of file rbf.cpp.

◆ NUM_ITERS

const int NUM_ITERS = 10000

Definition at line 26 of file rbf.cpp.