polaris
polaris copied to clipboard
bug(evm): Precompiles do not run their associated ante handlers poentially causing exploits
If a safety check is called in an Ante handler for a module, the associated check is not performed when we call that modules msg_server via a precompile
Should we build pre and post hooks for precompiles? methods?
Would be added to the Manager I guess