active
last updated:

staked_nodes_overrides

Provide path to a yaml file with custom overrides for stakes of specific identities. Overriding the amount of stake this validator considers as valid for other peers in network. The stake amount is used for calculating the number of QUIC streams permitted from the peer and vote packet sender stage. Format of the file: `staked_map_id: {<pubkey>: <SOL stake amount>}"

timeline overview

introduced

v1.17.28

deprecated

n/a

removed

n/a

reactivated

n/a

raw details (from release v2.2.3):

{
  "name": "staked_nodes_overrides",
  "properties": {
    "long": "staked-nodes-overrides",
    "value_name": "PATH",
    "takes_value": "true",
    "help": "\n                    \"Provide path to a yaml file with custom overrides for stakes of specific \\\n                     identities. Overriding the amount of stake this validator considers as valid \\\n                     for other peers in network. The stake amount is used for calculating the \\\n                     number of QUIC streams permitted from the peer and vote packet sender stage. \\\n                     Format of the file: `staked_map_id: {<pubkey>: <SOL stake amount>}\",\n                "
  },
  "isDeprecated": false
}