Bitcoin Core 29.99.0
P2P Digital Currency
Functions | Variables
deploymentinfo.cpp File Reference
#include <deploymentinfo.h>
#include <consensus/params.h>
#include <string_view>
Include dependency graph for deploymentinfo.cpp:

Go to the source code of this file.

Functions

std::string DeploymentName (Consensus::BuriedDeployment dep)
 
std::optional< Consensus::BuriedDeploymentGetBuriedDeployment (const std::string_view name)
 

Variables

const std::array< VBDeploymentInfo, Consensus::MAX_VERSION_BITS_DEPLOYMENTSVersionBitsDeploymentInfo
 

Function Documentation

◆ DeploymentName()

std::string DeploymentName ( Consensus::BuriedDeployment  dep)

Definition at line 22 of file deploymentinfo.cpp.

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

◆ GetBuriedDeployment()

std::optional< Consensus::BuriedDeployment > GetBuriedDeployment ( const std::string_view  name)

Definition at line 40 of file deploymentinfo.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ VersionBitsDeploymentInfo

const std::array<VBDeploymentInfo,Consensus::MAX_VERSION_BITS_DEPLOYMENTS> VersionBitsDeploymentInfo
Initial value:
{
.name = "testdummy",
.gbt_force = true,
},
.name = "taproot",
.gbt_force = true,
},
}
const char * name
Deployment name.

Definition at line 11 of file deploymentinfo.cpp.