ignite / cli

Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
https://ignite.com
Other
1.26k stars 549 forks source link

UPDATE: Respect the `minimum-gas-prices` configuration #4340

Open Olshansk opened 2 months ago

Olshansk commented 2 months ago

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).

Screenshot 2024-09-05 at 2 22 01 PM

This is a request to reflect minimum-gas-prices when running ignite generate

okdas commented 2 months ago

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 app.toml no longer carries over the comments for configuration options as well. I'd love to know the reasoning behind this decision. :)