5 #ifndef BITCOIN_DEPLOYMENTINFO_H 6 #define BITCOIN_DEPLOYMENTINFO_H 30 std::optional<Consensus::BuriedDeployment>
GetBuriedDeployment(
const std::string_view deployment_name);
32 #endif // BITCOIN_DEPLOYMENTINFO_H
bool gbt_force
Whether GBT clients can safely ignore this rule in simplified usage.
std::string DeploymentName(Consensus::BuriedDeployment dep)
const char * name
Deployment name.
const VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_BITS_DEPLOYMENTS]
BuriedDeployment
A buried deployment is one where the height of the activation has been hardcoded into the client impl...
constexpr bool ValidDeployment(BuriedDeployment dep)
std::optional< Consensus::BuriedDeployment > GetBuriedDeployment(const std::string_view deployment_name)