Skip to content
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

Merged
merged 5 commits into from Apr 13, 2023

Conversation

kruspy
Copy link
Contributor

@kruspy kruspy commented Mar 28, 2023

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:

  • This PR complies with the contributing guidelines.
  • Reviewed "Files changed" and left comments if necessary
  • Included relevant documentation changes.

Pantani
Pantani previously approved these changes Apr 4, 2023
@jeronimoalbi
Copy link
Member

jeronimoalbi commented Apr 6, 2023

Thanks for the fix @kruspy! Would you add a new Fixes sub section at the top of the changelod.md file inside the Unreleased section and add a new entry there for your change 🙏? That would allow the CI to pass the changelog enforcer check.

@kruspy
Copy link
Contributor Author

kruspy commented Apr 7, 2023

Thanks for the fix @kruspy! Would you add a new Fixes section to the changelod.md file and add a new entry there for your change 🙏? That would allow the CI to pass the changelog enforcer check.

Sure !

@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@2a656af). Click here to learn what that means.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3470   +/-   ##
=======================================
  Coverage        ?   23.69%           
=======================================
  Files           ?      300           
  Lines           ?    23697           
  Branches        ?        0           
=======================================
  Hits            ?     5615           
  Misses          ?    17577           
  Partials        ?      505           
Impacted Files Coverage Δ
ignite/services/chain/runtime.go 0.00% <0.00%> (ø)

@kruspy
Copy link
Contributor Author

kruspy commented Apr 13, 2023

Updated the changelog @jeronimoalbi, please excuse the delay.

@jeronimoalbi
Copy link
Member

Updated the changelog @jeronimoalbi, please excuse the delay.

No problem! Thanks for your contribution 👍

@jeronimoalbi jeronimoalbi merged commit 284a38c into ignite:main Apr 13, 2023
22 checks passed
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure overrides minimum-gas-prices with a 0
3 participants