polaris icon indicating copy to clipboard operation
polaris copied to clipboard

bug(evm): Precompiles do not run their associated ante handlers poentially causing exploits

Open itsdevbear opened this issue 3 years ago • 1 comments

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

itsdevbear avatar Feb 13 '23 00:02 itsdevbear

Should we build pre and post hooks for precompiles? methods?

Would be added to the Manager I guess

itsdevbear avatar Mar 05 '23 16:03 itsdevbear