-
Notifications
You must be signed in to change notification settings - Fork 721
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
Remove genesis-hash and genesis-file arguments from cardano-node #683
Conversation
… genesis file will be read from the node's configuration yaml file and the genesis hash will be derived from the genesis file
fec140a
to
05e1a08
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am sure that a lot of the scripts won't work anymore. But, this can be fixed within this sprint.
05e1a08
to
6291631
Compare
I assume that these can still be overridden on the command line. If so 👍 |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought it was decided that the --genesis-file
and --genesis-hash
command line params need to override whatever is in the the config file.
@erikd @rhyslbw It was my understanding that we wanted to reduce the number of arguments needed for So the question is, am I completely removing the ability to specify the genesis file from the command line (i.e it will be defined in the configuration yaml file) or am I leaving the ability to specify the genesis file on the command line (i.e if is it specified, it will override whatever is in the configuration yaml file)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was getting the socket path confused with genesis-file and genesis-hash.
This is fine!
bors r+ |
Build succeeded |
Issue
cardano-node
should not require genesis file and genesis hash arguments #613This PR results in breaking changes to upstream dependencies.
Checklist
This PR contains all the work required to resolve the linked issue.
The work contained has sufficient documentation to describe what it does and how to do it.
The work has sufficient tests and/or testing.
I have committed clear and descriptive commits. Be considerate as somebody else will have to read these.
I have added the appropriate labels to this PR.