EscanBE / evermint

Evermint is a fork of open source Evmos, maintains bug fixes, customization and enable developers to fork and transform to their chain, fully customized naming, in just 2 steps. For research and development purpose.
GNU Lesser General Public License v3.0
2 stars 3 forks source link

fix(evm): general use zero gas config for EVM exec #103

Closed VictorTrustyDev closed 7 months ago

VictorTrustyDev commented 7 months ago

Problem: tracing txs will run out of gas sometime. The reason was AnteHandle set gas config to 0 but not in other place where EVM called without setting gas config to zero.