active
last updated:

upgradeable_program

Add an upgradeable SBF program to the genesis configuration. If the ledger already exists then this parameter is silently ignored. First and third arguments can be a pubkey string or path to a keypair. Upgrade authority set to "none" disables upgrades"

timeline overview

introduced

v1.17.28

deprecated

n/a

removed

n/a

reactivated

n/a

raw details (from release v2.2.3):

{
  "name": "upgradeable_program",
  "properties": {
    "long": "upgradeable-program",
    "value_names": "&[\"ADDRESS_OR_KEYPAIR\", \"SBF_PROGRAM.SO\", \"UPGRADE_AUTHORITY\"]",
    "takes_value": "true",
    "number_of_values": "3",
    "multiple": "true",
    "help": "\n                    \"Add an upgradeable SBF program to the genesis configuration. If the ledger \\\n                     already exists then this parameter is silently ignored. First and third \\\n                     arguments can be a pubkey string or path to a keypair. Upgrade authority set \\\n                     to \\\"none\\\" disables upgrades\",\n                "
  },
  "isDeprecated": false
}