confio / tgrade

The Tgrade Blockchain Binary, based on the Cosmos SDK and wasmd
Apache License 2.0
31 stars 10 forks source link

Do not require fees on simulation queries #392

Closed alpe closed 2 years ago

alpe commented 2 years ago

This fixes the issue where simulation queries are rejected without fees set. Main purpose of simulation queries are to calculate the gas used for execution. Base on this gas value returned (and an adjustment value) the fee amount for the TX would be set by the CLI