ProtocolUpgradeProposal
A proposal to upgrade the vega protocol (i.e. which version of the vega software nodes will run)
type ProtocolUpgradeProposal {
upgradeBlockHeight: String!
vegaReleaseTag: String!
approvers: [String!]!
status: ProtocolUpgradeProposalStatus!
}
Fields
ProtocolUpgradeProposal.upgradeBlockHeight ● String! non-null scalar
At which block the upgrade is proposed
ProtocolUpgradeProposal.vegaReleaseTag ● String! non-null scalar
To which vega release tag the upgrade is proposed
ProtocolUpgradeProposal.approvers ● [String!]! non-null scalar
Tendermint validators that have agreed to the upgrade
ProtocolUpgradeProposal.status ● ProtocolUpgradeProposalStatus! non-null enum
the status of the proposal
Member of
Entities object ● ProtocolUpgradeProposalEdge object