A buried deployment is one where the height of the activation has been hardcoded into the client implementation long after the consensus change has activated. See BIP 90. Consensus changes for which the new rules are enforced from genesis are not listed here.
Synopsis
Declared in <consensus/params.h>
enum BuriedDeployment : int16_t;
Members
Name |
Description |
|
BIP34: block height in the coinbase. |
|
BIP65: OP_CHECKLOCKTIMEVERIFY. |
|
BIP66: strict DER signature encoding. |
|
BIP68, BIP112, BIP113: relative lock‐time (CheckSequenceVerify). |
|
BIP141, BIP143, BIP147: segregated witness. |
Non-Member Functions
Name |
Description |
Returns true if the given buried deployment identifier is a valid enumerator. |
|
Returns the human‐readable name of a buried (always‐active) deployment. |
|
Looks up a buried deployment by its name. |
Created with MrDocs