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
feat(ante): simulate EVM txs before accept mempool #165
The main purpose is to get rid of bad txs as much as possible, less problem with failed txs.
This decorator only effectives with mempool check (check-tx and re-check-tx context).
For large chains with high through put, can bypass in re-check-tx context (which exec after every commit).
The main purpose is to get rid of bad txs as much as possible, less problem with failed txs.
This decorator only effectives with mempool check (check-tx and re-check-tx context). For large chains with high through put, can bypass in re-check-tx context (which exec after every commit).