-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
it don't support recursive calls like
precompile -> evm -> precompile, right? or does it?Currently, there are no precompiles that call
evm.Callfrom within another precompile, so we haven’t tested that scenario.Do you have any specific concerns? Or is there a scenario where a
precompile → evm → precompilecall chain could occur that I’m not aware of?
Yeah, the current precompiles under the ./precompiles directory looks fine. it's just care need to be taken to avoid recursion like that when people wrap more messages into precompiles.
Originally posted by @yihuang in #201 (comment)