active
last updated:

warp_slot

Warp the ledger to WARP_SLOT after starting the validator. If no slot is provided then the current slot of the cluster referenced by the --url argument will be used"

timeline overview

introduced

v1.17.28

deprecated

n/a

removed

n/a

reactivated

n/a

raw details (from release v2.2.3):

{
  "name": "warp_slot",
  "properties": {
    "required": "false",
    "long": "warp-slot",
    "short": "w",
    "takes_value": "true",
    "value_name": "WARP_SLOT",
    "validator": "is_slot",
    "min_values": "0",
    "max_values": "1",
    "help": "\n                    \"Warp the ledger to WARP_SLOT after starting the validator. If no slot is \\\n                     provided then the current slot of the cluster referenced by the --url \\\n                     argument will be used\",\n                "
  },
  "isDeprecated": false
}