nooschain / protocol/protocol-info / ProtocolInfo
Interface: ProtocolInfo
Defined in: protocol/protocol-info.ts:16
Read model for protocol status and configured upgrades.
Properties
activeVersion
activeVersion:
number
Defined in: protocol/protocol-info.ts:20
Protocol version that would be used for the next block.
latestSupportedVersion
latestSupportedVersion:
number
Defined in: protocol/protocol-info.ts:18
Highest protocol version this binary knows how to execute.
upgrades
upgrades:
object[]
Defined in: protocol/protocol-info.ts:22
Protocol-upgrade rows ordered by activation height.
activationHeight
activationHeight:
string
Block height where the version becomes active.
createdAt
createdAt:
string
ISO timestamp when the upgrade row was created.
status
status:
string
Upgrade status, normally active for rows used in resolution.
version
version:
number
Protocol version activated by this row.