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
3 stars 3 forks source link

imp(ante): merge `EthBasicValidationDecorator` into `EthValidateBasicDecorator` with enhancement #161

Closed VictorTrustyDev closed 2 months ago

VictorTrustyDev commented 2 months ago

EthBasicValidationDecorator contains logic which already covered by MsgEthereumTx.ValidateBasic() => Remove it.

Instead call ValidateBasic of MsgEthereumTx on EthValidateBasicDecorator.