In #12072 we change the --download-config parameter to take a string specifying the type of the node in order to download configuration for the specific type.
Update the validator documentation to reflect this change.
Since the specific configs contain the relevant fields for RPC and archival nodes (eg. for tracking all shards), we remove from the documentation the part that instructs to download the config.json again and change these fields.
To be coordinated with the next Nearcore release.
In #12072 we change the
--download-config
parameter to take a string specifying the type of the node in order to download configuration for the specific type.Update the validator documentation to reflect this change.
Since the specific configs contain the relevant fields for RPC and archival nodes (eg. for tracking all shards), we remove from the documentation the part that instructs to download the
config.json
again and change these fields.Tracking issue: https://github.com/near/nearcore/issues/12070