-
Notifications
You must be signed in to change notification settings - Fork 108
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
feat: add command to modify genesis before import #1979
Conversation
@CharlieMc0 for new suggestions |
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.
lgtm, just couple of comments, mainly to add some details on modification part for clarity
Co-authored-by: Lucas Bertrand <[email protected]>
# Conflicts: # cmd/zetacored/parse_genesis.go
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.
Looks good to me if it has been tested live
Co-authored-by: Lucas Bertrand <[email protected]>
Description
Adds a command to zeta cored which accepts two genesis files
It copies over the required data from the exported file so that the genesis file can be used to start a network with some state data.
Closes: #1422
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Include instructions and any relevant details so others can reproduce.
Checklist: