-
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
fix(services/chain): prevent overriding minimum-gas-prices with default value #3470
Conversation
Thanks for the fix @kruspy! Would you add a new Fixes sub section at the top of the |
Sure ! |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3470 +/- ##
=======================================
Coverage ? 23.69%
=======================================
Files ? 300
Lines ? 23697
Branches ? 0
=======================================
Hits ? 5615
Misses ? 17577
Partials ? 505
|
Updated the changelog @jeronimoalbi, please excuse the delay. |
No problem! Thanks for your contribution 👍 |
…lt value (ignite#3470) * fix(services/chain): prevent overriding minimum-gas-prices with default value * update changelog.md --------- Co-authored-by: Jerónimo Albi <jeronimo.albi@tendermint.com>
Resolves #3469
Moves the default assignment of
minimum-gas-prices
before the config values are updated with the validator's Cosmos SDK app config.Please make sure to check the following for your PR: