cosmos / ethermint-archive

Ethereum on Tendermint using Cosmos-SDK!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Ethereum Tx Ante Handler Checks for CheckTx

alexanderbez opened this issue · comments

Once #496 is merged in, we need to add spam/DoS prevention measures in place via the ante handler. These measures should only execute during the CheckTx stage of tx execution only. Theses measures should include signature verification, fee checks, etc...

During DeliverTx, the EVM will perform all these checks.