You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gas-related parameters, namely gas, gas-adjustment, and gas-prices, should be configurable in client.toml, so that users don't need to type related flags every time they submit a tx via CLI.
Yes, I see the point in improved UX. But there is a counter to this. A user submits a tx with gas set in their config.toml and it's not correct or a bad value, then if they forget they could end up spending hours debugging. The point I'm raising here is these are the types of values you want to be extra careful about when submitting a tx, so it's best to be explicit.
Summary
gas-related parameters, namely
gas
,gas-adjustment
, andgas-prices
, should be configurable inclient.toml
, so that users don't need to type related flags every time they submit a tx via CLI.see also: https://twitter.com/larry0x/status/1551761005755174912
Problem Definition
currently i have to type
--gas auto --gas-adjustment 1.4 --gas-prices 0uosmo
every time i submit a tx, which sucksProposal
#12723
The text was updated successfully, but these errors were encountered: