Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs to reflect new download-config option #106

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

tayfunelmas
Copy link
Contributor

@tayfunelmas tayfunelmas commented Sep 17, 2024

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: near/nearcore#12070

@@ -73,7 +75,7 @@ Check whether state sync is enabled, and check whether it's configured to get st
If all seems to be configured fine, then disable state sync (set `"state_sync_enabled": false` in `config.json`) and try again.
If that doesn't help, then restart from a backup data snapshot.

## Running a Chunk-Only Producer that tracks a single shard
## Running a validator that tracks a single shard
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page is part of RPC node documentation but talks about Chunk-only producers. For now just changed the title, but we should either move the page to a higher layer (independent of node type) or remove this section.

Copy link
Contributor

@staffik staffik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@tayfunelmas tayfunelmas merged commit 917b9ce into near:main Sep 24, 2024
1 check passed
@tayfunelmas tayfunelmas deleted the download-config branch September 24, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants