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
We should slowly phase it out because it makes the SmartContractState query non-deterministic.
However, RPC nodes currently rely on this to prevent people from querying contracts with infinite loops.
We should redirect them to the Cosmos SDK query gas limit instead.
To summarize:
Deprecate SmartQueryGasLimit
Log a warning when it is provided (either in CLI or in config)
The text was updated successfully, but these errors were encountered:
We should slowly phase it out because it makes the
SmartContractState
query non-deterministic.However, RPC nodes currently rely on this to prevent people from querying contracts with infinite loops.
We should redirect them to the Cosmos SDK query gas limit instead.
To summarize:
SmartQueryGasLimit
The text was updated successfully, but these errors were encountered: