-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
R4R: Use dash-separated flags for minimus gas prices #3364
Conversation
|
Codecov Report
@@ Coverage Diff @@
## develop #3364 +/- ##
===========================================
+ Coverage 54.9% 54.93% +0.02%
===========================================
Files 132 132
Lines 9645 9645
===========================================
+ Hits 5296 5298 +2
+ Misses 4016 4014 -2
Partials 333 333 |
@@ -16,7 +16,7 @@ const defaultConfigTemplate = `# This is a TOML config file. | |||
# The minimum gas prices a validator is willing to accept for processing a | |||
# transaction. A transaction's fees must meet the minimum of each denomination | |||
# specified in this config (e.g. 0.01photino,0.0001stake). | |||
minimum_gas_prices = "{{ .BaseConfig.MinGasPrices }}" | |||
minimum-gas-prices = "{{ .BaseConfig.MinGasPrices }}" |
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.
So is this required? This is why I didn't go with this in the first place because most (all?) toml keys are snake-cased.
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.
That is true for Tendermint config.toml
, not for gaiad.toml
.
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.
You're right...TOML spec doesn't really seem to have a preference here (https://github.com/toml-lang/toml#user-content-keys)
@alessio can you add a pending log entry? |
@alexanderbez done |
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.
ACK
Ref #3241
docs/
)PENDING.md
with issue #Files changed
in the github PR explorerFor Admin Use: