forked from near/nearcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add command neard validate-config (near#8485)
* add command neard validate-config to validate config files including config.json, genesis.json, node_key.json and validator_key.json. Errors from all files will be outputted together unless config.json runs into file error. command: `./target/debug/neard --home ~/.near/localnet/node1 validate-config` * refactored code so that validation returns Result rather than panic!
- Loading branch information
Showing
18 changed files
with
588 additions
and
164 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.