-
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
UPDATE: Respect the minimum-gas-prices
configuration
#4340
Comments
I believe this is not a bug but is done intentionally for some reason. I've noticed that after one of the ignite updates, the content of |
@Olshansk ignites replies to all the configurations from the ignite You can see here, first, we set a default value for cli/ignite/services/chain/runtime.go Lines 119 to 129 in ffc8e64
|
@okdas, The reason is that the go YAML parser can't parse the comments correctly, and the comments are tough to maintain if we edit the file from the code |
@Olshansk, the |
In one of our PRs, we need to manually match up code with
config.yml
because some defaults are not copied over by ignite (see the following screenshot).This is a request to reflect
minimum-gas-prices
when runningignite generate
The text was updated successfully, but these errors were encountered: