Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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_optional_rule = true,
},
.name = "taproot",
.gbt_optional_rule = true,
},
}

Definition at line 11 of file deploymentinfo.cpp.