near / node-docs

NEAR Nodes documentation
https://near-nodes.io/
11 stars 28 forks source link

Update docs to reflect new download-config option #106

Closed tayfunelmas closed 1 month ago

tayfunelmas commented 1 month ago

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