Check for unknown activations Returns a vector containing the bit number used for signalling and a bool indicating the deployment is likely to be ACTIVE, rather than merely LOCKED_IN.

Synopsis

Declared in <versionbits.h>

[[requires_capability(0x7f2e18fdbd78), requires_capability(0x7f2e1a0cd248), requires_capability(0x7f2e24cb7078), requires_capability(0x7f2e37ab5598), requires_capability(0x7f2e27e04f98), requires_capability(0x7f2e1eea0f48), requires_capability(0x7f2e283fbd08)]]
std::vector<std::pair<int, bool>>
CheckUnknownActivations(
    CBlockIndex const* pindex,
    CChainParams const& chainparams);

Return Value

A vector of (bit number, likely‐active) pairs for unknown deployments.

Parameters

Name

Description

pindex

The block at which to check for unknown activations.

chainparams

The chain parameters for the active network.

Created with MrDocs