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

Check compatibility of nodeos config before the node starts #1463

Open
coachbjork opened this issue Jul 28, 2023 · 1 comment
Open

Check compatibility of nodeos config before the node starts #1463

coachbjork opened this issue Jul 28, 2023 · 1 comment
Labels
enhancement New feature or request 👍 lgtm

Comments

@coachbjork
Copy link

With the recent updates of Antelope, there has been new configuration changes that require X to be more than Y at upstart. And some older configuration options that has been removed.

It would be beneficial for node operators if settings were validated first during a startup instead of after loading the chainbase. Since that can take a lot of time if the state is big.

Another beneficial function would be to add a flag to validate the config file that Node operators could use before they start/restart a node. That way you can ensure the config will work before you try to restart a node during software updates or configuration changes.

@bhazzard
Copy link

bhazzard commented Aug 3, 2023

Good idea. Thank you for submitting.

@bhazzard bhazzard added the enhancement New feature or request label Sep 28, 2023
@bhazzard bhazzard added this to the Leap v6.0.0 Cusp milestone Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 👍 lgtm
Projects
Archived in project
Development

No branches or pull requests

3 participants