-
Notifications
You must be signed in to change notification settings - Fork 124
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
Unable to start node as Authority Role without toml config #3020
Comments
Update: further investigations shows that gossamer can not be started if it doesn't have access to toml config file. Steps to reproduce issue:
Notice that after we cd to a directory outside the project home and run gossamer it fails with error failed to open toml configuration... |
🎉 This issue has been resolved in version 0.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Describe the bug
Expected Behavior
--roles
should work, it doesn't seem to be working when passed in as CLI attribute.babe-authority
to define this from CLI (there is a babe-authority config attribute).Current Behavior
--config
CLI flag that points to a .toml file that contains attributes:role = 4
babe-authority = true
Possible Solution
To Reproduce
Steps to reproduce the behaviour:
Specification
The text was updated successfully, but these errors were encountered: