-
Notifications
You must be signed in to change notification settings - Fork 660
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
Define separate config.json URLs for RPC, archival, and validator nodes #12070
Closed
6 tasks done
Tracked by
#77
Comments
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 11, 2024
We change the `--download-config` parameter to take a string. - `neard init --download-config validator` downloads the `config.json` file for validators (tracking single shard, loading memtries). - `neard init --download-config rpc` downloads the `config.json` file for non-validator RPC nodes (tracking all shards, NOT loading memtries). - `neard init --download-config archival` downloads the `config.json` file for non-validator archival nodes (tracking all shards, NOT loading memtries, archive field set to true). - `neard init --download-config` (with no value) defaults to `validator` config (for backwards compatibility). We map the flag to a specific URL containing the config type. The new config files per config type can be found at https://github.com/tayfunelmas/near-configs. The new config files are already uploaded to AWS S3 with the new URLs. NOTE: For indexer and chainsync-loadtest params, we use `rpc` config type. Next: We will update the Near validator documentation to use the new flag value. Tracking issue: #12070
This was referenced Sep 17, 2024
tayfunelmas
added a commit
to near/docs
that referenced
this issue
Nov 13, 2024
With issue near/nearcore#12070, we separated the config.json files for different types of nodes (validator, RPC, archival). Near-lake will use the RPC config, so updating the path to the config.json files. Also removing a note because the issue referred to in the node is already closed (instead of updating the URLs in there as well).
bucanero
pushed a commit
to near/docs
that referenced
this issue
Nov 13, 2024
…2303) With issue near/nearcore#12070, we separated the config.json files for different types of nodes (validator, RPC, archival). Near-lake will use the RPC config, so updating the path to the config.json files. Also removing a note because the issue referred to in the node is already closed (instead of updating the URLs in there as well).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
neard init --download-config
to specify the node type to download the right config.For more context, see this Zulip thread
The text was updated successfully, but these errors were encountered: