SystemSwitch
does not replicate World
behavior when calling a non-root System
from a root one
#2089
Milestone
SystemSwitch
does not replicate World
behavior when calling a non-root System
from a root one
#2089
When we call a
System
that is not in the root namespace, we expect it to be acall
and run under theSystem
's address.However, when we use
SystemSwitch
to call from a rootSystem
, it always usesdelegatecall
. This results in confusing behavior, for example that you need to put ERC-20 tokens to be distributed by the non rootSystem
on theWorld
address.The text was updated successfully, but these errors were encountered: