Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Interleaved Symbolic Execution for external interactions #1

Open
degrigis opened this issue Feb 27, 2023 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@degrigis
Copy link
Collaborator

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

@degrigis degrigis added the enhancement New feature or request label Feb 27, 2023
@degrigis degrigis self-assigned this Feb 27, 2023
@ruaronicola
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants