deprecated (from v1.17.28)
last updated:

repair_whitelist

A list of validators to prioritize repairs from. If specified, repair requests from validators in the list will be prioritized over requests from other validators. [default: all validators]"

timeline overview

introduced

v1.17.28

deprecated

v1.17.28

removed

n/a

reactivated

n/a

note: this is a hidden cli argument.

raw details (from release v2.2.3):

{
  "name": "repair_whitelist",
  "properties": {
    "hidden": "hidden_unless_forced()",
    "long": "repair-whitelist",
    "validator": "is_pubkey",
    "value_name": "VALIDATOR IDENTITY",
    "multiple": "true",
    "takes_value": "true",
    "help": "\n                    \"A list of validators to prioritize repairs from. If specified, repair \\\n                     requests from validators in the list will be prioritized over requests from \\\n                     other validators. [default: all validators]\",\n                "
  },
  "isDeprecated": true
}