You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever the parameters for an external call are fully concrete, we should integrate the possibility of leveraging py-evm to perform that call and import the results insidegreed.
NOTE: We should think about what to do in case of reentrant code
The text was updated successfully, but these errors were encountered:
For the reentrant code in concrete delegations I think that we should initially just error out.
In the future, we could execute the reentrant call symbolically--- with the concrete calldata and storage, but using and updating the pre-call context. The main problem I see is that the reentrant call can then trigger more external interactions and possibly more reentrant calls.
Whenever the parameters for an external call are fully concrete, we should integrate the possibility of leveraging
py-evm
to perform that call and import the results insidegreed
.NOTE: We should think about what to do in case of reentrant code
The text was updated successfully, but these errors were encountered: