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
Think about no queries for prices or tickers to contracts at all, just have module params for each ibc denom that we want to accept + exact minimum amount or fraction of the base denom
When a fee is paid in different denom than unls, then we perform a complex custom logic to determine if the fee is accepted and enough.
Optimize this custom logic to query concrete prices instead of querying all prices.
Validate the params on MsgUpdateParams by again doing a query to the contract and determine if params are okay.
Add a default value for the min_gas_prices in app.toml, hardcoded in the binary as we have for other required values such as commit_timeout.
The text was updated successfully, but these errors were encountered: