-
Notifications
You must be signed in to change notification settings - Fork 558
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: ignite chain genesis config option 2.0 #3056
Conversation
What's the context of the second PR? Is it easier to redo in order to address the double initialization refactoring? |
Yep - I'll just close the other one |
@lubtd ready for review. Works for me finally |
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
Give me the time today to test it before merging, thanks |
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
need to test the command
Tested Everything is good from my side except the few comments👍 |
Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
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.
🎉
* add options * fix test * gen mocks * test * network config * account validation * expand validation rules * finalize genesis init * changelog * Update parser.go * Update init.go * add integration test * Update ignite/chainconfig/parser.go Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com> * remove TODO Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
Closes #2852
Example:
Adds logic to
chainconfig
for a specificnetworkconfig
. This config only includes theAccounts
andGenesis
fields, and has custom validation logic.